/* Fonts */
/*	@import url(https://web.archive.org/web/20180428190546cs_/http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);*/

/* Main Styles */

@font-face {
    font-family: 'caxton_bk_btbold_italic';
    src: url('https://web.archive.org/web/20180428190546im_/http://mineralsular.az/fonts/2363-webfont.eot');
    src: url('https://web.archive.org/web/20180428190546im_/http://mineralsular.az/fonts/2363-webfontd41d.eot#iefix') format('embedded-opentype'), url('https://web.archive.org/web/20180428190546im_/http://mineralsular.az/fonts/2363-webfont.woff') format('woff'), url('https://web.archive.org/web/20180428190546im_/http://mineralsular.az/fonts/2363-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

::selection {
    background-color: #3c3c3c;
    color: #fff;
}

html, body {
    background: #fff;
    width: 100%;
    height: 100%;
    font-family: sans-serif;
    font-family: 'Ubuntu', sans-serif;
    /*		-webkit-font-smoothing: antialiased;*/
}

a,
a:hover,
a:active,
a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-size: 40px;
    font-family: Calibri;
    color: #0093d0;
}

p {
    margin: 0 0 5px;
}

.clear {
    clear: both;
}

ol, ul {
    list-style: none;
    padding: 0;
}

::-webkit-input-placeholder {
    color: #0093d0;
}

::-moz-placeholder {
    color: #0093d0;
}
/* firefox 19+ */
:-ms-input-placeholder {
    color: #0093d0;
}
/* ie */
input:-moz-placeholder {
    color: #0093d0;
}

/* Page Animated item Styles */

.animated {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

/* Page Loading */

#pageloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #ffffff;
    z-index: 999999;
}

.loader-item {
    position: absolute;
    /* width: auto;
	  height:height;
	  margin: -25px 0 0 -25px;*/
    top: 50%;
    left: 50%;
    text-align: center;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
}

    .loader-item h2 {
        color: #ccc;
        margin: 0 auto;
        font-size: 20px;
    }

/* Containers */

.contain {
    width: 100%;
    position: relative;
    height: auto;
}

.inner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
    z-index: 2;
}

.contain-logo {
    margin: auto;
    width: 64px;
    height: 64px;
    background: white;
    border: 1px solid #bcbcbc;
    padding: 18px 0;
    text-align: center;
    position: relative;
    top: -32px;
    border-radius: 100px;
}

    .contain-logo i {
        font-size: 30px;
        color: #bcbcbc;
        font-weight: light;
    }

/* Page Headers */

.header {
    margin: auto;
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.page-desc {
    margin: 15px auto;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    width: 100%;
    max-width: 860px;
    text-align: center;
    opacity: 0.7;
}

.dark {
    color: #3c3c3c;
}

.white {
    color: white;
    font-weight: bold;
    font-size: large;
}

/* End Main Styles */

/* Home */

#home {
    width: 100%;
    height: auto;
    position: relative;
}

/* Super Slides */

#slides {
    position: relative;
}

    #slides .slides-container {
        display: none;
    }

        #slides .slides-container div,
        #slides .slides-container img {
            width: 100%;
            height: 100%;
        }

.home-pattern {
    background: black;
    opacity: 0.4;
}

.pattern:after {
    /*background: url(/web/20180428190546im_/http://mineralsular.az/images/pattern.png);*/
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    content: "";
}

.home-pattern-style {
    background: url(../../../../20180628152209im_/http_/mineralsular.az/images/home-pattern.jpg) repeat;
    width: 100%;
    height: 100%;
}

#slides .slides-container .image1 {
    background: url(../../../../20180628151547im_/http_/mineralsular.az/images/bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slides .slides-container .image2 {
    background: url(../../../../20180628151718im_/http_/mineralsular.az/images/bg2.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slides .slides-container .image3 {
    background: url(../../../../20180628151353im_/http_/mineralsular.az/images/bg3.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slides .slides-container .image4 {
    background: url(../../../../20180628152545im_/http_/mineralsular.az/images/4.html) center fixed;
}

#slides .slides-container .image5 {
    background: url(https://web.archive.org/web/20180428190546im_/http://mineralsular.az/images/5.html) center fixed;
}

#slides .scrollable {
    *zoom: 1;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

    #slides .scrollable:after {
        content: "";
        display: table;
        clear: both;
    }

/* Super Slides Navigation */

.slides-navigation {
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    top: 45%;
    width: 100%;
    display: none;
}

    .slides-navigation a {
        position: absolute;
        display: block;
        width: 74px;
        height: 74px;
        background: url(../../../../20180628152039im_/http_/mineralsular.az/images/arrows.png);
        opacity: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

        .slides-navigation a.prev {
            left: 1%;
            background-position: bottom center;
        }

        .slides-navigation a.next {
            right: 1%;
            background-position: top center;
        }

#home:hover .slides-navigation a {
    opacity: 0.3;
}

.slides-navigation a:hover {
    opacity: 1 !important;
}

/* Super Slides Pager */

.slides-pagination {
    position: absolute;
    z-index: 3;
    bottom: 0;
    text-align: center;
    width: 100%;
}

    .slides-pagination a {
        border: 2px solid #222;
        border-radius: 15px;
        width: 10px;
        height: 10px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        margin: 2px;
        overflow: hidden;
        text-indent: -100%;
    }

        .slides-pagination a.current {
            background: #222;
        }

/* Main Home Texts - With Flexslider */

.main {
    position: absolute;
    width: 100%;
    top: 50%;
    margin: 0 auto;
    z-index: 2;
    background: transparent;
    height: auto;
    min-height: 300px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

    .main ul {
        height: auto;
        min-height: 160px;
        padding: 0;
        margin: 0 auto;
        position: relative;
    }

        .main ul li {
            list-style: none;
            font-size: 110px;
            font-family: 'caxton_bk_btbold_italic';
            color: white;
            text-shadow: 1px 1px 2px rgba(0,80,122,0.5);
        }

            .main ul li span {
                color: #63cef1;
            }

.home-slider {
    width: 100%;
}

/* Home Description */

.home-desc {
    width: 100%;
    max-width: 670px;
    margin: 35px auto;
    position: relative;
    text-align: center;
    color: white;
    font-size: 20px;
    text-shadow: 1px 1px 2px #00507a;
    font-weight: 500;
    text-transform: uppercase;
}

/* Home Get Started Button */

.home-button {
    height: auto;
    padding: 10px 23px;
    background: rgba(255,255,255,1);
    color: #0094c9;
    font-weight: 300;
    font-size: 14px;
    cursor: pointer;
    margin: 35px auto;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    font-family: 'caxton_bk_btbold_italic';
    font-weight: bold;
}

    .home-button:hover {
        background: #005581;
        color: #ffffff;
        text-decoration: none;
    }

/* Page Top (only Rev Slider Version) */

#pagetop {
    background: #232323;
    padding: 12px 0;
    display: none;
}

.pagetop {
    padding: 0;
    color: #a4a4a4;
    font-weight: 300;
}

    .pagetop .left {
        text-align: left;
        padding: 0;
    }

    .pagetop .right {
        text-align: right;
        padding: 0;
    }

    .pagetop a {
        margin-left: 15px;
        color: #666666;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

        .pagetop a:hover {
            color: white;
        }

/* Navigation */

#navigation {
    width: 100%;
    border-top: solid 0px #eff9fd;
    position: absolute;
    z-index: 9999;
    background: #eff9fd;
    height: 82px;
}

    #navigation .navigation {
        padding: 0;
        height: 100%;
    }

.shadow {
    box-shadow: 2px 2px 20px rgb(0, 0, 0);
}

/* Logo */

.navigation .logo {
    float: left;
    position: absolute;
    z-index: 999;
}

    .navigation .logo a {
        width: auto;
        display: block;
        margin: 0px 0 0;
    }

/* Nav Menu */

.nav-menu {
    width: auto;
    float: right;
    /*		height:82px;
*/ text-align: right;
    margin-right: 110px;
}

.social {
    position: absolute;
    top: 25px;
    right: 0;
}

    .social a {
        display: inline-block;
        width: 26px;
        height: 26px;
        text-indent: -9999px;
    }

        .social a.facebook {
            background: url(../../../../20180628151459im_/http_/mineralsular.az/images/facebook_icon.png) no-repeat;
            margin-left: 5px;
        }

        .social a.twitter {
            background: url(../../../../20180628152503im_/http_/mineralsular.az/images/twitter_icon.png) no-repeat;
        }

        .social a.instagram {
            background: url(../../../../20180628151434im_/http_/mineralsular.az/images/instagram_icon.png) no-repeat;
            margin-left: 5px;
        }

.nav-menu ul {
    padding: 0;
    margin: 0;
}

    .nav-menu ul li {
        /*height:82px;*/
        width: auto;
        display: block;
        float: left;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .nav-menu ul li a {
            /*		height:82px;
*/ padding: 33px 10px;
            display: block;
            text-transform: uppercase;
            font-size: 12px;
            text-align: center;
            color: #005581;
            font-weight: bold;
        }

        .nav-menu ul li:first-child a {
            padding-left: 0;
        }

        .nav-menu ul li:last-child a {
            padding-right: 0;
        }

.nav-menu a:hover {
    color: #0093d0;
}

.nav-menu a.active {
    color: #0093d0;
}

.main-nav > li > a:hover,
.main-nav > li > a:focus {
    background: none;
}

.main-nav li.active a {
    color: #0093d0;
}

/* Mini Navigation For Mobile */

.mobile-drop {
    height: 100%;
    width: 100%;
    display: none;
}

a.mobile-menu {
    position: absolute;
    top: 50%;
    font-size: 21px;
    right: 30px;
    left: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile-drop ul.fullwidth {
    width: 100%;
    position: relative;
}

    .mobile-drop ul.fullwidth li {
        width: 100%;
        height: auto;
        margin: 0;
    }

        .mobile-drop ul.fullwidth li a {
            padding: 10px;
            margin: 0;
            height: auto;
            text-align: left;
            text-transform: uppercase;
            border-bottom: 1px solid #ededed;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

        .mobile-drop ul.fullwidth li.active a {
            background-color: #383838;
            color: white;
        }

/* Rev Slider Section */

.revslide .stext {
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
}

/* Slide 1 */

.revslide .p1 {
    font-size: 35px;
    color: #262626;
}

.revslide .h1 {
    font-size: 55px;
    color: #262626;
    margin: 5px 0;
}

.revslide span {
    color: #ffffff;
}

.revslide .h2 {
    font-size: 20px;
    color: #262626;
}

.revslide .h3 {
    font-size: 20px;
    color: #262626;
    padding: 9px 0;
}

/* Slide 2 */

.revslide .h4 {
    font-size: 85px;
    text-align: center;
    color: white;
    padding: 0;
}

.revslide .h5 {
    font-size: 30px;
    text-align: center;
    color: white;
    padding: 0;
    font-weight: 300;
}

/* Slide 3 */

.revslide .h6 {
    font-size: 50px;
    color: #726c64;
    padding: 0;
}

.revslide .p5 {
    font-size: 25px;
    color: #726c64;
    padding: 0;
}

.revslide .p6 {
    font-size: 15px;
    color: #726c64;
    padding: 0;
    text-transform: none;
    font-weight: 300;
}

/* Text Area */

#text-area {
    background: #3c3c3c;
}

.text-area {
    text-align: center;
    text-transform: uppercase;
    color: white;
    padding: 30px 0;
}

    .text-area h1 {
        margin: 0;
        font-size: 35px;
    }

        .text-area h1 span {
            font-weight: 500;
        }

    .text-area a {
        display: inline-block;
        margin: 20px 7px 5px;
        padding: 6px 18px;
        border: 1px solid white;
        background: transparent;
        font-size: 20px;
        color: white;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

        .text-area a:hover {
            color: #3c3c3c;
            background: white;
        }

/* About Section */

#about {
    background: #fff;
    padding: 30px 0 30px;
    top: 0;
}

    #about .about-content {
        width: 25%;
        height: auto;
        min-height: 276px;
        background: #fff;
        float: left;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

        #about .about-content .icon {
            text-align: center;
            margin: 19px auto 16px;
        }

        #about .about-content .top {
            width: 70px;
            height: 70px;
            background: transparent;
            border: 2px solid #464646;
            border-radius: 100px;
            padding: 20px 0;
            position: relative;
        }

            #about .about-content .top:after {
                position: absolute;
                background: transparent;
                content: '';
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                border-radius: 500px;
                -webkit-transition: all 0.4s;
                -moz-transition: all 0.4s;
                transition: all 0.4s;
            }

            #about .about-content .top i {
                font-size: 30px;
            }

        #about .about-content .bottom i {
            width: 31px;
            height: 31px;
            padding-top: 6px;
            font-size: 20px;
            color: #929292;
            background: transparent;
            border: 1px solid #464646;
            border-radius: 100px;
        }

        #about .about-content .text {
            width: 95%;
            text-align: center;
            margin: auto;
        }

        #about .about-content .content-header {
            text-transform: uppercase;
            font-size: 20px;
        }

        #about .about-content .content-desc {
            font-size: 15px;
            color: #717171;
            margin-top: 10px;
            font-weight: 100;
        }

        /* About Content Hover Styles */

        #about .about-content:hover {
            background: #3c3c3c;
            color: #fff;
        }

            #about .about-content:hover .top {
                border: 2px solid #464646;
                background: #fff;
            }

                #about .about-content:hover .top:after {
                    border: 2px solid white;
                    -webkit-transform: scale(1.2);
                    -moz-transform: scale(1.2);
                    -ms-transform: scale(1.2);
                    transform: scale(1.2);
                }

                #about .about-content:hover .top i {
                    color: #464646;
                }

            #about .about-content:hover .content-desc {
                color: #fff;
            }

            #about .about-content:hover .bottom i {
                border: 1px solid #fff;
                color: #fff;
            }

/* Features */

#features {
    background: url(../../../../20180628152712im_/http_/mineralsular.az/images/i1.jpg)top center repeat-x;
    height: 962x;
    margin-top: 20px;
}

.f-iphone {
    width: 100%;
    height: 606px;
    margin: 50px auto 0;
    max-width: 1030px;
    background: url(../../../../20180628152000im_/http_/mineralsular.az/images/f-iphone.png) center center no-repeat;
}

/* Features Boxes */

.f-box {
    float: left;
    text-align: right;
    width: 360px;
    position: relative;
    margin: 25px 0;
    padding: 0 50px 0 0;
    color: #747474;
    font-weight: 300;
}

    .f-box:after {
        content: '';
        width: 108px;
        height: 124px;
        right: -85px;
        top: 35px;
        position: absolute;
    }

    .f-box:nth-of-type(2n) {
        float: right;
        text-align: left;
        padding: 0 0 0 50px;
    }

        .f-box:nth-of-type(2n):after {
            left: -85px;
        }

        .f-box:nth-of-type(2n) .f-box-logo {
            margin-left: 0;
        }

    /* Features Box inners */

    .f-box .f-box-logo {
        width: 70px;
        height: 70px;
        background: transparent;
        border: 1px solid #666666;
        border-radius: 200px;
        text-align: center;
        padding-top: 21px;
        margin-left: 240px;
    }

        .f-box .f-box-logo i {
            font-size: 30px;
        }

    .f-box .f-box-head {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 300;
        margin: 10px 0 0;
    }

    .f-box .f-box-desc {
        font-size: 14px;
    }

/* Features Box Strips */

.f1:after {
    background: url(../../../../20180628151929im_/http_/mineralsular.az/images/f1.png) no-repeat;
}

.f2:after {
    background: url(../../../../20180628151754im_/http_/mineralsular.az/images/f2.png) no-repeat;
}

.f3:after {
    background: url(../../../../20180628151614im_/http_/mineralsular.az/images/f3.png) no-repeat;
}

.f4:after {
    background: url(../../../../20180628151349im_/http_/mineralsular.az/images/f4.png) no-repeat;
}

/* Tabs & Skills */

#skills {
    padding-top: 0px;
    background: #fff;
}

width: 550px; color: #0093d0; text-align: center; font-weight: 400; margin-bottom: 30px; font-size: 16px;
}

#skills .big_title h1 {
    font-size: 40px;
    text-shadow: 2px 2px 3px #9bd1ec;
    font-weight: 200;
    color: #005581;
}

#skills .skill {
    float: left;
    width: 370px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}

/* Top Icon Style */

.br {
    top: -72px;
}

/* Tabs */

.tabs {
    width: 100%;
    float: left;
}

/* Tabs Navigations */

.nav-tabs {
    border: none;
}

    .nav-tabs li a {
        font-family: 'caxton_bk_btbold_italic', sans-serif;
        font-size: 16px;
        color: #fff;
        font-weight: 200;
        padding: 8px 30px;
        border-radius: 0;
        background: #0093d0;
        text-shadow: 1px 1px 2px #00507a;
    }

    .nav-tabs li.active a {
        border-top: 0px solid #0093d0;
        color: #0093d0;
        font-weight: 200;
        font-size: 20px;
        margin-top: -5px;
        text-shadow: 1px 1px 2px #ffffff;
    }

        .nav-tabs li.active a:hover {
            border-top: 0px solid #0093d0;
        }

/* Tabs panes */

.tab-pane {
    padding: 30px 0px;
    background: url(../../../../20180628152646im_/http_/mineralsular.az/images/skills_bg.png) no-repeat bottom #fff;
    background-color: #e6f7fe;
    font-size: 15px;
    font-weight: 400;
    color: #005581;
    padding-bottom: 110px;
    padding-top: 20px;
    padding-left: 20px;
}

    .tab-pane .tab-icon {
        padding: 0px;
        float: left;
        width: 35%;
    }

        .tab-pane .tab-icon img {
            width: 100%;
        }

    .tab-pane .tab-desc {
        padding: 0 40px;
        padding-top: 20px;
        float: left;
        width: 65%;
        text-align: justify;
        font-size: 16px;
        padding-bottom: 5px;
    }

        .tab-pane .tab-desc.full {
            width: 72%;
        }

    .tab-pane .only {
        width: 100%;
    }

/* Progress */

.Progress-bars {
    float: right;
    width: 40%;
    height: auto;
}

    .Progress-bars .head {
        font-size: 30px;
        color: #8f8f8f;
        text-transform: uppercase;
        font-weight: 300;
    }

.Progress-content {
    margin: 6px 0;
    padding: 18px;
    border: 1px solid #ededed;
}

.progress {
    margin-bottom: 8px;
}

/* Progress Texts */

.progress-texts span {
    display: block;
    padding: 5px 0;
    color: #acacac;
    font-size: 15px;
}

.progress-texts .progress-name {
    float: left;
    text-transform: uppercase;
}

.progress-texts .progress-value {
    float: right;
}

/* History */

#history {
    margin: 0px auto 0;
    padding-top: 100px;
    height: 940px;
    background: url(../../../../20180628152728im_/http_/mineralsular.az/images/history_bg.jpg) top center repeat fixed;
}

/* Timeline */

ul.timeline {
    margin: -150px auto 0;
    width: 100%;
    background: url(../../../../20180628152607im_/http_/mineralsular.az/images/time_line_bg.gif) center top repeat-y;
    height: 800px;
    position: relative;
    padding: 0 0 0px;
    margin: 0;
}

/* Year icon */

.timeline .year {
    width: 75px;
    height: 75px;
    text-indent: -99999px;
}

/* Notes */

.timeline .note {
    float: left;
    padding: 30px;
    width: 47.5%;
    background: rgba(10, 51, 84, 0.8);
    border-radius: 12px;
    margin: 10px 0;
    cursor: pointer;
    position: relative;
    z-index: 550;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
}

.timeline .year + .note {
    margin-top: -20px;
}

/* Start Icon */

.timeline .start {
    width: 0px;
    height: 0px;
}

/* Note inners */

.timeline .note h4 {
    font-size: 30px;
    font-weight: 200;
    color: #00aeef;
    margin: 5px 0;
}

.timeline .note p {
    font-size: 14px;
    color: #fff;
    margin: 8px 0;
}

.timeline .note span.date {
    font-size: 14px;
    text-transform: uppercase;
    color: #a5a5a5;
    line-height: 12px;
}

.timeline .note .arrow {
    color: #0a3354;
    position: absolute;
    right: -1.5%;
    left: auto;
    top: 20px;
    font-size: 12px;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.timeline .note:after {
    content: '';
    position: absolute;
    right: -6.8%;
    display: block;
    width: 0px;
    height: 0px;
    background: #ffffff;
    border: 0px solid #ffffff;
    box-shadow: 0px 1px 8px #ffffff;
    border-radius: 100px;
    top: 18px;
    z-index: 0;
}

.timeline .note:nth-of-type(2n) {
    float: right;
    clear: right;
}

    .timeline .note:nth-of-type(2n):after {
        left: -6.8%;
    }

    .timeline .note:nth-of-type(2n) .arrow {
        left: -1%;
        right: auto;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }

/* Notes Rollover */

.timeline .note:hover {
    background: rgba(255, 255, 255, 0.9);
}

    .timeline .note:hover h4 {
        color: #0a3354;
    }

    .timeline .note:hover p {
        color: #0a3354;
    }

    .timeline .note:hover:after {
        background: #0094c9 border:2px solid #ffffff;
    }

    .timeline .note:hover .arrow {
        color: #ffffff;
    }

/* Our Team */

#team {
    padding: 80px 0 10px 0;
    text-align: center;
    color: #0093d0;
    padding-top: 80px;
    background: url(../../../../20180628151708im_/http_/mineralsular.az/images/team_bg.jpg) no-repeat center bottom;
}

.team-items {
    width: 979px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
}

#team h1 {
    font-size: 40px;
    text-shadow: 2px 2px 3px #9bd1ec;
    font-weight: 200;
    color: #005581;
}

#team .page-desc {
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    color: #0093d0;
    margin-bottom: 50px;
}

.owl-wrapper-outer {
    text-align: center;
}

/* Our Team item */

.owl-item .item {
    height: 250px;
    font-weight: 300;
    margin: 60px 30px 0 0;
    padding: 0 0 15px 0;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    background: #0093d0;
}



    .owl-item .item img {
        margin-top: 20px;
        width: 100px;
        height: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        /*                -moz-box-shadow:    3px 3px 5px 6px #0093d0;
                -webkit-box-shadow: 3px 3px 5px 6px #0093d0;*/
        box-shadow: 0px 0px 20px 2px #fff;
    }

    .owl-item .item .desc b {
        display: block;
        margin-top: 15px;
        margin-bottom: 5px;
        font-weight: 600;
        text-shadow: 1px 1px 2px #00507a;
    }

    .owl-item .item .desc {
        color: #fff;
        font-size: 12px;
        padding: 0 10px;
        font-weight: 400;
    }

    .owl-item .item h4 {
        font-size: 16px;
        color: #a2a2a2;
        text-transform: uppercase;
        line-height: 15px;
        margin: 5px auto 15px;
    }

    .owl-item .item p {
        font-size: 15px;
        color: #a2a2a2;
    }

/* Our Team Socials */

.socials {
    width: 100%;
    text-align: center;
}

    .socials a {
        padding: 6px 3px;
        text-align: center;
        color: #656565;
        font-size: 17px;
        cursor: pointer;
    }

/* Our Team Control Buttons */

.owl-buttons {
    position: absolute;
    top: 0;
    width: 80px;
    left: 50%;
    margin-left: -40px;
}

    .owl-buttons > div {
        width: 35px;
        height: 35px;
        background-image: url(../../../../20180628151552im_/http_/mineralsular.az/images/team/controls.png);
        color: black;
        cursor: pointer;
    }

.owl-prev {
    float: left;
    background-position: left top;
}

.owl-next {
    float: right;
    background-position: right top;
}

/* Our Team Rollovers */

.owl-prev:hover {
    background-position: left bottom;
}

.owl-next:hover {
    background-position: right bottom;
}

.owl-item .item:hover {
}

.socials a i.fa-facebook:hover {
    color: #305fa5;
}

.socials a i.fa-instagram:hover {
    color: #ae997d;
}

.socials a i.fa-pinterest:hover {
    color: #cc2127;
}

.socials a i.fa-twitter:hover {
    color: #2daae2;
}

.socials a i.fa-google-plus:hover {
    color: #da2713;
}

/* Why Wisten */

#why-wisten {
    background: url(../../../../20180628151704im_/http_/mineralsular.az/images/analysis.png) no-repeat center #005581;
    height: 500px;
    color: #fff;
}

/* iphone image */

.w-bottle2 {
    float: left;
    margin-top: -80px;
    margin-left: 0px;
    width: 49%;
}

.bottle2-text {
    float: right;
    width: 49%;
    margin-top: 10px;
}

    .bottle2-text div {
        padding: 5px 0;
        border-bottom: solid 1px #6da5bd;
    }

        .bottle2-text div b {
            display: inline-block;
            width: 10%;
        }

        .bottle2-text div label {
            width: 35%;
        }

        .bottle2-text div span {
            display: inline-block;
            width: 45%;
        }

.w-iphone img {
    width: 100%;
}

/* accordion menu */

.accordion {
    text-align: left;
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
}

    .accordion .accordion-head {
        font-size: 40px;
        color: #fff;
    }

        .accordion .accordion-head span {
            color: #f02d2d;
        }

    .accordion .panel {
        width: 100%;
        border-bottom: 1px solid #4fabd4;
        padding: 20px 0 0;
        background: url(../../../../20180628151619im_/http_/mineralsular.az/images/plus.png) no-repeat center left;
        margin-bottom: 0;
    }

.accordion-heading {
    width: 100%;
    margin-bottom: 15px;
    color: #fff;
}

    .accordion-heading a {
        color: #fff;
        margin-top: 0;
        padding-top: 0;
        font-size: 20px;
        padding-bottom: 5px;
        margin-bottom: 0;
        font-weight: 200;
        font-family: Calibri;
        margin-left: 30px;
    }

.accordion-inner {
    padding: 0 15px 15px;
    display: block;
    padding-left: 30px;
    font-weight: 400;
    font-size: 16px;
}

/* Our Works */

#portfolio {
    font-weight: 300;
}

.works {
    background: url(../../../../20180628152646im_/http_/mineralsular.az/images/skills_bg.png) no-repeat bottom #fff;
    position: relative;
    height: auto;
    padding-bottom: 79px;
}

/* Filter Menu */

.filter-menu {
    position: relative;
    z-index: 999999;
}

.filters {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 40px auto 35px;
}

.inline {
    font-size: 0px;
}

.filters li {
    text-align: center;
    display: inline-block;
    font-size: 15px;
}

    .filters li a {
        padding: 13px 20px;
        color: #7a7a7a;
        border: none;
        text-transform: uppercase;
        background: #e9e9e9;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }

        .filters li a.selected {
            color: white;
            background: #3c3c3c;
            cursor: default;
        }

    .filters li:last-child a {
        border-top-right-radius: 60px;
        border-bottom-right-radius: 60px;
        padding-right: 25px;
    }

    .filters li:first-child a {
        border-top-left-radius: 60px;
        border-bottom-left-radius: 60px;
        padding-left: 25px;
    }

    .filters li:hover a {
        background: #3c3c3c;
        color: white;
    }

/* Portfolio items */

.items {
    position: relative;
    height: auto;
}

.work {
    margin: 9px 0;
    padding: 0 9px;
    height: 300px;
    color: #0093d0;
    cursor: pointer;
    overflow: hidden;
}

.work-inner {
}

.work-img {
    width: 100%;
    background: #0093d0;
    position: relative;
    overflow: hidden;
}

    .work-img img {
        width: 100%;
        height:286px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }

.work-desc {
    width: 100%;
    background: white;
    margin: 0;
    text-align: center;
    padding: 15px 5px;
}

    .work-desc h4 {
        text-transform: uppercase;
        font-size: 20px;
        margin: 0;
    }

    .work-desc p {
        font-size: 15px;
        margin: 0;
    }

.work-img .button {
    width: 42px;
    height: 42px;
    display: block;
    border-radius: 100px;
    background: #0093d0;
    position: absolute;
    text-align: center;
    padding: 11px 0 0;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .work-img .button:hover {
        background: #005581;
        color: white;
    }

.work-img .zoom {
    left: 45%;
    top: 20%;
    opacity: 0;
}

.work-img .detail {
    right: 37%;
    bottom: 20%;
    opacity: 0;
}

.work:hover .work-img img {
    opacity: 0.5;
}

.work:hover .work-img .zoom {
    top: 50%;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.work:hover .work-img .detail {
    bottom: 50%;
    opacity: 1;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transform: translateY(50%);
}

/* isotope styles */

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
    }

        /**** disabling Isotope CSS3 transitions ****/

        .isotope.no-transition,
        .isotope.no-transition .isotope-item,
        .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }

/* End: Recommended Isotope styles */

/* Services */

#services {
    margin: 100px auto;
}

    #services .bg {
        background: url(../../../../20180628151856im_/http_/mineralsular.az/images/i4.jpg) top center fixed;
    }

.service-contents {
    margin: 40px auto;
}

/* Service items*/

.service {
    display: block;
    float: left;
    margin: 0 20px;
}

.box {
    position: relative;
    z-index: 10;
}

.service a.service-logo {
    display: block;
    width: 100px;
    height: 100px;
    border: 1px solid #494949;
    border-radius: 500px;
    margin: 15px auto;
    padding: 42px 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.box a:after {
    border: 1px solid #494949;
    content: '';
    width: 100px;
    height: 100px;
    left: 0px;
    top: 0px;
    border-radius: 500px;
    position: absolute;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.service a.service-logo i {
    font-size: 20px;
    color: #494949;
}

.service h3 {
    margin: 5px auto 15px;
    padding: 0;
    text-transform: uppercase;
}

.service p {
    font-size: 14px;
}
/* Service Control Buttons*/

.service-contents .owl-buttons {
    width: 107%;
    left: 0;
    top: 45%;
    display: none;
}

/* Service Hovers*/

.box:hover a.service-logo {
    background: #494949;
}

    .box:hover a.service-logo i {
        color: white;
    }

.box:hover a:after {
    left: -1px;
    top: -1px;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

/* Services Bottom*/

#services .bottom-bg {
    background: url(../../../../20180628151747im_/http_/mineralsular.az/images/ipad.png) bottom center no-repeat;
    min-height: 240px;
    margin: 80px auto;
}

.service-bottom-text {
    text-align: center;
    font-size: 45px;
    font-weight: 100;
    text-transform: uppercase;
    color: #494949;
}

    .service-bottom-text span {
        /* Background Styles */
        background: rgb(46,55,63); /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: -moz-linear-gradient(top, rgb(46,55,63) 0%, rgb(85,106,132) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(46,55,63)), color-stop(100%,rgb(85,106,132))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgb(46,55,63) 0%,rgb(85,106,132) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgb(46,55,63) 0%,rgb(85,106,132) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgb(46,55,63) 0%,rgb(85,106,132) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgb(46,55,63) 0%,rgb(85,106,132) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e373f', endColorstr='#556a84',GradientType=0 ); /* IE6-8 */
        border-radius: 12px;
        padding: 5px 20px;
        position: relative;
        color: white;
    }

        .service-bottom-text span:after {
            position: absolute;
            content: '';
            width: 170px;
            height: 100px;
            top: 68px;
            left: -34px;
            background: url(../../../../20180628151601im_/http_/mineralsular.az/images/spanbg2.png) center center no-repeat;
        }

.slide-s {
    width: 75%;
    margin: 0 auto 30px;
}

.service-text .item {
    height: 180px;
}

/* Controls */

.carousel .s-controls {
    background-image: url(../../../../20180628152633im_/http_/mineralsular.az/images/service-icons.png);
    width: 30px;
    height: 30px;
    margin: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.carousel a.right {
    background-position: right top;
}

.carousel a.left {
    background-position: left top;
}

.bottom-bg:hover .s-controls {
    opacity: 1;
}

.carousel a.left:hover {
    background-position: left bottom;
}

.carousel a.right:hover {
    background-position: right bottom;
}

/* video */

#video {
    height: 765px;
    margin: 0;
    position: relative;
}

.video-logo {
    position: relative;
    z-index: 5;
}

.video-pattern {
    background: url(../../../../20180628152400im_/http_/mineralsular.az/images/pattern.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 75px 0;
    position: absolute;
    text-align: center;
}

.video-text {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    text-align: center;
    z-index: 1;
}


/* Pricing Tables */

#prices {
}

.packages {
    margin: 40px auto;
}

    .packages .package {
        border: 1px solid #e1e1e1;
        height: auto;
        width: 23%;
        margin: 0 15px;
        float: left;
        background: url(../../../../20180628151911im_/http_/mineralsular.az/images/price-top-bg.jpg) top center repeat-x, white;
        text-align: center;
        cursor: default;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

.first {
    margin-left: 0 !important;
}

.last {
    margin-right: 0 !important;
}

/* Pricing Table Header */

.package h1 {
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 25px;
    font-weight: 400;
    margin: 36px auto 27px;
}

/* Pricing Table Circle */

.package .circle {
    width: 100px;
    height: 100px;
    background: white;
    border: 1px solid #e7e7e7;
    border-radius: 150px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center;
    color: #434343;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .package .circle:after {
        width: 114px;
        height: 114px;
        position: absolute;
        content: '';
        left: -8px;
        top: -8px;
        border-radius: 150px;
        background: transparent;
        border: 8px solid white;
        z-index: 2;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .package .circle h2 {
        margin: 2px auto 0;
        font-size: 30px;
    }

        .package .circle h2 span {
            font-size: 20px;
        }

    .package .circle p {
        font-weight: 300;
        color: #a8a8a8;
        margin: 0 auto;
    }

/* Pricing Table list */

.package ol {
    text-align: center;
    margin: 20px auto;
    font-weight: 300;
}

    .package ol li {
        display: block;
        width: 100%;
        height: auto;
        padding: 10px;
        text-transform: uppercase;
        font-size: 18px;
        color: #8a8a8a;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

        .package ol li span {
            font-weight: 700;
        }

        .package ol li:nth-of-type(2n) {
            background: #fbfbfb;
        }

.package a.p-btn {
    display: inline-block;
    background: #3d3d3d;
    padding: 8px 34px;
    color: white;
    margin: 0 auto 20px;
    text-transform: uppercase;
    border: 1px solid #b2b2b2;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Table Active Styles */

.packages .active {
    background: url(../../../../20180628151911im_/http_/mineralsular.az/images/price-top-bg.jpg) top center repeat-x, #3d3d3d;
}

    .packages .active ol li {
        color: #c5c5c5;
    }

        .packages .active ol li:nth-of-type(2n) {
            background: #383838;
        }

    .packages .active .circle {
        background: #f02d2d;
        color: white;
        border: 1px solid #db1d1d;
    }

        .packages .active .circle:after {
            border: 7px solid #f02d2d;
        }

        .packages .active .circle p {
            color: white;
        }

a.p-btn:hover {
    background: #f02d2d;
    border: 1px solid #f02d2d;
}

/* Subscribe */

#subscribe {
    border-top: 1px solid #f1f1f1;
}

.subscribe {
    padding: 17px 0;
}

    .subscribe .subs {
        position: relative;
    }

    .subscribe .left {
        text-align: left;
    }

    .subscribe .right {
        text-align: right;
        top: 25px;
    }

/* Left Subscribe icon */

.left a.left-icon {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #0093d0;
    position: relative;
    text-align: center;
    padding: 35px 0;
    float: left;
}

    .left a.left-icon:after {
        content: "";
        position: absolute;
        left: 97%;
        top: 50%;
        border-left: 11px solid black;
        border-left-color: #0093d0;
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .left a.left-icon i {
        color: white;
        font-size: 30px;
    }

/* Subscribe Text */

.subs .text {
    float: left;
    margin: 0 17px;
    width: 500px;
}

    .subs .text h1 {
        margin: 20px auto 10px;
        font-size: 27px;
        font-weight: 400;
        color: #005581;
    }

        .subs .text h1 span {
            color: #0093d0;
        }

    .subs .text p {
        font-size: 14px;
        color: #0093d0;
        font-weight: 300;
        text-transform: uppercase;
    }

/* Subscribe right */

.subscribe-mail {
    outline: none;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    color: #0093d0;
    width: 250px;
    padding: 10px 10px;
    font-weight: 300;
    font-size: 15px;
    margin-right: 6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.subscribe-btn {
    outline: none;
    border: none;
    border-radius: 8px;
    color: white;
    padding: 8px 15px;
    font-weight: 400;
    font-size: 18px;
    background: #0093d0;
    font-family: 'caxton_bk_btbold_italic';
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.subscribe-mail:hover {
    border: 1px solid #0093d0;
}

.subscribe-mail:focus {
    border: 1px solid #0093d0;
}

.subscribe-btn:hover {
    background: #005581;
}

.subscribe-btn:active {
    background: #005581;
}

/* Contact */

#contact {
    padding: 0;
    height: auto;
    min-height: 567px;
    background: #c4edf8;
}

    #contact h1 {
        font-weight: 200;
    }

.contact-logo {
    position: absolute;
    z-index: 22;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .contact-logo i {
        color: #444444;
    }

#map {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.instagram_images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .instagram_images .image {
        width: 16.65%;
        height: 34%;
        float: left;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        opacity: 0.5;
    }

        .instagram_images .image:hover {
            opacity: 1;
        }

        .instagram_images .image img {
            width: 100%;
        }

.contact {
    margin: 0 auto;
    padding: 0;
}

/* Contact Form */

.contact-form {
    width: 400px;
    min-height: 567px;
    background: url(../../../../20180628152103im_/http_/mineralsular.az/images/gray_trans.png);
    position: relative;
    top: 0;
    padding: 45px 50px;
    z-index: 5;
    left: 50%;
    -webkit-transform: translateX(-585px);
    -moz-transform: translateX(-585px);
    transform: translateX(-585px);
}

    .contact-form h1 {
        font-size: 35px;
        font-weight: 200;
        color: #0093d0;
    }

/* Form Inputs */

form#contact-us {
    min-height: 400px;
}

.form {
    outline: none;
    border: none;
    color: #0093d0;
    width: 100%;
    padding: 10px 10px;
    font-weight: 300;
    font-size: 15px;
    border: 1px solid #0093d0;
    margin: 10px auto;
    background: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.textarea {
    height: 100px;
    max-width: 100%;
    max-height: 100px;
}

.form-btn {
    outline: none;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 0;
    width: 100%;
    margin: 10px auto;
    text-align: center;
    font-weight: 400;
    top: 2px;
    font-size: 20px;
    background: #0093d0;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}

    .form-btn:hover {
        background: #005581;
    }

    .form-btn:active {
        background: #005581;
    }

/* Mail Sent Message */

.mail-message {
    color: #0093d0;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    top: 185px;
    position: relative;
}

    .mail-message p.mail-head {
        color: #0093d0;
        font-size: 35px;
    }

.newsletter-message {
    text-align: right;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    margin-top: -25px;
}

    .newsletter-message p.mail-head {
        color: #0093d0;
        font-size: 35px;
    }

/* Footer */

#footer {
    background: #0093d0;
}

.footer {
    text-align: center;
    padding: 75px 0;
}

    .footer a {
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

/* Footer Links */

.footer-links {
    display: inline-block;
    border-radius: 100px;
    margin: 0 3px;
}

    .footer-links i {
        font-size: 25px;
        color: #fff;
        display: block;
        width: 35px;
        height: 35px;
        line-height: 38px;
    }

.footer-text {
    margin: 10px 0 0 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

    .footer-text span {
        margin: 0 5px;
    }

    .footer-text a {
        color: #fff;
    }

.copyright {
    text-transform: uppercase;
    margin: 4px 0 0;
}

.footer .footer-links:hover {
}

.footer a:hover {
    color: white;
}

    .footer a:hover i {
        color: white;
    }

/* Blog */

#blog {
    margin: 30px auto;
}

/* Post */

.post {
    margin: 100px 0;
    width: 100%;
    position: relative;
}

.last-post {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.post-icon {
    position: absolute;
    left: 50%;
    z-index: 5;
    padding: 8px;
    color: ##444444;
    text-transform: uppercase;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* Post Image */

.post .post-img {
    width: 100%;
    background: black;
    position: relative;
}

.post-img .zoom-button {
    width: 52px;
    height: 52px;
    display: block;
    border-radius: 100px;
    background: white;
    position: absolute;
    text-align: center;
    padding: 16px 0 0;
    font-size: 15px;
    opacity: 0;
    top: 60%;
    left: 50%;
    cursor: pointer;
    z-index: 6;
    color: black;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.post-img img {
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.post-img:hover img {
    opacity: 0.3;
}

.post-img:hover .zoom-button {
    opacity: 1;
    top: 50%;
}

.post-img .zoom-button:hover {
    background: #e70000;
    color: white;
}

.post-icon p {
    margin: 0;
    padding: 0;
}

    .post-icon p.day {
        font-size: 25px;
    }

    .post-icon p.month {
        font-size: 13px;
        line-height: 0;
    }

/* Post Heads and Texts */

.post-texts {
    position: relative;
    color: #6a6969;
    font-weight: 300;
    margin: 25px 0;
}

    /* Post Header */

    .post-texts .post-head {
        font-size: 30px;
        text-transform: uppercase;
        margin: 20px 0 10px;
    }

    /* Post Tags */

    .post-texts .post-tags {
        margin: 10px 0;
    }

.post a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.post-tags .tags {
    margin-right: 15px;
    cursor: pointer;
}

    .post-tags .tags i {
        margin-right: 5px;
    }

.post-texts .tags:hover {
    color: #e70000;
}

/* Post Messages */

.post-texts p {
    margin: 10px 0;
}

/* Post Button */

.btn-post {
    color: white;
    font-weight: 300;
    border-radius: 6px;
    margin: 5px 0;
    padding: 8px 15px;
    text-transform: uppercase;
    /* Gradient Background */
    background: rgb(116,116,116); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top, rgb(116,116,116) 0%, rgb(90,90,90) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(116,116,116)), color-stop(100%,rgb(90,90,90))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(116,116,116) 0%,rgb(90,90,90) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(116,116,116) 0%,rgb(90,90,90) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(116,116,116) 0%,rgb(90,90,90) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgb(116,116,116) 0%,rgb(90,90,90) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#747474', endColorstr='#5a5a5a',GradientType=0 ); /* IE6-8 */
}

    .btn-post:hover {
        color: white;
        /* Gradient Background */
        background: rgb(224,36,36); /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: -moz-linear-gradient(top, rgb(224,36,36) 0%, rgb(190,25,25) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(224,36,36)), color-stop(100%,rgb(190,25,25))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgb(224,36,36) 0%,rgb(190,25,25) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgb(224,36,36) 0%,rgb(190,25,25) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgb(224,36,36) 0%,rgb(190,25,25) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgb(224,36,36) 0%,rgb(190,25,25) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e02424', endColorstr='#be1919',GradientType=0 ); /* IE6-8 */
    }

/* Post Slide */

.post-slide {
    height: auto;
    position: relative;
}

.post-slides .item img {
    width: 100%;
}

/* Blog Pager */

.blog .right {
    float: right;
}

.pagination li.active-page a {
    background-color: #5b5b5b;
    border-color: #5b5b5b;
    color: white;
}

.post-texts .post-head {
    font-size: 25px;
    margin: 0;
}


#our_watter {
    background: url(../../../../20180628152706im_/http_/mineralsular.az/images/our_watter_bg.jpg) no-repeat center center #005581;
    height: 736px;
    color: #fff;
}

#our_watter .inner {
    text-align: left;
}

#our_watter .desc {
    margin: 20px 10%;
}

#our_watter .bottle {
    margin-top: 100px;
}

#our_watter .benefits {
    position: absolute;
    right: 250px;
    top: 100px;
    background: url(../../../../20180628151743im_/http_/mineralsular.az/images/key_benefits.png) no-repeat;
    width: 340px;
    height: 151px;
}

#our_watter .bio_bottle {
    position: absolute;
    right: 0px;
    top: 100px;
    background: url(../../../../20180628152601im_/http_/mineralsular.az/images/bio_bottle.png) no-repeat;
    width: 185px;
    height: 150px;
}

#our_watter .texts {
    position: absolute;
    top: 320px;
    right: 0;
    width: 600px;
    color: #fff;
}

    #our_watter .texts .text {
        background: url(../../../../20180628151619im_/http_/mineralsular.az/images/plus.png) center left no-repeat;
        border-top: solid 2px #4fabd4;
        padding: 15px 10px 15px 30px;
    }

        #our_watter .texts .text.bottom {
            border-bottom: solid 2px #4fabd4;
        }

        #our_watter .texts .text h3 {
            margin-top: 0;
            padding-top: 0;
            font-size: 20px;
            padding-bottom: 5px;
            margin-bottom: 0;
            font-weight: 200;
        }




#our_watter2 {
    background: url(../../../../20180628151659im_/http_/mineralsular.az/bg2.jpg) no-repeat center center #005581;
    height: 100%;
    color: #fff;
}

    #our_watter2 .inner {
        text-align: left;
    }

    #our_watter2 .desc {
        margin: 20px 10%;
    }

    #our_watter2 .bottle {
        margin-top: 100px;
    }

    #our_watter2 .benefits {
        position: absolute;
        right: 250px;
        top: 100px;
        background: url(../../../../20180628151743im_/http_/mineralsular.az/images/key_benefits.png) no-repeat;
        width: 340px;
        height: 151px;
    }

    #our_watter2 .bio_bottle {
        position: absolute;
        right: 0px;
        top: 100px;
        background: url(../../../../20180628152601im_/http_/mineralsular.az/images/bio_bottle.png) no-repeat;
        width: 185px;
        height: 150px;
    }

    #our_watter2 .texts {
        position: absolute;
        top: 320px;
        right: 0;
        width: 600px;
        color: #fff;
    }

        #our_watter2 .texts .text {
            background: url(../../../../20180628151619im_/http_/mineralsular.az/images/plus.png) center left no-repeat;
            border-top: solid 2px #4fabd4;
            padding: 15px 10px 15px 30px;
        }

            #our_watter2 .texts .text.bottom {
                border-bottom: solid 2px #4fabd4;
            }

            #our_watter2 .texts .text h3 {
                margin-top: 0;
                padding-top: 0;
                font-size: 20px;
                padding-bottom: 5px;
                margin-bottom: 0;
                font-weight: 200;
            }




















#from_earth {
    padding-top: 100px;
    text-align: center;
}

    #from_earth h1 {
        font-size: 40px;
        font-family: Calibri;
        text-shadow: none;
        color: #005581;
        margin-bottom: 70px;
    }

    #from_earth .earth {
        width: 370px;
        float: left;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 30px;
    }

        #from_earth .earth h3 {
            margin-top: 0px;
            color: #0093d0;
        }

/*
     FILE ARCHIVED ON 19:05:46 Apr 28, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:09:19 May 07, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 46.927 (3)
  esindex: 0.009
  captures_list: 64.677
  CDXLines.iter: 11.622 (3)
  PetaboxLoader3.datanode: 59.911 (5)
  exclusion.robots: 0.178
  exclusion.robots.policy: 0.166
  RedisCDXSource: 2.19
  PetaboxLoader3.resolve: 38.099 (2)
  load_resource: 68.325
*/