        /*   
        *   Version: 1.0
        *   Theme Name: Beetle HTML
        *   Theme URI: http://themes.mokaine.com/beetle-html
        *   Author: Mokaine Lab
        *   Author URI: http://mokaine.com/
        *   Written by Pasquale Vitiello (pasqualevitiello@gmail.com) and Daniele Cascone
        *   
        */
        /*----------------------------------------------------------------
            General Rules
        ----------------------------------------------------------------*/
        
        ::selection {
            background: #eea330;
            color: #fff;
        }
        
        ::-moz-selection {
            background: #eea330;
            color: #fff;
        }
        
        ::-webkit-input-placeholder {
            color: #aaa;
        }
        
        :-moz-placeholder {
            /* Firefox 18- */
            
            color: #aaa;
        }
        
        ::-moz-placeholder {
            /* Firefox 19+ */
            
            color: #aaa;
        }
        
        :-ms-input-placeholder {
            color: #aaa;
        }
        
        *,
        *:before,
        *:after {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        
        html {
            font-size: 100%;
        }
        
        body {
            background-color: #fbfbfb;
            color: #333;
            font-size: 1.125em;
            font-weight: 400;
            font-family: 'Roboto', sans-serif;
            line-height: 1.8;
            -webkit-font-smoothing: antialiased;
            text-rendering: optimizeLegibility;
            webkit-tap-highlight-color: rgba(255, 255, 255, .2);
            text-rendering: optimizeLegibility;
            -moz-osx-font-smoothing: grayscale;
            -moz-font-feature-settings: "liga" on;
        }
        
        a {
            color: #222;
            text-decoration: none;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }
        
        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
            color: #da942a;
        }
        
        img {
            display: block;
        }
        
        img::selection {
            background: 0 0;
        }
        
        img::-moz-selection {
            background: 0 0;
        }
        
        section {
            overflow-x: hidden;
        }
        /*----------------------------------------------------------------
            Perfect Fourth (http://type-scale.com)
        ----------------------------------------------------------------*/
        
        h1 {
            font-size: 2.369em;
        }
        
        h2 {
            font-size: 1.777em;
        }
        
        h3 {
            font-size: 1.333em;
        }
        
        h4 {
            font-size: 1em;
        }
        
        h5 {
            font-size: 0.75em;
        }
        
        h6 {
            font-size: 0.563em;
        }
        
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            line-height: 1.34;
            letter-spacing: 0;
            text-rendering: optimizeLegibility;
            /* Android browser */
        }
        /*----------------------------------------------------------------
        CSS Global
    ----------------------------------------------------------------*/
        
        .col-centered {
            float: none;
            margin: 0 auto;
        }
        
        .center-block {
            float: none;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
        
        .txt-color00 {
            color: #fff;
        }
        
        .txt-color01 {
            color: #ea6922;
        }
        
        .txt-color02 {
            color: #edb530;
        }
        
        .txt-color03 {
            color: #4cb6c0;
        }
        
        .txt-color04 {
            color: #26a3dd;
        }
        /*Button System*/
        
        .btn {
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            white-space: nowrap;
            text-rendering: optimizeLegibility;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            outline: none;
        }
        
        .btn:focus,
        .btn:active:focus,
        .btn.active:focus,
        .btn.focus,
        .btn:active.focus,
        .btn.active.focus {
            outline: none;
        }
        
        .btn:hover,
        .btn:focus,
        .btn.focus {
            color: #fff;
            text-decoration: none;
        }
        
        .btn:active,
        .btn.active {
            outline: 0;
            background-image: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        
        .btn-tamtay {
            background: #ea6922;
            color: #fff;
            border-radius: 4px;
            margin: 0 15px 0 0;
        }
        
        .btn-tamtay:hover,
        .btn-tamtay:focus,
        .btn-tamtay:active {
            background: #cf5c1d;
            color: #fff;
        }
        
        .btn-facebook {
            background: #2767be;
            color: #fff;
            border-radius: 4px;
        }
        
        .btn-facebook:hover,
        .btn-facebook:focus,
        .btn-facebook:active {
            background: #265aa0;
            color: #fff;
        }
        
        .btn-normal {
            padding: 10px 20px;
            font-size: 16px;
            color: #fff;
            border-radius: 4px;
        }
        
        .btn-more {
            margin-top: 30px;
            padding: 11px 30px;
            font-size: 20px;
            color: #fff;
            height: 50px;
            border: none;
            background: #f9a41e;
        }
        
        .btn-more:hover {
            background: #cf891a;
        }
        /*End Button System*/
        /*Input System*/
        
        textarea,
        select,
        input[type="date"],
        input[type="datetime"],
        input[type="datetime-local"],
        input[type="email"],
        input[type="month"],
        input[type="number"],
        input[type="password"],
        input[type="search"],
        input[type="tel"],
        input[type="text"],
        input[type="time"],
        input[type="url"],
        input[type="week"] {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-background-clip: padding;
            -moz-background-clip: padding;
            background-clip: padding-box;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            -webkit-appearance: none;
            border: none;
            outline: 0;
            margin: 0;
            padding: 0;
            vertical-align: middle;
        }
        
        input[type="text"].form-signIn-control,
        input[type="password"].form-signIn-control {
            display: block;
            width: 100%;
            height: 40px;
            padding: 10px 10px;
            font-size: 15px;
            line-height: 1.42857143;
            color: #666;
            background-color: #eee;
            background-image: none;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }
        /*End Input System*/
        /*----------------------------------------------------------------
        End CSS Global
    ----------------------------------------------------------------*/
        /*Preloader*/
        
        #loader {
            background: #ffffff;
            bottom: 0;
            height: 100%;
            left: 0;
            position: fixed;
            right: 0;
            top: 0;
            width: 100%;
            z-index: 9999;
        }
        
        @-webkit-keyframes enter {
            0% {
                opacity: 0;
                top: -10px;
            }
            5% {
                opacity: 1;
                top: 0px;
            }
            50.9% {
                opacity: 1;
                top: 0px;
            }
            55.9% {
                opacity: 0;
                top: 10px;
            }
        }
        
        @keyframes enter {
            0% {
                opacity: 0;
                top: -10px;
            }
            5% {
                opacity: 1;
                top: 0px;
            }
            50.9% {
                opacity: 1;
                top: 0px;
            }
            55.9% {
                opacity: 0;
                top: 10px;
            }
        }
        
        @-moz-keyframes enter {
            0% {
                opacity: 0;
                top: -10px;
            }
            5% {
                opacity: 1;
                top: 0px;
            }
            50.9% {
                opacity: 1;
                top: 0px;
            }
            55.9% {
                opacity: 0;
                top: 10px;
            }
        }
        
        .loader {
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -35px;
            margin-top: -35px;
        }
        
        .square {
            background: #ee9230;
            width: 20px;
            height: 20px;
            float: left;
            top: -10px;
            margin-right: 5px;
            margin-top: 5px;
            position: relative;
            opacity: 0;
            border-radius: 100%;
            -webkit-animation: enter 6s infinite;
            animation: enter 6s infinite;
        }
        
        .enter {
            top: 0px;
            opacity: 1;
        }
        
        .square:nth-child(4),
        .square:nth-child(6),
        .square:nth-child(7),
        .square:nth-child(9) {
            background: #fff;
            border: 1px solid #ee9230;
        }
        
        .square:nth-child(1) {
            -webkit-animation-delay: 1.8s;
            -moz-animation-delay: 1.8s;
            animation-delay: 1.8s;
        }
        
        .square:nth-child(2) {
            -webkit-animation-delay: 2.1s;
            -moz-animation-delay: 2.1s;
            animation-delay: 2.1s;
        }
        
        .square:nth-child(3) {
            -webkit-animation-delay: 2.4s;
            -moz-animation-delay: 2.4s;
            animation-delay: 2.4s;
        }
        
        .square:nth-child(4) {
            -webkit-animation-delay: 0.9s;
            -moz-animation-delay: 0.9s;
            animation-delay: 0.9s;
        }
        
        .square:nth-child(5) {
            -webkit-animation-delay: 1.2s;
            -moz-animation-delay: 1.2s;
            animation-delay: 1.2s;
        }
        
        .square:nth-child(6) {
            -webkit-animation-delay: 1.5s;
            -moz-animation-delay: 1.5s;
            animation-delay: 1.5s;
        }
        
        .square:nth-child(7) {}
        
        .square:nth-child(8) {
            -webkit-animation-delay: 0.3s;
            -moz-animation-delay: 0.3s;
            animation-delay: 0.3s;
        }
        
        .square:nth-child(9) {
            -webkit-animation-delay: 0.6s;
            -moz-animation-delay: 0.6s;
            animation-delay: 0.6s;
        }
        
        .clear {
            clear: both;
        }
        
        .last {
            margin-right: 0;
        }
        /*End preloader*/
        /*Header*/
        /*Teaser*/
        
        header.header {
            overflow: hidden;
            position: relative;
        }
        
        header.header .teaserBg {
            background-size: cover !important;
            min-height: 680px;
        }
        
        header.header .teaserBg:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            z-index: 0;
            width: 100%;
            background: url(images/dots.png) repeat rgba(19, 29, 38, 0.1);
            height: 100%;
        }
        
        header.header .teaserBg.teaserSinglePage {
            height: 320px !important;
            min-height: 320px !important;
            background-position: center;
        }
        /*End Teaser*/
        /*Header wrap*/
        
        .headerWrap {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            z-index: 1;
        }
        /*End Header wrap*/
        /*Tamtay logo*/
        
        .logo {
            text-align: center;
        }
        
        .logo h1,
        .logoCenter h1 {
            display: inline-block;
            text-align: center;
        }
        
        .logoCenter {
            position: absolute;
            z-index: 1;
            left: 0;
            right: 0;
            visibility: hidden;
        }
        
        .logo h1 a {
            display: inline-block;
            font-size: 40px;
            color: #fff;
        }
        /*End Tamtay logo*/
        /*Page Single*/
        
        .pageTitle {
            text-align: center;
            color: #fff;
        }
        
        .pageTitle h2 {
            font-size: 40px;
            font-weight: 300;
        }
        
        .pageTitle span.pageTitle-desc {
            display: inline-block;
            font-size: 15px;
            width: 40%;
            margin: 5px 0 0;
            font-weight: 400;
        }
        /*End Page Single*/
        /*End Header*/
        /*Switched Header*/
        
        .headerNav.switchedHeader {
            position: fixed;
            top: 0;
            margin-top: 0;
            background-color: rgba(255, 255, 255, .97);
        }
        
        .headerNav.switchedHeader .logoCenter {
            visibility: visible;
        }
        
        .switchedHeader .mainNav > ul li a {}
        /*End Switched Header*/
        /*End Navigation*/
        /*Footer*/
        
        footer.footer {
            background: #212121;
            padding: 30px 0;
        }
        
        .navFooter {
            margin: 0 0 20px;
        }
        
        .navFooter nav li {
            display: inline-block;
            padding: 0 20px;
        }
        
        .navFooter nav li a,
        .navFooter nav li button {
            display: inline-block;
            font-size: 15px;
            font-weight: 300;
            color: #fff;
            opacity: 0.7;
            text-transform: capitalize;
        }
        
        .navFooter nav li button {
            background: none;
        }
        
        .navFooter nav li a:hover,
        .navFooter nav li button:hover,
        .navFooter nav li.selected a {
            opacity: 1;
        }
        
        .socials {
            margin-top: 10px;
        }
        
        .socials li {
            display: inline-block;
            margin-left: 10px;
            margin-right: 10px;
            text-align: center;
        }
        
        .socials a {
            color: #fff;
            display: inline-block;
            font-size: 20px;
            line-height: 100%;
            opacity: .9;
        }
        
        .socials li.facebook a:hover {
            color: #2c52c1;
        }
        
        .socials li.twitter a:hover {
            color: #28a0c8;
        }
        
        .footerBottom {
            color: #666;
            font-size: 13px;
        }
        
        .footerBottom .brand {
            color: #eea330;
        }
        /*End Footer*/
        /*Carreer*/
        
        .carreer {
            margin: 0 0;
        }
        
        h1.carreerInner-title {
            font-size: 30px;
            margin: 0 0 20px;
            line-height: 130%;
        }
        
        .carreer-bigItem {
            max-height: 430px;
        }
        
        .carreer-mediumItem,
        .carreer-smallItem {
            max-height: 209px;
        }
        
        .carreer-smallItem {}
        
        .carreerItem {
            position: relative;
            background: #000;
            overflow: hidden;
            margin-bottom: 30px;
        }
        
        .carreerDetails:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
        }
        
        .centered {
            display: inline-block;
            vertical-align: middle;
            width: 80%;
        }
        
        .carreerItem .carreerDetails {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            opacity: 0;
            z-index: -1;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }
        
        .carreerItem:hover .carreerDetails {
            opacity: 1;
            z-index: 2;
        }
        
        .carreerItem .carreerDetails h2 {
            font-size: 25px;
            font-weight: 400;
            text-transform: uppercase;
            margin: 0 0 20px;
        }
        
        .carreerItem.carreer-smallItem .carreerDetails h2 {
            font-size: 18px;
            margin: 0 0 10px;
        }
        
        .carreerItem .carreerDetails h2 a {
            color: rgba(255, 255, 255, 0.9);
            font-weight: 300;
        }
        
        .carreerItem .carreerDetails h2 a:hover {
            color: rgba(255, 255, 255, 1);
        }
        
        .carreerItem .carreerDetails a.carreerShare {
            display: inline-block;
            height: 30px;
            line-height: 31px;
            width: 30px;
            background: rgba(255, 255, 255, 0.8);
            color: rgba(0, 0, 0, 0.5);
            border-radius: 100%;
            overflow: hidden;
        }
        
        .carreerItem .carreerDetails a.carreerShare i {
            vertical-align: middle;
        }
        
        .carreerItem .carreerDetails a.carreerShare:hover {
            background: rgba(255, 255, 255, 1);
            color: rgba(0, 0, 0, 0.7);
        }
        
        .carreerItem .carreerImg {
            position: relative;
            z-index: 0;
            display: block;
            opacity: 1;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }
        
        .carreerItem:hover .carreerImg {
            opacity: 0.5;
            /*cursor: pointer;*/
        }
        
        .carreerItem .carreerImg img {
            max-width: 100%;
            width: 100%;
            height: auto;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }
        
        .carreerItem:hover .carreerImg img {
            -webkit-transform: rotate(-10deg) scale(1.3);
            transform: rotate(-10deg) scale(1.3);
        }
        /*End Carreer*/
        /*Carreer Page*/
        
        .carreerPage {
            color: #333;
            margin: 0 0 30px;
        }
        
        .carreerPage h1.carreerPage-title {
            font-size: 30px;
            margin: 0 0 30px;
            line-height: 130%;
        }
        
        .carreerPage h1.carreerPage-title p {
            font-size: 20px;
        }
        
        .carreerPage .carreerPage-content {
            margin: 0 0 25px;
            font-size: 16px;
        }
        
        .carreerPage .carreerPage-content h3 {
            margin: 0 0 8px;
            font-size: 20px;
            font-weight: 400;
        }
        
        .carreerPage-note {
            font-size: 14px;
            color: #666;
            font-style: italic;
        }
        
        .carreerPage-note a {
            color: #eea330;
            text-decoration: underline;
        }
        
        .carreerPage-bottom {
            margin: 20px 0 0;
        }
        
        .carreerPage-bottom a {
            display: inline-block;
            font-size: 18px;
        }
        
        .carreerPage-close {
            display: block;
            width: 100%;
            padding: 15px 0 13px;
            margin: 30px 0;
            background: #333;
            color: #fff;
            font-size: 16px;
            vertical-align: middle;
            cursor: pointer;
        }
        
        .carreerPage-close i {
            /*vertical-align: middle;*/
        }
        /*End Carreer Page*/
        /*Go Top*/
        
        #goTop {
            position: fixed;
            z-index: 1000;
            right: 20px;
            bottom: -20px;
            width: 40px;
            height: 40px;
            padding: 7px;
            background: rgba(0, 0, 0, 0.75);
            color: #ccc;
            font-size: 26px;
            line-height: 26px;
            text-align: center;
            text-decoration: none;
            cursor: pointer;
            opacity: 0;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            -webkit-border-radius: 100%;
            border-radius: 100%;
        }
        
        #goTop:hover {
            color: #fff;
            background: rgba(0, 0, 0, 0.9);
            opacity: 1;
        }
        
        #goTop.visible {
            bottom: 20px;
            opacity: 0.6;
        }
        
        #goTop.gone {
            right: -20px;
        }
        /*End Go Top*/
        /*----------------------------------------------------------------
            Section
        ----------------------------------------------------------------*/
        /*Section*/
        
        #wrapper > section {
            padding: 60px 0;
            height: auto;
        }
        
        #wrapper > section.dark {
            background: #2a2e30;
        }
        
        .onePageNav {
            position: fixed;
            z-index: 1000;
            top: 50%;
            right: 23px;
            margin: -46px 0 0;
            opacity: 1;
        }
        
        .onePageNav li {
            margin: 8px 0;
        }
        
        .onePageNav li a {
            position: relative;
            display: block;
            width: 12px;
            height: 12px;
            background: rgba(0, 0, 0, 0);
            border: 1px solid rgba(0, 0, 0, .4);
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
        }
        
        .onePageNav li.current a:hover,
        .onePageNav li a:hover {
            background: rgba(0, 0, 0, .4);
            border: 1px solid rgba(0, 0, 0, 0);
        }
        
        .onePageNav li.current a {
            background: rgba(0, 0, 0, .5);
            border: 1px solid rgba(0, 0, 0, 0);
        }
        /*.onePageNav:hover li a{
            border: 1px solid rgba(234, 105, 34, 1);

        }
        .onePageNav:hover li.current a:hover, .onePageNav:hover li a:hover {
            background: rgba(234, 105, 34, 1);
        }
        .onePageNav:hover li.current a {
            background: rgba(234, 105, 34, 1);
        }*/
        
        .onePageNav.negative li a {
            border: 1px solid rgba(225, 225, 225, 1);
        }
        
        .onePageNav.negative li.current a:hover,
        .onePageNav.negative li a:hover {
            background: rgba(225, 225, 225, 1);
        }
        
        .onePageNav.negative li.current a {
            background: rgba(225, 225, 225, 1);
        }
        /* Base styles for the entire tooltip */
        
        .onePageNav li a:after {
            content: attr(data-tooltip);
            display: inline-block;
            position: absolute;
            top: 50%;
            right: 130%;
            left: auto;
            z-index: 1000;
            margin: -15px 0 0;
            width: 200px;
            line-height: 30px;
            color: rgba(0, 0, 0, .7);
            font-size: 13px;
            font-weight: 400;
            text-align: right;
            text-transform: uppercase;
            pointer-events: none;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
            -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
            transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
        
        .onePageNav.negative li a:after {
            color: rgba(255, 255, 255, .7);
        }
        
        .onePageNav li a:hover:after {
            visibility: visible;
            opacity: 1;
            -webkit-transform: translateX(-15px);
            -moz-transform: translateX(-15px);
            transform: translateX(-15px);
        }
        /*Section*/
        /*Section Header*/
        
        .hgroup {}
        
        .hgroup h2.section-title {
            margin: 15px 0 0;
            font-size: 30px;
            font-weight: 300;
            text-transform: uppercase;
            color: #666;
            letter-spacing: 1px;
        }
        
        .hgroup h2.section-title strong {
            font-weight: 500;
        }
        
        .hgroup h4.section-desc {
            margin: 15px 0 0;
            font-size: 18px;
            line-height: 32px;
            color: #888;
        }
        
        .hgroup h6.section-icon {
            font-size: 25px;
            margin: 30px 0 35px;
        }
        
        section.dark .hgroup h2.section-title {
            color: #fcfcfc;
        }
        
        section.dark .hgroup h4.section-desc {
            color: #eee
        }
        
        section .homePhotoInner .hgroup h2.section-title strong {
            color: #ea6922;
        }
        
        section .homeBlogInner .hgroup h2.section-title strong {
            color: #26a3dd;
        }
        
        section .homeQuoteInner .hgroup h2.section-title strong {
            color: #edb530;
        }
        /*.txt-color02 {
            color: #edb530;
        }

        .txt-color03 {
            color: #4cb6c0;
        }
        
        .txt-color04 {
            color: #26a3dd;
        }
*/
        /*End Section Header*/
        /*Section - Tamtay Intro us*/
        
        section.introUs {
            background: #f0f0f0;
        }
        
        section.introUs .introUsInner {
            position: relative;
            padding: 20px 0 0;
        }
        
        section.introUs .introUsInner .introUs-direction {
            position: absolute;
            top: 50%;
            margin-top: -15px;
            outline: 0;
            z-index: 999;
        }
        
        section.introUs .introUsInner .introUs-direction a {
            font-size: 30px;
            color: rgba(0, 0, 0, .2)
        }
        
        section.introUs .introUsInner .introUs-direction a:hover {
            color: #4cb6c0;
        }
        
        section.introUs .introUsInner #introUs-next {
            right: 55px;
        }
        
        section.introUs .introUsInner #introUs-prev {
            left: 55px;
        }
        
        section.introUs .introUs-block {
            position: relative;
        }
        
        section.introUs .introUs-block .bx-wrapper .bx-pager.bx-default-pager a:hover,
        section.introUs .introUs-block .bx-wrapper .bx-pager.bx-default-pager a.active {
            background: #4cb6c0;
        }
        
        section.introUs .introUs-block ul li {
            width: 100%;
            padding: 0 0 40px;
        }
        
        .block-primary {
            /* padding-right: 60px;*/
        }
        
        .block-primary h2.block-title {
            font-size: 40px;
            line-height: 50px;
            margin: 0 0 30px;
        }
        
        .block-primary p {
            font-size: 18px;
        }
        
        .block-secondary {
            margin-bottom: 30px;
        }
        
        .block-secondary img {
            width: 100%;
            max-width: 100%;
        }
        /*End Section - Tamtay Intro us*/
        /*Section - Tamtay inside me*/
        
        section.introWeAre {}
        
        section.introWeAre ul.membersQuote {}
        
        section.introWeAre ul.membersQuote li {
            padding: 0 0 40px;
        }
        
        section.introWeAre .quoteBox {
            position: relative;
            z-index: 0;
            width: 100%;
            padding: 25px 35px 65px;
            border: 1px solid #f0f0f0;
            background: #f5f5f5;
            border-radius: 10px;
            font-size: 18px;
            color: #666;
            font-weight: 300;
        }
        
        section.introWeAre .quoteBox:after {
            content: '';
            position: absolute;
            width: 48px;
            height: 37px;
            right: 25px;
            bottom: 15px;
            background: url(images/quote.png) center no-repeat;
        }
        
        section.introWeAre .memberTatmay {
            position: relative;
            z-index: 1;
            margin: -60px 0 0;
            text-align: center;
            letter-spacing: 1px;
        }
        
        .memberTatmay .memberTatmay-avatar {
            display: inline-block;
            width: 137px;
            height: 137px;
            overflow: hidden;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            border: 7px solid #f9f9f9;
        }
        
        .memberTatmay .memberTatmay-avatar img {
            max-width: 100%;
            width: 100%;
        }
        
        .memberTatmay h2 {
            margin: 5px 0 0;
            font-size: 25px;
        }
        
        .memberTatmay p {
            margin: 5px 0 0;
            font-size: 16px;
            color: #aaa;
        }
        
        section.introWeAre .bx-wrapper .bx-pager.bx-default-pager a:hover,
        section.introWeAre .bx-wrapper .bx-pager.bx-default-pager a.active {
            background: #ea6922;
        }
        /*End Section - Tamtay inside me*/
        /*Section - Tamtay Photo me*/
        
        section.introPhoto {}
        
        .introPhoto-gallery .intro-photo {
            position: relative;
            background: #000;
            width: 25%;
            overflow: hidden;
        }
        
        .intro-photo .intro-photo-caption {
            position: absolute;
            z-index: 3;
            left: 0;
            right: 0;
            bottom: auto;
            top: 100%;
            width: 100%;
            background: rgba(42, 46, 48, .95);
            color: #fff;
            font-weight: 400;
            font-size: 18px;
            line-height: 25px;
            text-transform: uppercase;
            padding: 12px 20px;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }
        
        .intro-photo:hover .intro-photo-caption {
            -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            transform: translateY(-100%);
        }
        
        .introPhoto-gallery .intro-photo img {
            opacity: .6;
            width: 100%;
            max-width: 100%;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }
        
        .introPhoto-gallery .intro-photo:hover img {
            opacity: .9;
        }
        
        ul.introPhoto-direction {
            text-align: center;
            margin: 40px 0 0;
        }
        
        ul.introPhoto-direction li {
            display: inline-block;
        }
        
        ul.introPhoto-direction li a {
            display: inline-block;
            font-size: 25px;
            line-height: 25px;
            color: #fff;
            margin: 0 10px;
            opacity: .4;
        }
        
        ul.introPhoto-direction li a:hover,
        ul.introPhoto-direction li a:active {
            opacity: 1;
        }
        /*End Section - Tamtay Photo*/
        /*Section - Tamtay Reason*/
        
        section.introReason {}
        
        section.introReason .introReason-block {
            position: relative;
            margin: 0 0 30px;
        }
        
        section.introReason .introReason-content {
            padding-left: 80px;
        }
        
        section.introReason .introReason-content h2 {
            line-height: 55px;
            margin: 0 0 15px;
            font-size: 26px;
            font-weight: 400;
            color: #333;
        }
        
        section.introReason .introReason-content p {
            font-size: 18px;
        }
        
        section.introReason .introReason-content {
            padding-left: 80px;
        }
        
        section.introReason .introReason-number {
            position: absolute;
            left: 20px;
            top: 0;
            width: 55px;
            height: 55px;
            line-height: 55px;
            font-size: 26px;
            font-weight: 400;
            text-align: center;
            color: #fff;
            background: #26a3dd;
            border-radius: 100%;
        }
        /*End Section - Tamtay Photo*/
        /*Section - Homepage PHOTO*/
        
        section.homePhoto {}
        
        .homePhoto-item {
            list-style: none;
            margin-bottom: 20px;
            overflow: hidden;
        }
        
        .homePhoto-item figure {
            position: relative;
            margin: 0;
            -moz-border-radius: 4px;
            -o-border-radius: 4px;
            -ms-border-radius: 4px;
            -webkit-border-radius: 4px;
            display: block;
            width: 100%;
            height: 100%;
            min-height: 150px;
            background-size: cover;
            background-position: center;
            -webkit-transition: all 0.05s ease-in;
            transition: all 0.05s ease-in;
            overflow: hidden;
        }
        
        .homePhoto-item .homePhoto-details {
            margin-top: 25px;
            overflow: hidden;
        }
        
        .homePhoto-item .homePhoto-details h3 a {
            color: #666;
            display: inline-block;
            line-height: 35px;
            font-weight: 400;
            font-size: 22px;
        }
        
        .homePhoto-item .homePhoto-details p a {
            color: #999;
            display: inline-block;
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 3px;
            text-transform: uppercase;
        }
        
        .homePhoto-item .homePhoto-details h3 a:hover {
            color: #ea6922;
        }
        
        .homePhoto-item .homePhoto-details p a:hover {
            color: #666;
        }
        
        figure.view .mask {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: rgba(0, 0, 0, 0.55);
            opacity: 0;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }
        
        figure.view a.info-link {
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -20px 0 0 -20px;
            width: 40px;
            height: 40px;
            font-size: 30px;
            color: rgba(255, 255, 255, .5);
        }
        
        figure.view:hover .mask {
            opacity: 1;
        }
        
        figure.view:hover a.info-link:hover {
            color: rgba(255, 255, 255, .8);
        }
        /*End Section - Homepage PHOTO*/
        /*Section - Homepage BLOG*/
        
        section.homeBlog {}
        
        .homeBlog-details {
            position: relative;
            margin: 25px 0 0;
            padding: 25px 0 0;
            font-size: 16px;
            color: #666;
            line-height: 28px;
        }
        
        .homeBlog-details:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            height: 1px;
            width: 45px;
            background: #999;
        }
        
        .homeBlog-details p {
            /*min-height: 250px;*/
        }
        
        .homeBlog-details a.more {
            display: inline-block;
            font-size: 14px;
            letter-spacing: 1.5px;
            color: #ea6922;
            text-transform: uppercase;
            margin: 20px 0 0;
        }
        
        .homeBlog-details a.more:hover {
            color: #666;
        }
        /*End Section - Homepage BLOG*/
        /*Section - Homepage Quote*/
        
        section.homeQuote {
            position: relative;
            min-height: 450px !important;
        }
        
        section.homeQuote .hgroup > h6.section-icon {
            font-size: 45px;
            margin-bottom: 10px;
        }
        
        .paralaxBg {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            /*background-position: 50% 0;*/
            
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-size: cover !important;
            color: #fff;
            min-height: 374px;
            margin: 0 auto;
            overflow: hidden;
            padding: 0;
            text-align: center;
            width: 100%;
            opacity: .5;
        }
        
        .quote blockquote {
            border: none;
            position: relative;
            z-index: 300;
            padding: 0;
            margin: 0;
        }
        
        .quote blockquote p {
            color: #fff;
            font-size: 35px;
            line-height: 50px;
            margin: 0 0 20px 0;
            font-weight: 300;
        }
        
        .quote blockquote strong {
            color: #fff;
            font-size: 20px;
            font-weight: 400;
            text-transform: uppercase;
        }
        /*End Section - Homepage Quote*/
        /*----------------------------------------------------------------
            End Section
        ----------------------------------------------------------------*/
        /*----------------------------------------------------------------
            Homepage
        ----------------------------------------------------------------*/
        
        header.header.header-homepage {}
        
        header.header.header-homepage .logo {
            margin: 45px 0 30px;
        }
        
        header.header.header-homepage .logo h1 a {
            font-size: 55px;
        }
        
        header.header.header-homepage .pageTitle h2 {
            font-size: 40px;
        }
        
        header.header.header-homepage .pageTitle span.pageTitle-desc {
            font-size: 20px;
            width: 80%;
        }
        /*Sign In*/
        
        .signIn {
            display: inline-block;
            width: 100%;
            max-width: 440px;
            margin: 35px 0 0;
            background: rgba(0, 0, 0, .6);
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            padding: 25px;
        }
        
        .signIn .form-group {
            margin-bottom: 20px;
        }
        
        .signIn .btn-signIn {
            padding: 10px 20px;
            font-size: 15px;
            color: #fff;
            height: 40px;
            border: none;
            background: #f9a41e;
        }
        
        .signIn .btn-signIn:hover,
        .signIn .btn-signIn:focus,
        .signIn .btn-signIn:active {
            background: #cf891a;
        }
        
        .signIn .form-signIn-link {
            display: inline-block;
            font-size: 15px;
            color: #fff;
            line-height: 40px;
        }
        
        .signIn .form-signIn-link:hover {
            color: #f9a41e;
        }
        /*User SignIn*/
        
        .homeUserSignin {
            margin: 50px 0 0;
            color: #fff;
        }
        
        .homeUserSignin h1 {}
        
        .homeUserSignin h1 a.big-avatar {
            display: inline-block;
            position: relative;
            width: 120px;
            height: 120px;
            border-radius: 50%;
            margin-bottom: 40px;
            background-size: cover;
            background-position: center;
        }
        
        .homeUserSignin h1 a.big-avatar:after {
            content: '';
            display: block;
            position: relative;
            z-index: -1;
            border-radius: 50%;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            background-color: rgba(255, 255, 255, .85);
            width: 128px;
            height: 128px;
            margin: -4px;
        }
        
        .homeUserSignin h1 a.big-avatar:hover:after {
            background-color: rgba(0, 0, 0, .35);
            width: 138px;
            height: 138px;
            margin: -9px;
        }
        
        .homeUserSignin h2 {
            font-size: 40px;
            letter-spacing: -0.5px;
            font-weight: 500;
            margin: 0 0 15px;
        }
        
        .homeUserSignin h4 {
            font-size: 25px;
            letter-spacing: 2px;
            font-weight: 300;
        }
        /*End User SignIn*/
        
        .scrollDown {
            position: absolute;
            bottom: 100px;
            left: 50%;
            margin-left: -30px;
            z-index: 999;
            width: 60px;
            text-align: center;
            opacity: .8;
        }
        
        .scrollDown a.mouse {
            display: inline-block;
            width: 27px;
            height: 45px;
            border-radius: 15px;
            border: 3px solid #fff;
        }
        
        .scrollDown .mouse .scroll {
            display: block;
            margin: 7px auto;
            width: 5px;
            height: 5px;
            border-radius: 5px;
            background: #fff;
            -webkit-animation-duration: 1.3s;
            animation-duration: 1.3s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-name: scroll;
            animation-name: scroll;
        }
        
        @keyframes scroll {
            0% {
                opacity: 1;
            }
            100% {
                opacity: 0;
                -webkit-transform: translateY(20px);
                -ms-transform: translateY(20px);
                transform: translateY(20px);
            }
        }
        
        @-webkit-keyframes scroll {
            0% {
                opacity: 1;
            }
            100% {
                opacity: 0;
                -webkit-transform: translateY(20px);
                transform: translateY(20px);
            }
        }
        
        @-moz-keyframes scroll {
            0% {
                opacity: 1;
            }
            100% {
                opacity: 0;
                -webkit-transform: translateY(20px);
                transform: translateY(20px);
            }
        }
        /*End Sign In*/
        /*----------------------------------------------------------------
            End Homepage
        ----------------------------------------------------------------*/
        /*Modal Dialog*/
        
        .modal-dialog {
            margin: 0 auto;
            padding: 15px 20px;
            position: relative;
            max-height: 550px;
            height: 100%;
            overflow-y: scroll;
            font-size: 15px;
            font-weight: 400;
            background: #fff;
            color: #333;
        }
        
        .modal-dialog strong,
        .modal-dialog b {
            font-weight: bold;
        }
        
        .modal-dialog p {
            margin: 10px 0 15px;
        }
        
        .modal-dialog p.lv2 {
            padding: 0 0 0 40px;
        }
        
        .modal-dialog p span.boldcolor {
            font-weight: bold;
            color: #ea6922;
        }
        
        .modal-dialog p a {
            color: #ea6922;
            text-decoration: underline;
        }
        
        .policy-content {}
        
        .policy-content h2 {
            font-size: 18px;
            font-weight: bold;
            text-transform: uppercase;
        }
        
        .modal-dialog ul {
            margin: 10px 0 15px 40px;
            padding: 0 0 0 15px;
            list-style: circle outside;
        }
        /*End Modal Dialog*/
        /*MDOALBOX MODULE*/
        
        .md-perspective,
        .md-perspective body {
            height: 100%;
            overflow: hidden;
        }
        
        .md-perspective body {
            background: #222;
            -webkit-perspective: 600px;
            -moz-perspective: 600px;
            perspective: 600px;
        }
        
        .md-modal {
            position: fixed;
            top: 50%;
            left: 50%;
            margin: -300px 0 0 -300px;
            max-width: 620px;
            min-width: 320px;
            z-index: 2000;
            visibility: hidden;
        }
        
        .md-show {
            visibility: visible;
        }
        
        .md-overlay {
            position: fixed;
            width: 100%;
            height: 100%;
            visibility: hidden;
            top: 0;
            left: 0;
            z-index: 1000;
            opacity: 0;
            background: rgba(52, 56, 60, 0.9);
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }
        
        .md-show ~ .md-overlay {
            opacity: 1;
            visibility: visible;
        }
        /* Content styles */
        
        .md-content {
            color: #666;
            background: rgba(255, 255, 255, 0.95);
            position: relative;
            border-radius: 5px;
            margin: 0 auto;
            height: 100%;
            overflow: hidden;
        }
        
        .md-content h3 {
            margin: 0;
            font-size: 20px;
            background: rgba(2, 2, 2, 0.05);
            border-radius: 5px 5px 0 0;
            color: #de4a23;
            padding: 15px 20px 12px;
        }
        
        .md-content .md-tools {
            position: absolute;
            right: 30px;
            bottom: 30px;
        }
        
        .md-content .md-tools button {
            margin: 0 0 0 10px;
        }
        
        .md-content > .md-close {
            position: absolute;
            top: 18px;
            right: 20px;
            color: rgba(2, 2, 2, 0.55);
            background: none;
            padding: 0;
            margin: 0;
            line-height: 100%;
            font-size: 20px;
        }
        
        .md-content > .md-close:hover {
            color: rgba(2, 2, 2, 0.35);
        }
        /* Individual modal styles with animations/transitions */
        /* Effect 1: Fade in and scale up */
        
        .md-effect-1 .md-content {
            -webkit-transform: scale(0.7);
            transform: scale(0.7);
            opacity: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }
        
        .md-show.md-effect-1 .md-content {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }
        /*End MODALBOX MODULE*/
        /*THEME MENU*/
        
        .signinBox li a:hover {
            color: #f9a41e;
        }
        
        .pushRight-header {
            background: #f9a41e;
        }
        
        .mainNav > ul li a:hover,
        .mainNav > ul li.selected a {
            color: #f9a41e;
        }
        
        ul.rightNav > li a.notification:before {
            background: #f9a41e;
        }
        
        .hover-textDarker:hover {
            color: #cf891a;
        }
        
        .hover-bgDarker:hover {
            background-color: #cf891a;
        }
        
        .avatarBox .loginBtn {
            background: #f9a41e;
        }
        
        ul.navBtn-mobile li a {
            background: #f9a41e;
        }
        
        ul.navBtn-mobile li a:active,
        ul.navBtn-mobile li a:hover {
            background: #cf891a;
        }
        /*END THEME MENU*/
