
/* STYLE */
@import url(font-awesome.css) screen;
@import url(bootstrap.css) screen;
@import url(owl.carousel.css) screen;
@import url(prettyPhoto.css) screen;
@import url(animate.min.css) screen;
@import url(pe-icon-7-stroke.css) screen;

/* FONTS */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,600italic,700,800,400italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800,900,700,600,500,300,200,100);


/* ======================
   1. GENERAL SECTION
 ====================== */

* {
    margin: 0;
    padding: 0px;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    background: #fff;
    color: #656565;
    padding: 0;
    margin: 0;
    overflow: visible;
}
.hidden {
    display: none;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}
::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #2B2E31;
}
::-webkit-input-placeholder {
    color: #fff !important;
}
:-moz-placeholder {
    color: #fff !important;
}
::-moz-placeholder {
    color: #fff !important;
}
:-ms-input-placeholder {
    color: #fff !important;
}
.search-control::-webkit-input-placeholder {
    color: #333740 !important;
}
.search-control:-moz-placeholder {
    color: #333740 !important;
}
.search-control::-moz-placeholder {
    color: #333740 !important;
}
.search-control:-ms-input-placeholder {
    color: #333740 !important;
}
.blog-comment .contact-form .form-control::-webkit-input-placeholder {
    color: #ccc !important;
}
.blog-comment .contact-form .form-control:-moz-placeholder {
    color: #ccc !important;
}
.blog-comment .contact-form .form-control::-moz-placeholder {
    color: #ccc !important;
}
.blog-comment .contact-form .form-control:-ms-input-placeholder {
    color: #ccc !important;
}
*,*:after,*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
a {
    color: #fff;
    padding: 0;
    margin: 0;
    text-decoration: none;
}
a:hover,a:focus {
    text-decoration: none;
    color: #0098d7;
}
a img {
    border: none;
    vertical-align: bottom;
}
a.remove {
    display: block;
    height: 18px;
    width: 18px;
    margin: 10px;
    padding-left: 0 !important;
    text-indent: -9999px;
    background: url(images/remove.png) #01090C;
    border-radius: 100px;
    border-style: solid;
    border-width: 1px
}
h1,h2,h3,h4,h5,h6 {
    letter-spacing: 0px;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    font-family: 'Raleway', serif;
    line-height: 140%;
    color: #01090c;
}
h1 {
    font-size: 22px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 13px;
}
.lead {
    font-family: 'Open Sans', Arial,sans-serif !important;
    font-size: 18px;
    margin: 15px 0;
    padding: 0;
}
.first {
    clear: both
}
.last {
    margin-right: 0
}
iframe,embed,object {
    max-width: 100%;
}
input,textarea {
    color: #fff !important
}
html, body, .wrapper{
    height: 100%;
}

/*  ALL SECTION TITLE  */
.title-section {
    display: block;
    width: 100%;
    text-align: center;
    height: auto;
    margin-bottom: 80px;
}
.title-section {
    text-align: center;
}
.title-section > h1 {
    display: inline-block;
    font-size: 60px;
    color: #070202;
    font-weight: 700;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    line-height: 70px;
    position: relative;
}
.title-section > p{
    display: block;
    margin-top: 15px;
    font-size: 20px;

}

.white-title > h1{
    color: #fff;
}
.title-section > h1:before{
    content: "";
    height: 0px;
    width: 0px;
    position: absolute;
    display: block;
    margin: 0 auto;
    background:#46bfa9;
    top: -5px;
    left: 0;
    right: 0;
}
.title-section > h1:after{
    content: "";
    height: 0px;
    width: 0px;
    position: absolute;
    display: block;
    margin: 0 auto;
    background:#46bfa9;
    bottom: -5px;
    left: 0;
    right: 0;
}
.title-section > h1 > span{
    color: #b31525;
}
.white-title > p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    position: relative;
    margin-top: 40px;
}
.wrapper {
}
.section {
    padding: 120px 0;
}

/* BUTTON STYLE */
    .pori-btn {
        font-size: 14px;
        font-weight: 700;
        color: #46bfa9;
        display: inline-block;
        padding: 15px 25px;
        border: 1px solid #46bfa9;
        text-transform: uppercase;
        position: relative;
        z-index: 99;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        margin-top:5px;
    }
    .pori-btn:hover{
        color: #fff;
    }
    .pori-btn:before{
        content: "";
        display: block;
        height: 100%;
        width: 5px;
        position: absolute;
        background: #46bfa9;
        top: 0;
        left: -1px;
        z-index: -1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .pori-btn:hover:before{
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        background: #46bfa9;
        top: 0;
        left: 0px;
        z-index: -1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

/* =======================
    HEADER TOP SECTION
========================= */
.header-top-section {
    display: block;
    background: #2b2e36;
    width: 100%;
    padding: 11px 0;
}
    .contact-info{
        text-align: left;
    }
    .contact-info > p {
        display: inline-block;
        color: #fefefe;
        font-size: 16px;
        font-weight: 300;
        opacity: 0.51;
        margin: 0;
        padding: 0;
        margin-right: 30px;
    }
    .contact-info > p > i{
        font-size:20px;
    }
	.contact-info > p > a{
        color: #fefefe;
    }
    .contact-info > p > i.pe-7s-mail{
        font-size:25px;
        position: relative;
        top: 4px;
    }
    .social-media {
        display: block;
        text-align: right;
        margin-top: 5px;
    }
    .social-media > ul {
        margin: 0;
        padding: 0;
    }
    .social-media > ul > li {
        list-style: none;
        display: inline-block;
    }
    .social-media > ul > li > a {
        padding: 0 10px;
    }
    .social-media > ul > li > a > .fa {
        font-size: 18px;
        color: #fefefe;
        opacity: 0.31;
    }
    .social-media > ul > li > a:hover .fa{
        color: #46bfa9;
    }

/* =======================
    HEADER SECTION
========================= */
.header-section {
    position: relative;
    padding: 10px 0;
    top: 0px;
    z-index: 99;
    width: 100%;
    left: 0;
    right: 0;
    background: #313840;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
    .header-section.fixed{
        position: fixed;
        width: 100%;
        display: block;
        top: 0;
        background: #313840;
        padding: 10px 0;
        z-index: 109;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .navbar {
        margin: 0;
        min-height: initial;
    }
    .icon-bar {
        background: #fff;
    }
    .navbar-brand {
        padding: 0;
        height: auto;
    }
    .navbar-toggle{
        margin: 0;
        margin-top: 5px;
    }
    .navbar-nav {
        border-top: 0px solid #46bfa9;
        border-bottom: 0px solid #46bfa9;
    }
    .navbar-right {
    }
    .navbar-right > li {
        position: relative;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;

    }
    .navbar-right > li ul{
        width: 170px;
        display: block;
        padding:0;
        background: #313840;
        position: absolute;
        left: 0;
        bottom: 100px;
        opacity: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .navbar-right > li:hover ul{
        bottom: inherit;
        opacity: 1;
    }

    .navbar-right > li ul li{
        list-style: none
    }
    .navbar-right > li ul li a{
        font-size: 14px;
        font-weight: 300;
        text-transform: uppercase;
        color: #46bfa9;
        position: relative;
        background: #313840;
        padding: 15px;
        display: block;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    .navbar-right > li ul li a:hover{
        background: #46bfa9;
        color: #fff
    }

    .navbar-right > li.active{
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    .navbar-right > li > a {
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
        position: relative;
        background: transparent;
        padding: 27px 12px;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    .navbar-right > li > a:before, .navbar-right > li > a:after{
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    .navbar-right > li > a:hover:before, .navbar-right > li > a:hover:after, .navbar-right > li.active > a:before, .navbar-right > li.active > a:after{
        width: 0px;
        height: 0px;
        background: #b31525;
        content: "";
        display: block;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        outline: none !important
    }
    .navbar-right > li > a:before{
        top: -4px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .navbar-right > li > a:after{
        bottom: -4px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .navbar-right > li > a:hover, .navbar-right > li > a:focus, .navbar-right > li.active > a{
        background: transparent;
        color: #b31525;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        outline: none !important
    }

/* =======================
    SLIDER SECTION
========================= */
.slider-section{
    height:800px;
    display: block;
    overflow: hidden;
    width: 100%;
    display: block;
}
    .slider-section .container-fluid{
        display: block;
        width: 100%;
        height: 100%;
    }
     .container-fluid .row{
        display: block;
        height: 100%;
    }
    .carousel-indicators {
        display: none;
    }
    .carousel-caption {
        top: 10%;
        display: block;
        z-index: 980;
        bottom: inherit;
    }
    .carousel-caption > h1 {
        font-size: 50px;
        line-height: 100px;
        color: #fff;
        font-weight: 900;
        margin: 0;
        padding: 0;
        text-align: center;
        text-transform: uppercase;
        position: relative;
    }
    .carousel-caption > p {
		line-height: 35px;
        font-weight: 100;
        font-size: 30px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
    }
    .carousel-caption > p > b > span{
        color: #46bfa9
    }
    .carousel-control {
    }
    a.carousel-control.left, a.carousel-control.right{
        background: transparent !important;
        background-image: none !important;
        box-shadow: none !important;
        width: 50px;
        height: 50px;
        background: #46bfa9;
        text-align: center;
        position: absolute;
        top: 25%;
    }
    a.carousel-control.left > span{
        position: absolute;
        top: -49px;
        right: 21px;
    }
    a.carousel-control.right > span{
        position: absolute;
        top: -49px;
        left: 21px;
    }
    .carousel-control.right{
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 50px 100px 50px 0;
        border-color: transparent #46bfa9 transparent transparent;
    }
    .carousel-control.left{
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 50px 0 50px 100px;
        border-color: transparent transparent transparent #46bfa9;
    }
    .carousel-control span{
        font-size: 100px;
        color: #fff;
    }


/* =======================
    VIDEO SECTION
========================= */
.video-section{
    height:auto;
    display: block;
    overflow: hidden;
    position: relative;
    max-height: 700px;
}
    .video-section:before{
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 0;
        left: 0;
    }

    .video-section .container-fluid{
        display: block;
        width: 100%;
        height: 100%;
    }
    .video-section .container-fluid .row, .video-section .container-fluid .row .carousel, .video-section .container-fluid .row .carousel .carousel-inner, .video-section .container-fluid .row .carousel .carousel-inner .item{
        display: block;
        height: 100%;
    }

    /* VIDEO BACKGROUND  */
    video {
        width: 100%;
    }


    #polina {
        font-weight:100;
        color: white;
        margin: 0 auto;
        height:100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    #polina button {
        display: inline-block;
        border: none;
        font-size: 1.3rem;
        color: #fff;
         background: rgba(0, 0, 0, 0);
        border-radius: 3px;
        -webkit-transition: .3s -webkit-background;
        -moz-transition: .3s -moz-background;
        -o-transition: .3s -o-background;
        transition: .3s background;
        position: relative;
        z-index: 99;
        outline: none;
        height:100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        cursor: url(../images/pause.png), auto;

    }
    .video-play-btn{
        cursor: url(../images/play.png), auto !important;
    }

    #polina button .fa{
        font-size: 30px;
    }
    video:before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: rgba(10, 0, 0, 0.5);
        z-index: 1;
    }

.static-image{
    background: url(../images/slider/2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    height: calc(100% - 138px);       
    max-height: inherit;
}
    .static-image:before{
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        content: "";
        top: 0;
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
    }

/* =======================
    ABOUT SECTION
========================= */
	.about-section {
		background-color: #b31525;
        position: relative;
        width: 100%;
		height: auto;
		display: block;
        padding-top: 0;
        padding-bottom: 0;
}
    /* ABOUT LEFT CONTENT */
    .about-content > h3 {
        margin: 0;
        padding: 0;
        color: #242424;
        font-weight: 700;
        font-size: 18px;
        text-align: left;
    }
    .about-content > p {
        font-size: 14px;
        font-weight: 300;
        text-align: justify;
        color: #898989;
        line-height: 24px;
        display: block;
        margin-top:20px;
    }
    .about-content > a {
        font-size: 14px;
        font-weight: 400;
        color: #242424;
        display: inline-block;
        padding: 15px 25px;
        border: 1px solid #46bfa9;
        text-transform: uppercase;
        margin-top: 15px;
        position: relative;
        z-index: 99;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .about-content > a:hover{
        color: #fff;
    }
    .about-content > a:before{
        content: "";
        display: block;
        height: 100%;
        width: 5px;
        position: absolute;
        background: #46bfa9;
        top: 0;
        left: -1px;
        z-index: -1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .about-content > a:hover:before{
        width:100%;
        left: 0
    }
    /* ABOUT RIGHT CONTENT */
    .about-skill {
        display: block;
        width: 100%;
    }
    .about-skill h3{
        margin: 0;
        padding: 0;
        color: #242424;
        font-weight: 700;
        font-size: 18px;
        text-align: left;
        display: block;
        margin-bottom: 15px;
    }
    .skill {
        margin-top: 28px;
        margin-bottom: 35px;
        position: relative;
    }
    .skill-bar > p {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        margin: 0;
        padding: 3px 8px;
    }
    .skill:before{
        width: 100%;
        height: 25px;
        content: "";
        display: block;
        position: absolute;
        background: #e1e1e1;
        bottom: 0;
    }
    .skill-bar {
        width: 100%;
        height: 25px;
        background:#46bfa9;
        display: block;
        position: relative;
    }
    /* SKILL 1 */
    .skill1{
        width: 95%;
    }
    .skill-bar span{
        position: absolute;
        top: -13px;
        color: #fff;
        padding: 0;
        font-size: 18px;
        padding: 15px 0;
        font-weight: 400;
        background: #46bfa9;
        height: 50px;
        width: 50px;
        text-align: center;
    }
    .skill-bar span:before{
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 14px 13px;
        border-color: transparent transparent #519d8f transparent;
        top: 0;
        left: -12px;
    }
    .skill-bar span:after{
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 13px 13px 0;
        border-color: transparent #519d8f transparent transparent;
        bottom: 0;
        left: -12px;
    }
    .skill-bar {
        position: relative;
    }
    .skill1 .skill-count1 {
        right: 0;
    }
    /* SKILL 2 */
    .skill2{
        width: 85%;
    }
    .skill2 .skill-count2 {
        right: 0;
    }
    /* SKILL 3 */
    .skill3{
        width: 75%;
    }
    .skill3 .skill-count3 {
        right: 0;
    }
    /* SKILL 4 */
    .skill4{
        width: 65%
    }
    .skill4 .skill-count4 {
        right: 0;
    }
    /* SKILL 5 */
    .skill5{
        width: 80%;
    }
    .skill5 .skill-count5 {
        right: 0;
    }
    /* SKILL 6 */
    .skill6{
        width: 90%
    }
    .skill6 .skill-count6 {
        right: 0;
    }


/* =======================
    SERVICE SECTION
========================= */
.service-section {
    display: block;
    width: 100%;
    position: relative;
	background: #b31525;
}
    .service-item {
        text-align: center;
        border-bottom: 1px solid #FFA500;
        border-top: 1px solid #FFA500;
        display: block;
        position: relative;
        padding: 30px 0;
        margin-bottom: 30px;
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s
    }
    .service-item:hover{
        -webkit-transform: scale(1.05,1);
        -moz-transform: scale(1.05,1);
        -o-transform: scale(1.05,1);
        transform: scale(1.05,1);
    }

    .service-item:before{
        content: "";
        display: block;
        width: 1px;
        height: 40px;
        background: #FFA500;
        position: absolute;
        top: 0;
        left: 0;
    }
    .service-item:after{
        content: "";
        display: block;
        width: 1px;
        height: 40px;
        background: #FFA500;
        position: absolute;
        top: 0;
        right: 0;
    }
    .service-item:hover{
        border-bottom: 1px solid #46bfa9;
        border-top: 1px solid #46bfa9;
    }
    .service-conent {
    }
    .service-conent:before {
        content: "";
        display: block;
        width: 1px;
        height: 40px;
        background: #FFA500;
        position: absolute;
        bottom: 0;
        right: 0
    }
    .service-conent:after {
        content: "";
        display: block;
        width: 1px;
        height: 40px;
        background: #FFA500;
        position: absolute;
        bottom: 0;
        left: 0
    }
    .service-item:hover:before, .service-item:hover:after, .service-conent:hover:before, .service-conent:hover:after{
        background: #46bfa9
    }
    .service-conent > a {
    }
    .service-conent > a > i{
        font-size: 79px;
        color: #FFA500;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s
    }
    .service-conent:hover > a > i{
        color: #46bfa9;
    }
    .service-conent > h3 {
        font-size: 19px;
        font-weight: 600;
		color: #fff;
        display: block;
        text-align: center;
    }
    .service-conent > p {
        font-size: 14px;
        font-weight:300;
        color: #383636;
        line-height: 24px;
    }


/* =======================
    TABLE SECTION
========================= */
.table-title-section {
    display: block;
    position: relative;
	background: linear-gradient(#fff, #b31525);
}
    .table-section {
        position: relative;
        width: 100%;
        display: block;
        padding-top: 0;
        padding-bottom: 0;
    }
    .table-section:before{
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        background: #b31525;
    }
    .table-item {
        text-align: center;
        background: #fff;
        position: relative;
        top: -53px;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .table-item:hover{
        -webkit-transform: scale(1.02, 1.02);
        -moz-transform: scale(1.02, 1.02);
        -o-transform: scale(1.02, 1.02);
        transform: scale(1.02, 1.02);
        top: -53px;
        box-shadow: 0 6px 26px 0 #858585;
    }

    .table-item > ul {
        margin-bottom: 0;
    }
    .table-item > ul > li {
        list-style: none;
        display: block;
        font-size: 18px;
        font-weight: 700;   
        line-height: 26px;
        color: #857f7f;
        padding: 15px 0;
    }
    .table-item > ul > li:nth-child(even){
        background: #de6a76;
        color: #fff;
    }
	
	
	
	
	
    .table-header {
        display: block;
        background: #b31525;
        color: #fff;
        padding: 20px 0;
    }
    .table-header > h2 {
        margin: 0;
        padding: 0;
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
    }
    .table-header > span {
        font-size: 18px;
        font-weight: 300;
        text-transform: uppercase;
        color: #fff
    }
	
	
	
	
	
	
	
	.table-img1 {
		background-color: #b31525;
        background-image: url(../images/emporter/buf3.jpg);
		background-repeat: no-repeat;
		background-size: 98%;
		background-position: center;		
		position: relative;
        width: 100%;
		height: 580px;
        display: block;
        padding-top: 0;
        padding-bottom: 0;		
    }
	.table-img2 {
		background-color: #b31525;
        background-image: url(../images/emporter/buf2.jpg);
		background-repeat: no-repeat;
		background-size: 98%;
		background-position: center;		
		position: relative;
        width: 100%;
		height: 700px;
        display: block;
        padding-top: 0;
        padding-bottom: 0;		
    }
	.table-img3 {
		background-color: #b31525;
        background-image: url(../images/emporter/buf1.jpg);
		background-repeat: no-repeat;
		background-size: 98%;
		background-position: center;		
		position: relative;
        width: 100%;
		height: 700px;
        display: block;
        padding-top: 0;
        padding-bottom: 0;		
    }
	.table-img4 {
		background-color: #b31525;
        background-image: url(../images/emporter/emporter.jpg);
		background-repeat: no-repeat;
		background-size: 98%;
		background-position: center;		
		position: relative;
        width: 100%;
		height: 800px;
        display: block;
        padding-top: 0;
        padding-bottom: 0;		
    }
	
	
	
	
	
	
	
	
    .table-footer {
    }
    .table-footer > a {
        display: inline-block;
        margin: 30px auto;
        text-align: center;
        padding: 15px 20px;
        font-size: 16px;
    }


/* =======================
    CONTACT SECTION
========================= */
.contact-section {
	
    position: relative;
}
    .contact-section:before{
        content: "";
        background: #b31525;
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        top: 0;
    }
    .contact-section:before{
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: #b31525;
    }
    .contact-section .titie-section{
        display: block;
        margin-bottom: 80px;
    }
    .contact-section .titie-section h1{
        color: #fff;
    }
    .contact-section .left-content {
        display: block;
        overflow: hidden;
    }
    .contact-section .left-content h1{
        font-size: 36px;
        margin: 0;
        padding: 0;
        color: #fff;
        line-height: 1;
        font-weight: 700;
    }
    .contact-section .left-content h1 span{
        color: #46bfa9;
    }
    .contact-section .left-content h3{
        color: #fff;
        display: block;
        font-size: 20px;
        font-weight: 400;
        font-family: 'Roboto';
        margin: 0;
        padding: 0;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .contact-section .left-content p{
        color: #fff;
        font-size: 17px;
        font-weight: 350;
        line-height: 30px;
        font-family: 'Roboto';
    }
    .contact-section .left-content p b{
        color: #46bfa9;
    }
    .contact-section .left-content p{
        margin-bottom: 0;
    }
    .left-content .contact-info{
        display: block;
        margin-top: 30px;
        opacity: 1;
    }
    .left-content .contact-info p{
		margin: 0;
        display: block;
        opacity: 1
    }
    .footer-social-media{
        display: block;
        margin-top: 10px;
    }
    .footer-social-media ul{
        margin: 0;
        padding: 0;
        display: block;
    }
    .footer-social-media ul li{
        list-style: none;
        display: inline-block;
        margin-right: 0px;
        float: left;
    }
    .footer-social-media ul li a{
        color: #fff;
    }
    .footer-social-media ul li a i{
        height: 35px;
        width: 35px;
        font-size: 20px;
        border: 1px solid #fff;
        text-align: center;
        padding: 7px 0;
    }
    .footer-social-media ul li a:hover i{
        background: #46bfa9;
        border: 1px solid #46bfa9;
    }
    .contact-form{
        margin-top: 40px;
        display: block;
    }
    .contact-form .col-md-6{
        display: block;
    }

    .contact-form .input-group{
        width: 100%;
        display: block;
    }
    .contact-form  input.form-control, .contact-form textarea.form-control{
        width: 100%;
        display: block;
        background: transparent;
        border: 1px solid #fff;
        height: 50px;
        border-radius: 0px;
    }
    .contact-form  textarea.form-control{
        height: 120px;
    }
    .contact-form .form-control:focus, .contact-form .form-control:hover{
        border: 1px solid #46bfa9;
        box-shadow: none;
        color: #46bfa9 !important;
    }
    span.pori-btn{
        padding: 0;
    }

    .contact-form  input.submit-btn{
        display: inline-block;
        background: transparent !important;
        padding: 15px 60px !important;
        border: none;
        font-size: 16px;
        text-transform: uppercase;
        outline: none
    }
    #message .error_message{
        display: block;
        width: 100%;
        color: red;
        padding: 5px 0;
    }
    #message fieldset{
        display: block;
        width: 100%;
    }
    #message fieldset h1{
        color: #46bfa9;
        margin: 0;
        padding: 0;
        font-size: 20px;
    }


/* =======================
    FOOTER SECTION
========================= */
.footer-section {
    display: block;
    background: #000002;
    padding: 45px 0;
    text-align: center;
    color: #fff;
    position: relative;
}
    .footer-section p{
        padding: 0;
        margin: 0;
        display: block;
        color: #fff;
    }
    .footer-section p a{
        color: #46bfa9
    }
    .footer-section p a:hover{
        color: #fff;
    }
    .top-button{
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 25px 40px 25px;
        border-color: transparent transparent #46bfa9 transparent;
        position: absolute;
        top: -60px;
        text-align: center;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .top-button:before{
        content: "\f176";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
    /*--adjust as necessary--*/
        color: #fff;
        font-size: 16px;
        padding-right: 0.5em;
        position: absolute;
        top: 15px;
        left: -3px;
    }
    .top-button.fixed{
        position: fixed;
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
    }


/*
    @ TEMPLATE NAME: PORI
    @ FILE NAME : STYLE
    @ STYLE NAME: RESPONSIVE
*/
@media (max-width: 1500px){
    /* SLIDER SECTION */
    .carousel-caption {
        top: 25%;
    }

}
@media (max-width: 1400px){
    /* SLIDER SECTION */
    .carousel-caption {
        top: 25%;
    }
    .carousel-caption > h1{
        font-size: 75px;
    }

}
@media (max-width: 1300px){
    /* SLIDER SECTION */
    .video-section {
        max-height: 550px;
    }
    .carousel-caption {
        top: 35%;
    }
    .carousel-caption > h1 {
        font-size: 70px;
        line-height: 70px
    }
    .carousel-caption > p {
        font-size: 25px;
    }

}
@media (max-width: 1200px){
    .video-section {
        max-height: 550px;
    }
    /* TEAM SECTAION */
    .team-item .social-media ul li a i {
        width: 31px;
        height: 31px;
        padding: 5px 0;
    }
    .title > h3{
        font-size: 18px;
    }
}

@media (max-width: 992px){
    /* MENU SECTION */
    .navbar-right > li > a {
        font-size: 13px;
        padding: 12px 10px;
    }
    .slider-section {
        height: auto;
        display: block;
        overflow: hidden;
    }
    .video-section {
        max-height: 450px;
    }
    .carousel-caption {
        top: 35%;
    }
    .carousel-caption > h1 {
        font-size: 50px;
        line-height: 60px
    }
    .carousel-caption > p {
        font-size: 20px;
    }
    .we-bottom:before{
        display: none;
    }
    .we-bottom{
        display: none;
    }


    /* TABLE SECTION */
    .table-item{
        margin-bottom: 30px;
    }
    .blog-item {
        display: block;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px){
    /* HEADER TOP SECTION */
    .title-section{
        margin-bottom: 50px;
    }

    .title-section > h1 {
        font-size: 30px;
        line-height: 45px;
    }
    .section {
        padding: 60px 0 40px;
    }
    .header-top-section {
        padding: 10px 0;
    }
    .contact-info, .social-media{
        text-align: center;
        padding: 10px 0;
    }
    /* HEADER MENU SECTION */
    .header-section{
        position: relative;
        background: #313840;
        top: 0
    }
    .navbar-header {
        padding: 0 15px;
    }
    .navbar-nav {
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        margin-top:5px;
    }
    .navbar-right > li > a{
        text-align: center;
    }
    .navbar-right > li > a {
        font-size: 13px;
        padding: 5px 9px;
    }
    .navbar-right > li.active > a{
        text-align: center;
        border-top: 1px solid #46bfa9;
        border-bottom: 1px solid #46bfa9;
    }
    .navbar-right > li:hover ul{
        display: block;
        width: 100%;
        position: relative;
    }
    .navbar-right > li ul li a{
        text-align: center;
    }

    div#bs-example-navbar-collapse-1 {
        border: none;
        box-shadow: none;
    }
    .slider-section {
        height: auto;
        display: block;
        overflow: hidden;
    }
    video {
        width: auto;
        height: 100%;
    }
    .video-section {
        max-height: 300px;
    }
    /* SLIDER SECTION */
    .carousel-caption {
        top: 35%;
        display: block;
    }
    .carousel-caption > h1 {
        font-size: 30px;
        line-height: 40px
    }
    .carousel-caption > p {
        font-size: 14px;
    }
    a.carousel-control.left, a.carousel-control.right {
        top: 28%;
    }

    /* ABOUT SECTION */
    .about-content{
        margin-bottom: 50px;
    }

    /* TABLE SECTION */
    .table-section{
    }
    .table-item {
       /* top: 0px; */
    }
    
}

@media (max-width: 420px){
    /* TITLE SECTION */
    .title-section > h1 {
        font-size: 25px;
        line-height: 45px;
    }
    .carousel-caption {
        top: 35%;
        display: block;
        padding-top: 0;
    }
    .carousel-caption > h1 {
        font-size: 20px;
        line-height: 25px
    }
    .carousel-caption > p {
        font-size: 12px;
    }
    .carousel-control {
        display: none;
    }
    
}


/*
    PRELOADER
*/
#preloader{
    width: 100%;
    height: 100%;
    -webkit-animation: preloader_6 5s infinite linear;
    -moz-animation: preloader_6 5s infinite linear;
    -o-animation: preloader_6 5s infinite linear;
    animation: preloader_6 5s infinite linear;
    background: #000;
    display: block;
    text-align: center;
    position: fixed;
    z-index: 999;
}

@-webkit-keyframes dyinglight {
  15% {
    -webkit-transform: scale(1.6);
            -moz-transform: scale(1.6);
            -o-transform: scale(1.6);
            transform: scale(1.6);
  }
  50% {
    -webkit-transform: rotate(-89deg);
            -moz-transform: rotate(-89deg);
            -o-transform: rotate(-89deg);
            transform: rotate(-89deg);
  }
  100% {
    -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

@keyframes dyinglight {
  15% {
    -webkit-transform: scale(1.6);
            -moz-transform: scale(1.6);
            -o-transform: scale(1.6);
            transform: scale(1.6);
  }
  50% {
    -webkit-transform: rotate(-89deg);
            -moz-transform: rotate(-89deg);
            -o-transform: rotate(-89deg);
            transform: rotate(-89deg);
  }
  100% {
    -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
}

.loader-square {
  display: block;
  width: 50px;
  height: 50px;
  background: #46bfa9;
}

.loader-container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform-origin: 50% 50% 0;
          -moz-transform-origin: 50% 50% 0;
          -o-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
  -webkit-animation: dyinglight 1s ease infinite;
          -moz-animation: dyinglight 1s ease infinite;
          -o-animation: dyinglight 1s ease infinite;
          animation: dyinglight 1s ease infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.loader-border-top:before,
.loader-border-top:after,
.loader-border-bottom:before,
.loader-border-bottom:after {
  position: absolute;
  width: 17px;
  height: 17px;
  color: #46bfa9;
  content: "";
}

.loader-border-top:before {
  border-left: 1px solid;
  border-top: 1px solid;
  top: -6px;
  left: -6px;
}
.loader-border-top:after {
  border-right: 1px solid;
  border-top: 1px solid;
  top: -6px;
  right: -6px;
}

.loader-border-bottom:before {
  border-left: 1px solid;
  border-bottom: 1px solid;
  bottom: -6px;
  left: -6px;
}
.loader-border-bottom:after {
  border-right: 1px solid;
  border-bottom: 1px solid;
  bottom: -6px;
  right: -6px;
}


@media (max-width: 768px){
    .blog-meta p{
        padding-left: 0px;
        margin-top: 5px;
    }
    .blog-contnet h3{
        margin-top: 0px;
    }
    .section.blog-title-section{
        padding: 25px 0;
    }
    .blog-comment {
        margin-bottom: 50px;
    }
    .col-md-3.sidebar {
        margin-bottom: 50px;
    }
}



/*
    pop
*/

#popLayer{
    position: fixed;
    display:block;
    left:0;
    top:0;
	width:100%; 
	height:100%; 
    background:#DCDBDC;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);/* 只支持IE6、7、8、9 */
	z-index: 110;
}

#modal {
	POSITION:fixed; 
	left:10%;
	top:20%;
	width:80%;
	height:auto;
	filter:alpha(opacity=60);
	z-index: 111;

	/* basic */
	background-color: #fff;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	/* border-radius */
	border-radius: 12px;
	color: white;
	/* box-shadow */
	-webkit-box-shadow: rgba(0,0,0,0.5) 0px 3px 10px, rgba(0,0,0,.75) 0 0 70px inset;
	-moz-box-shadow: rgba(0,0,0,0.5) 0px 3px 10px, rgba(0,0,0,.75) 0 0 70px inset;
	box-shadow: rgba(0,0,0,0.5) 0px 3px 10px, rgba(0,0,0,.75) 0 0 70px inset;
	
	background: #7d7e7d;
	background: -moz-linear-gradient(top, #7d7e7d, #0e0e0e);
	background: -webkit-linear-gradient(top, #7d7e7d, #0e0e0e);
	background: -ms-linear-gradient(top, #7d7e7d, #0e0e0e);
	background: -o-linear-gradient(top, #7d7e7d, #0e0e0e);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
	background: linear-gradient(to bottom, #7d7e7d, #0e0e0e);
	
	border-top: 1px solid #666;
	overflow: hidden;
}

#modal h1 {
	text-align:center;
	margin:0;
	clear: both;
	font-size:30px;
	letter-spacing:-1px;
	margin-bottom:4px;
	text-shadow: 0 -1px 1px #000, 0 0px 5px rgba(0,0,0,.25);
}

#modal h2 {
	margin-top: 7px 0 25px;
	color: #ccc;
	font-size:23px;
	text-align:left;
	text-shadow: 0 0px 5px rgba(0,0,0,.25), 0 -1px 1px #000;
	padding: 0px 50px;
}


#modal p {
	margin-top: 7px 0 25px;
	color: #ccc;
	font-size:16px;
	text-align:left;
	text-shadow: 0 0px 5px rgba(0,0,0,.25), 0 -1px 1px #000;
	padding: 0px 50px;
}

.no {
	background: red; 
	display: block;
	padding: 1px 3px;
	float: right;
	color: white;
	text-decoration: none;
	font-size: 25px;
	border-top: 1px solid rgb(250,150,100);
	font-weight: bold;
	
	-webkit-box-shadow: rgba(255,255,255,.3) 0 2px 1px,rgba(0,0,0,.3) 0 -2px 1px, rgba(0,0,0,0.5) 0px 3px 10px, rgba(100,0,0,.75) 0 0 40px inset;
	-moz-box-shadow: rgba(255,255,255,.3) 0 2px 1px,rgba(0,0,0,.3) 0 -2px 1px, rgba(0,0,0,0.5) 0px 3px 10px, rgba(100,0,0,.75) 0 0 40px inset;
	box-shadow: rgba(255,255,255,.3) 0 2px 1px,rgba(0,0,0,.3) 0 -2px 1px, rgba(0,0,0,0.5) 0px 3px 10px, rgba(100,0,0,.75) 0 0 40px inset;
	
	text-shadow: 0 0 10px #000;
	border-radius: 12px;
	
	background: #f3c5bd;
	background: -webkit-linear-gradient(top, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 100%);
	background: -moz-linear-gradient(top, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 100%);
	background: -ms-linear-gradient(top, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 100%);
	background: -o-linear-gradient(top, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#ff6600',GradientType=0 );
	background: linear-gradient(to bottom, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 100%);
}

a:active {
	position:relative;
	top:3px;
}
