
            @font-face {
                font-family: "Myriad-Pro-Light";
                src: url("../font/MyriadPro-Light.eot");
                src: url("../font/MyriadPro-Light.otf") format("embedded-opentype"),
                url("../font/MyriadPro-Light.woff") format("woff"),
                url("../font/MyriadPro-Light.ttf") format("truetype"),
                url("#MyriadPro-Light") format("svg");
                font-weight: normal;
                font-style: normal;
            }
     
          @font-face {
                font-family: "Myriad-Pro-Regular";
                src: url("../font/MyriadPro-Regular.eot");
                src: url("../font/MyriadPro-Regular.otf") format("embedded-opentype"),
                url("../font/MyriadPro-Regular.woff") format("woff"),
                url("../font/MyriadPro-Regular.ttf") format("truetype"),
                url("#MyriadPro-Regular") format("svg");
                font-weight: normal;
                font-style: normal;
            }
            
        @font-face {
                font-family: "Myriad-Pro-Semibold";
                src: url("../font/MyriadPro-Semibold.eot");
                src: url("../font/MyriadPro-Semibold.otf") format("embedded-opentype"),
                url("../font/MyriadPro-Semibold.woff") format("woff"),
                url("../font/MyriadPro-Semibold.ttf") format("truetype"),
                url("#MyriadPro-Semibold") format("svg");
                font-weight: normal;
                font-style: normal;
            }
         @font-face {
                font-family: "BinaryITCStd-Light";
                src: url("../font/binaryitcstd-light-webfont.eot");
                src: url("../font/BinaryITCStd-Light.otf") format("embedded-opentype"),
                url("../font/binaryitcstd-light-webfont.woff") format("woff"),
                url("../font/binaryitcstd-light-webfont.ttf") format("truetype"),
                url("#binaryitcstd-light-webfont") format("svg");
                font-weight: normal;
                font-style: normal;
            }
      
body {
    background: #333;
}

.right-pad #main-wrapper {
    padding-right: 90px;
}

body.custom-background {
    background: inherit;
}

.top-pad {
    margin-top: 120px;
}

.left-pad {
    margin-left: 120px;
}

#header-wpml {
    right: 100px;
    position: absolute;
    margin-top: -38px;
}

#header-wpml a {
    float: left;
    margin-right: 8px;
}

a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sticky,
.gallery-caption,
.bypostauthor {
    color: inherit;
}

body.page-template-default #content-wrap, body.page-template-page-calendar-php #content-wrap {
    margin-bottom: 40px;
}

.size-large {
    max-width: 100%;
    height: 100%;
}

.menu-wrap-b .menu {
    display: block;
}

.menu-wrap-b .menu li {
    display: block;
    position: relative;
    z-index: 100;
}

.menu-wrap-b .menu li a {
    font-weight: 600;
    text-decoration: none;
    padding: 5px 0;
    display: block;
    color: #ffffff;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.menu-wrap-b .menu li a:hover, .menu-wrap-b .menu li:hover > a {
}

.menu-blank-area {
    height: 110px;
    position: relative;
    width: 100%;
}

.menu-wrap-b .menu ul {
    display: none;
    left: 300px;
    top: 0;
    height: 100%;
    margin: 0;
    min-width: 300px;
    padding: 0;
    position: fixed;
    overflow-y: auto;
}

.admin-bar .menu ul{
    top: 32px;
}

.hide-children .menu ul{
    display: none!important;
}

.menu-wrap-b .menu li:hover > ul {
    display: block;
}

.menu-wrap-b .menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}

.menu-wrap-b .menu ul li a {
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.menu-wrap-b .menu ul ul {
    left: 600px;
    top: 0;
}

.admin-bar .menu ul ul {
    top: 32px;
}

.mobile-menu {
    display: none;
    width: 100%;
    padding: 11px;
    background: #3E4156;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
}

.mobile-menu:hover {
    background: #3E4156;
    color: #ffffff;
    text-decoration: none;
}

.slicknav_menu {
    margin-top: 0;
    position: relative;
    z-index: 3;
}

@media (min-width: 768px) {
    .slicknav_menu {
        display: none;
    }

    #main-menu-toggle {
        display: block;
        /*margin-top: -30px;*/
    }
}

#main-menu-toggle .btn-wrap {
    width: 32px;
    height: 32px;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

#main-menu-toggle .btn-line {
    position: absolute;
    display: block;
    height: 2px;
    width: 100%;
    background: white;
    right: 0;
    top: 50%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#main-menu-toggle .btn-line.one {
    margin-top: -9px;
}

#main-menu-toggle .btn-line.two {
    margin-top: -3px;
}

#main-menu-toggle .btn-line.three {
    margin-top: 3px;
}

#main-menu-toggle .btn-line.four {
    margin-top: 9px;
    width: 85%;
}

#main-menu-toggle:hover .btn-line.four,
#main-menu-toggle.on .btn-line.four {
    width: 100%;
}
/*#main-menu-toggle:hover .btn-line{
    background-color:#be1522;}*/
#main-menu-toggle.on .btn-line.one {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}

.no-csstransforms3d #main-menu-toggle.on .btn-line.one {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

#main-menu-toggle.on .btn-line.four {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
}

.no-csstransforms3d #main-menu-toggle.on .btn-line.four {
    -webkit-transform: translate3d(100%, 0, 0);
    -moztransform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}

#main-menu-toggle.on .btn-line.two {
    margin-top: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.no-csstransforms3d #main-menu-toggle.on .btn-line.two {
    margin-top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

#main-menu-toggle.on .btn-line.three {
    margin-top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.no-csstransforms3d #main-menu-toggle.on .btn-line.three {
    margin-top: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

/**
 * Menu
 */

#menu-wrap {
    left: 10px;
    width: 296px;
    padding: 0;
    margin: 0;
    position: fixed;
    overflow: visible;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1000;
}

.admin-bar #menu-wrap {
    top: 32px;
}

#menu-wrap ul {
    background: inherit;
    overflow: visible;
}

#menu-wrap.visible-menu {
    pointer-events: all;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

#menu-wrap:hover {
    opacity: 1;
}
#main-menu {
    text-align: left;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: margin-top 0.3s ease, opacity 0.3s ease;
    -moz-transition: margin-top 0.3s ease, opacity 0.3s ease;
    -o-transition: margin-top 0.3s ease, opacity 0.3s ease;
    transition: margin-top 0.3s ease, opacity 0.3s ease;
    z-index: 5;
}

#main-menu ul li {
    -webkit-transition: top 0.5s ease;
    -moz-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
    transition: top 0.5s ease;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

#main-menu ul li a {
    opacity: 1;
}

.menu-animation-on #main-menu ul li a{
    opacity: 0;
    -webkit-transition: opacity 1.2s linear;
    -moz-transition: opacity 1.2s linear;
    -o-transition: opacity 1.2s linear;
    transition: opacity 1.2s linear;
}

#main-menu .sub-menu a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*#main-menu .sub-menu li a {*/
    /*border-bottom: 1px solid rgba(0, 0, 0, 0);*/
/*}*/

/*#main-menu .sub-menu li a:hover {*/
    /*border-bottom: 1px solid;*/
/*}*/

#main-menu ul li .sub-menu li:first-child a {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}

#main-menu ul li .sub-menu a {
    border-radius: 0;
}

#main-menu li a,
#main-menu li a:hover,
#main-menu li a:focus {
    text-decoration: none;
    border: none;
}

#menu-wrap .menu-item-has-children a {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    /*padding: 10px;*/
}

.visible-menu #main-menu ul li a {
    opacity: 1;
}

.visible-menu #main-menu ul li {
    top: 0;
}

.visible-menu #main-menu ul li:nth-child(0) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.visible-menu #main-menu ul li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.visible-menu #main-menu ul li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.visible-menu #main-menu ul li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.visible-menu #main-menu ul li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.visible-menu #main-menu ul li:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.visible-menu #main-menu ul li:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.visible-menu #main-menu ul li:nth-child(7) {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.visible-menu #main-menu ul li:nth-child(8) {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.visible-menu #main-menu ul li:nth-child(9) {
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.visible-menu #main-menu ul li:nth-child(10) {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.visible-menu #main-menu ul li:nth-child(11) {
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.visible-menu #main-menu ul li:nth-child(12) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.visible-menu #main-menu {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

#main-menu ul.menu li a {
    display: inline-block;
    position: relative;
}

#main-menu ul.menu li > a:after {
    content: "";
    position: absolute;
    bottom: -6px;
    width: 18px;
    left: 0;
    /*right: 0;*/
    margin: 0 auto;
    height: 2px;
    background: #ffffff;
    z-index: 1;
    opacity: 0.2;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

@media (min-width: 768px){
    #main-menu ul.menu li:hover > a:after {
        width: 100%;
        opacity: 1;
    }
}

#main-menu ul li:last-child {
    margin-bottom: 35px;
}

#main-menu ul li:first-child {
    margin-top: 0;
}

#menu-wrap .logo-tagline {
    margin-top: 15px;
    display: inline-block;
}

@media(min-width: 768px){
    #menu-wrap.transparent_bg,
    #menu-wrap.transparent_bg ul,
    #menu-wrap.transparent_bg #main-menu-toggle {
        background: transparent;
    }

    #menu-wrap.transparent_bg #main-menu-toggle .btn-wrap {
        opacity: 0;
    }
}

#menu-wrap.transparent_bg.animate-menu-out #main-menu-toggle .btn-wrap {
    opacity: 1;
}

.menu-wrap-b {
    z-index: 1;
    position: relative;
}

.logo {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 auto;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.logo img {
    max-height: 100%;
    height: 100%;
    width: auto;
    margin: 0 auto;
}

.logo-wrap {
    position: relative;
}

.logo-wrap:before {
    content: "";
    position: absolute;
    width: 10px;
    top: 0;
    left: -10px;
    z-index: 1;
    height: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.logo-wrap:before{
    height: 100%;
}

.menu-animation-on .logo-wrap:before{
    height: 0;
}

.logo-wrap:after {
    visibility: hidden;
    content: "";
    position: absolute;
    width: 0;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
}

.menu-animation-on #menu-wrap.animate-menu .logo-wrap:after {
    visibility: visible;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-name: logoBgPlay;
    animation-name: logoBgPlay;
}

@-webkit-keyframes logoBgPlay {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes logoBgPlay {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

/**
 * Logo BG play out
 */

.menu-animation-on #menu-wrap.animate-menu-out .logo-wrap:after {
    visibility: visible;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-name: logoBgPlayOut;
    animation-name: logoBgPlayOut;
}

@-webkit-keyframes logoBgPlayOut {
    0% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

@keyframes logoBgPlayOut {
    0% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

.menu-animation-on #menu-wrap {
    visibility: hidden;
}

#menu-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
}

#menu-wrap:before {
    position: absolute;
    top: 0;
    left: -10px;
    content: "";
    width: 10px;
    height: 0;
}

.menu-animation-on #menu-wrap.animate-menu:after {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: bgPlay;
    animation-name: bgPlay;
}

@-webkit-keyframes bgPlay {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

@keyframes bgPlay {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

.menu-animation-on #menu-wrap.animate-menu-out:before {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: bgPlay;
    animation-name: bgPlay;
}

.menu-animation-on #menu-wrap.animate-menu.initial-animate-done:before {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: bgPlayHeightOut;
    animation-name: bgPlayHeightOut;
}

@-webkit-keyframes bgPlayHeightOut {
    0% {
        height: 100%;
    }

    100% {
        height: 0;
    }
}

@keyframes bgPlayHeightOut {
    0% {
        height: 100%;
    }

    100% {
        height: 0;
    }
}

/**
 * Menu bg play out
 */

.menu-animation-on #menu-wrap.animate-menu-out:after {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: bgPlayOut;
    animation-name: bgPlayOut;
}

@-webkit-keyframes bgPlayOut {
    0% {
        height: 100%;
        width: 100%;
    }

    100% {
        height: 100%;
        width: 0;
    }
}

@keyframes bgPlayOut {
    0% {
        height: 100%;
        width: 100%;
    }

    100% {
        height: 100%;
        width: 0;
    }
}

#menu-wrap.animate-menu {
    visibility: visible;
}

#menu-wrap .menu > li {

}

.menu-animation-on #menu-wrap .menu > li.menuItemPlay {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: menuItemPlay;
    animation-name: menuItemPlay;
}

/**
 * Menu item play out
 */

@-webkit-keyframes menuItemPlay {
    0% {
        opacity: 0;
        /*-webkit-transform: translateX(-20px);*/
    }

    100% {
        opacity: 1;
        /*-webkit-transform: translateX(0);*/
    }
}

@keyframes menuItemPlay {
    0% {
        opacity: 0;
        /*-moz-transform: translateX(-20px);*/
        /*-ms-transform: translateX(-20px);*/
        /*-o-transform: translateX(-20px);*/
        /*transform: translateX(-20px);*/
    }

    100% {
        opacity: 1;
        /*-moz-transform: translateX(0);*/
        /*-ms-transform: translateX(0);*/
        /*-o-transform: translateX(0);*/
        /*transform: translateX(0);*/
    }
}

.menu-animation-on #menu-wrap .menu > li.menuItemPlayOut {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: menuItemPlayOut;
    animation-name: menuItemPlayOut;
}

/**
 * Menu item play out
 */

@-webkit-keyframes menuItemPlayOut {
    0% {
        opacity: 1;
        /*-webkit-transform: translateX(0);*/
    }

    100% {
        opacity: 0;
        /*-webkit-transform: translateX(-20px);*/
    }
}

@keyframes menuItemPlayOut {
    0% {
        opacity: 1;
        /*-moz-transform: translateX(0);*/
        /*-ms-transform: translateX(0);*/
        /*-o-transform: translateX(0);*/
        /*transform: translateX(0);*/
    }

    100% {
        opacity: 0;
        /*-moz-transform: translateX(-20px);*/
        /*-ms-transform: translateX(-20px);*/
        /*-o-transform: translateX(-20px);*/
        /*transform: translateX(-20px);*/
    }
}

#menu-wrap .menu-wrap-b .menu > li.animation-off{
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-name: none;
    animation-name: none;
}

.animate-menu .logo-wrap:before {
    height: 100%;
}

.menu-animation-on .animate-menu .logo {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: logoPlay;
    animation-name: logoPlay;
}

@-webkit-keyframes logoPlay {
    0% {
        opacity: 0;
        /*-webkit-transform: translateX(-100%);*/

    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes logoPlay {
    0% {
        opacity: 0;
        /*-moz-transform: translateX(-100%);*/
        /*-ms-transform: translateX(-100%);*/
        /*-o-transform: translateX(-100%);*/
        /*transform: translateX(-100%);*/
    }

    100% {
        opacity: 1;
        /*-moz-transform: translateX(0);*/
        /*-ms-transform: translateX(0);*/
        /*-o-transform: translateX(0);*/
        /*transform: translateX(0);*/
    }
}

/**
 * Logo out
 */

.menu-animation-on .animate-menu-out .logo {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-name: logoPlayOut;
    animation-name: logoPlayOut;
}

@-webkit-keyframes logoPlayOut {
    0% {
        opacity: 1;
        /*-webkit-transform: translateX(0);*/
    }

    100% {
        opacity: 0;
        /*-webkit-transform: translateX(-100%);*/
    }
}

@keyframes logoPlayOut {
    0% {
        opacity: 1;
        /*-moz-transform: translateX(0);*/
        /*-ms-transform: translateX(0);*/
        /*-o-transform: translateX(0);*/
        /*transform: translateX(0);*/
    }

    100% {
        opacity: 0;
        /*-moz-transform: translateX(-100%);*/
        /*-ms-transform: translateX(-100%);*/
        /*-o-transform: translateX(-100%);*/
        /*transform: translateX(-100%);*/
    }
}

#main-menu-toggle {
    cursor: pointer;
    font-style: normal;
    height: 90px;
    width: 90px;
    left: -10px;
    margin-bottom: -90px;
    border-radius: 0;
    position: absolute;
    visibility: hidden;
    z-index: 0;
}

.initial-animate-done #main-menu-toggle,
.menu-animation-off #main-menu-toggle {
    visibility: visible;
}

.btn-wrap {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.animate-menu #main-menu-toggle {
    visibility: visible;
}

.menu-animation-on .animate-menu #main-menu-toggle:after {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    height: 0;
    z-index: -1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: togglePlayAfter;
    animation-name: togglePlayAfter;
}

@-webkit-keyframes togglePlayAfter {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

@keyframes togglePlayAfter {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

@-webkit-keyframes togglePlay {
    0% {
        height: 0;
        /*-webkit-transform: translateX(-300px);*/

    }

    100% {
        height: 120px;
        /*-webkit-transform: translateX(0);*/
    }
}

@keyframes togglePlay {
    0% {
        height: 0;
        /*-moz-transform: translateX(-300px);*/
        /*-ms-transform: translateX(-300px);*/
        /*-o-transform: translateX(-300px);*/
        /*transform: translateX(-300px);*/
    }

    100% {
        height: 120px;
        /*-moz-transform: translateX(0);*/
        /*-ms-transform: translateX(0);*/
        /*-o-transform: translateX(0);*/
        /*transform: translateX(0);*/
    }
}

.visible-menu #main-menu-toggle {
    visibility: visible;
    margin-top: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

#main-menu ul {
    list-style: outside none none;
    padding: 10px 0 20px;
}

/**
 * End of menu
 */

/*================ FOOTER =================*/

#page-footer {
    position: relative;
}

.social-button {
    bottom: 0;
    height: 60px;
    position: fixed;
    z-index: 25;
}

.social-button:before {
    border-radius: 50%;
    bottom: 20px;
    content: "\e703";
    font-family: icomoon;
    font-size: 16px;
    height: 30px;
    left: 50px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 30px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;

}

#social-icons {
    margin-bottom: 0;
}

#page-footer #social-icons {
    margin-bottom: 0;
    position: relative;
    top: 60px;
    left: 10px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#page-footer .social-button:hover #social-icons {
    top: 10px;
}

.social-button:hover:before {
    bottom: 60px;
}

#playpause {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.audio-player {
    bottom: 0;
    position: fixed;
    right: 0px;
    z-index: 20;
}


.tooltip-.menu-wrap-b .menu ul ul {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

/*============= Image Slider ==============*/
.slide-inner {
    bottom: 100px;
    left: 0;
    position: absolute;
    width: 30%;
    z-index: 999;
}

.slide-caption {
    background: none repeat scroll 0 0 #EB4F1E;
    color: #FFFFFF;
    font-size: 50px;
    left: 0;
    line-height: 50px;
    padding: 20px;
    z-index: 999;
    font-family: lato;
    font-weight: 100;
}

.slide-content {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 20px;
}

.slide-button {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #FFFFFF;
    margin: 3px 2px 0 0;
    padding: 20px;
    position: absolute;
    right: 0;
}

.slide-button:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    bottom: -3px;
    content: "";
    left: -3px;
    position: absolute;
    right: -3px;
    top: -3px;
    z-index: -1;
}

/*============= Sidebar ==============*/
.logo {
    text-align: center;
}

#logo-tagline {
    display: block;
}

.page-sidebar #sidebar-logo {
    text-align: center;
}

/*        .menu > ul {
            padding: 10px 15px;
        }
        .menu .menu_item:before {
            border: 1px solid rgba(255, 255, 255, 0.2);
            -webkit-border-radius:15px;
            -moz-border-radius:15px;
            border-radius:15px;
            content: "";
            display: inline-block;
            height: 5px;
            width: 5px;
            margin-right: 10px;
        } */

.social {
    width: 100%;
    margin: 20px auto 0;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.social-hover {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    height: 140px;
}

.social-hover:hover .social {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.social-hover:hover:before {
    opacity: 0;
}

.social-hover:before {
    content: '\e7a7';
    font-family: icomoon;
    font-size: 16px;
    left: 48%;
    position: absolute;
    top: 30px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.sidebar-default .social ul {
    padding: 0;
}

.sidebar-default .social li {
    display: inline-block;
    list-style: none outside none;
}

.sidebar-default .social a {
    height: 35px;
    font-size: 16px;
    padding: 9px 0 0 11px;
    width: 35px;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

/*.portfolio-filter {
    display: block;
    height: 30px;
    list-style: none outside none;
    margin: auto;
    padding: 0;
    position: absolute;
    top: 10px;
    vertical-align: middle;
}*/

/* ============= Blog ========== */

.close-popup {
    cursor: pointer;
    z-index: 14;
}

.popup-inner .close-popup {
    position: absolute;
    right: 80px;
    top: 80px;
    font-style: italic;
}

.close-popup:before {
    content: "\e694";
    font-family: "ggticons";
    font-size: 1em;
    height: 36px;
    left: -34px;
    position: absolute;
    text-align: center;
    width: 36px;
    font-style: normal;
}

#contacts-popup .close-popup {
    cursor: pointer;
    z-index: 14;
    position: absolute;
    top: 50px;
    font-style: normal;
    font-weight: 500;
    right: 50px;
    font-size: 13px;
    opacity: 0.7;
    letter-spacing: 1px;
    text-decoration:none;
}

#contacts-popup .close-popup:before {
    font-size: 23px;
    content: "\e694";
    font-family: "ggticons";
    height: 36px;
    left: -48px;
    position: absolute;
    text-align: center;
    width: 46px;
    font-style: normal;
}

.popup-inner .content {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid;
    margin: 0;
    padding: 20px;
    position: absolute;
    right: -300px;
    top: 100px;
    width: 300px;
    z-index: 2;
}

.portfolio-content-buttons {
    position: absolute;
    right: 0;
    top: 110px;
}

.single-portfolio .portfolio-content-buttons {
    top: 40px;
}

.portfolio-content-buttons #frame-share, .frame-share {
    border-radius: 15px;
    cursor: pointer;
    height: 30px;
    padding: 4px;
    position: absolute;
    right: -203px;
    top: 15px;
    transition: all 0.2s ease-in-out 0s;
    width: 233px;
    z-index: 111;
}

.portfolio-content-buttons .image-share.float-left.share-block {
    left: 100px;
}

.portfolio-content-buttons #frame-share:hover {
    opacity: 1;
    right: -135px;
}



.page h1 {
    height: 60px;
    vertical-align: middle;
    line-height: 60px;
    padding-left: 10px;
}

.page-template-page-singlehome.page h1 {
    height: auto;
    padding-left: 0;
}

.breadcrumb {
    background: rgba(0, 0, 0, 0);
    list-style: none outside none;
    margin-bottom: 0;
    padding: 10px;
    margin-top: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.breadcrumb > div {
    display: inline-block;

}

body.page-template-default #content-wrap {
    padding: 20px 50px 20px 50px;
}

body.page-template-page-calendar-php #content-wrap {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-top: 20px;
    padding: 20px 50px 20px 50px;
}

.popup-inner article {
    margin-top: 100px;
}

.popup-inner .entry-meta {
    font-size: 11px;
    margin: 0;
    text-transform: uppercase;
}

.comment-respond {
    margin-bottom: 30px;
}

.popup-inner .entry-content {
    padding: 20px 0 0;
}

.popup-inner h2 {
    font-size: 2em;
    line-height: 1.4em;
    font-weight: 400;
    letter-spacing: 3px;
}

.popup-inner .title {
    position: absolute;
}

.popup-inner .title:before {
    content: "";
    width: 30px;
    height: 2px;
    top: -12px;
    position: absolute;
}

.popup-content .container {
    margin: 0 auto;
    padding: 0;
}

.blog .entry-meta {
    display: inline-block;
    font-size: 11px;
    margin: 10px 0 15px 0px;
    text-transform: uppercase;
}

.tag-links a {
    border: 2px solid;
    display: inline-block;
    margin: 5px 5px 0 0;
    padding: 5px 10px;
    opacity: 0.3;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    font-size: 11px;
    text-transform: uppercase;
}

.tag-links a:hover {
    opacity: 1;
}

.blog-sidebar {
    margin: 0;
    padding: 0;
}

.blog h3 a {

}

.blog .entry-content {
    padding: 20px 0;
}

#crumbs li:before {
    content: "/";
    margin-left: 5px;
    margin-right: 5px;
    opacity: 0.3;
}

#crumbs ul {
    left: 5px;
    padding: 0;
    position: relative;
    top: -1px;
}

#crumbs li {
    display: inline-block;
    list-style: none;
}

#crumbs .current {
    border-bottom: 2px solid;
    padding: 0;
}

.page-numbers.current {

}

.page-numbers {
    border: 2px solid #fff;
    color: #fff;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    line-height: 30px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.next.page-numbers {
    padding: 0 10px;
    width: auto;
}

.prev.page-numbers {
    padding: 0 10px;
    width: auto;
}

.pagination {
    display: inline-block;
    margin: 20px 0 60px;
    padding-left: 0;
}

.post-format {
    font-size: 11px;
    margin-right: 5px;
    text-transform: uppercase;
}

.post-gallery img {
    max-width: 100%;
    min-width: 100%;
}

.tag-pagination .page-links-title {
    text-transform: uppercase;
    font-size: 11px;
}

.tag-pagination .page-links > a {
    display: inline-block;
    height: 30px;
    line-height: 29px;
    margin-right: 4px;
    margin-left: 4px;
    text-align: center;
    width: 30px;
}

.format-gallery .page-links-title {
    text-transform: uppercase;
    font-size: 11px;
}

.format-gallery .page-links > a {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    height: 30px;
    line-height: 29px;
    text-align: center;
    width: 30px;
}

.tag-pagination .entry-content {
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 20px;
    margin-bottom: 20px;
}

.tag-pagination .entry-content p {
    text-transform: uppercase;
    font-weight: 600;
}

.format-standard table {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    text-transform: uppercase;
}

.format-standard thead {
    display: block;
    padding: 10px;
}

.format-standard th {
    padding: 10px;
}

.format-standard td {
    padding: 10px;
}

.format-standard tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.format-standard tr:last-child {
    border: none;
}

.wp-caption {
    max-width: 100%;
}

blockquote {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.single-blog-nav-arrow {
    margin-bottom: 10px;
}

.single-blog-nav-arrow > nav {
    position: relative;
}

.post-arrow-next {
    position: absolute;
    right: 0;
    top: -29px;
}

.post-arrow-prev,
.post-arrow-next {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    padding: 5px 10px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

article.sticky {
    color: #FFFFFF;
}

article.sticky .tag-links a {
    color: #FFFFFF;
}

article.sticky .entry-title > a {
}

.page-template-page-blog-php h3 {
    margin: 30px 0;
    vertical-align: middle;
}

.comment-form-author > input,
.comment-form-email > input,
.comment-form-url > input {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #ccc;
    height: 36px;
    margin-left: 100px;
}

/*============= WIDGETS ==============*/



.flickr img {
    margin: 1%;
    width: 48%;
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}



.widget.tweets ul {
    padding: 0;
}

.tweets .jtwt_tweet {
    list-style: none outside none;
    margin: 10px 0;
    padding: 20px 20px 20px 30px;
    width: 100%;
}

.tweets .jtwt_tweet_text > a {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 10px;
}

.tweets .jtwt_tweet_text:before {
    content: "\e668";
    font-family: icomoon;
    font-size: 17px;
    height: 30px;
    left: 25px;
    line-height: 31px;
    position: absolute;
    text-align: center;
    width: 30px;
}

.tweets .jtwt_date {
    border-radius: 25px;
    padding: 5px 10px 4px 10px;
}


.widget_search .screen-reader-text {
    font-size: 0;
    position: absolute;
    text-transform: uppercase;
}

.widget_search .search-field {
    background: none repeat scroll 0 0 #F5F5F5;
    padding-left: 10px;
    height: 30px;
    width: 100%;
}

.widget_search .search-submit {
    border: 0 none;
    height: 30px;
    padding: 0px 20px 0 20px;
    text-transform: uppercase;
    font-size: 11px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.widget_tag_cloud a {
    display: inline-block;
    margin: 2px 0;
    padding: 5px 10px;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.widget_pages ul {
    padding: 0;
}

.widget_pages .page_item_has_children .children .children li {
    border-left: 0 none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-right: 0 none;
    border-top: 0 none;
}

.widget_pages .page_item_has_children .children .children li:last-child {
    border: 0;
}

.widget_pages li {
    list-style: none outside none;
    margin: 5px 0 0;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.widget_pages .page_item_has_children {
}

.widget_pages .page_item_has_children .children .page_item_has_children {
    background: #fff;
}

.widget_pages .page_item_has_children .children .page_item_has_children li {
    background: rgba(0, 0, 0, 0);
}

.widget_pages .page_item_has_children li {
    background: none repeat scroll 0 0 #FFFFFF;
}

.widget_pages .children {
    margin-bottom: 10px;
}


/*============= SHORTCODES ==============*/



/*============= Portfolio Single Page ==============*/

.single-portfolio-image {

}

.single-portfolio-description {

}

.gallery-item > img {
    width: 100%;
    height: auto;
}

.fix {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.single-thumb-scroll li {
    display: inline-block;
}

#portfolio-content {
    left: 0;
    position: relative;
    top: -11px;
}

.portfolio-back-button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.5);
    padding: 25px;
}

.portfolio-back-button:hover {
    background: rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, 0);
}

.portolio-item-navigation {
    height: auto;
    position: relative;
}

.portfolio-item-title h2 {
    margin: 20px 0;
    padding: 0;
}

.portfolio-item-title {
    left: 55px;
    margin-right: 150px;
    padding: 1px;
    position: relative;
}

.single-portfolio-left-panel .portfolio-item-title {
    padding: 0 50px 0 50px;
    position: relative;
}

.single-portfolio-left-panel .portolio-item-navigation {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    text-align: center;
    width: 50%;
    z-index: 1;
    -webkit-border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-radius-topleft: 100px;
    -moz-border-radius-topright: 100px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}

.single-portfolio-left-panel .portfolio-item-title h2 {
    margin-bottom: 20px 0 15px 0px;
}

.portfolio-back {
    display: inline-block;
    left: 0;
    position: absolute;
}

.prev_item {
    bottom: 20px;
    height: 25px;
    left: 50px;
    margin: 0;
    padding: 4px;
    position: absolute;
    text-align: center;
    width: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.prev_item:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.prev_item:before {
    content: "\ea67";
    font-family: icomoon;
    font-size: 25px;
    left: -4px;
    position: relative;
    top: -4px;
}

.next_item {
    bottom: 20px;
    height: 25px;
    padding: 4px;
    position: absolute;
    right: 50px;
    text-align: center;
    width: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.next_item:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);

}

.next_item:before {
    content: "\e8ba";
    font-family: icomoon;
    font-size: 25px;
    left: -4px;
    position: relative;
    top: -4px;
}

.portfolio-item-description {
    margin: 50px 0 50px 0px;
}

.portfolio-item-description > h5,
.portfolio-item-details > h5 {
    letter-spacing: 5px;
    font-size: 11px;
    color: rgba(0, 0, 0, .5);
}

.portfolio-item-date,
.portfolio-item-client {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

.portfolio-tags {
    padding: 10px 0;
}

.portfolio-tags > li {
    display: inline-block;
    list-style: none outside none;
    margin: 5px;
}

.portfolio-tags a:after {
    content: " \\"; left : 10 px; position : relative; padding-right : 20 px;
    color: rgba(0, 0, 0, .3);
}

.portfolio-tags a {
    color: rgba(0, 0, 0, 0.5) !important;
}

.portfolio-button > a {
    width: 100%;
    display: inline-block;
    padding: 20px;
    text-align: center;
    color: rgba(0, 0, 0, 1) !important;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.portfolio-button > a:hover {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.5) !important;
    display: inline-block;
    padding: 20px;
    text-align: center;
    width: 100%;
}

/*============= Team Memders page ==============*/

.page-template-page-about-us-php .content-wrap {
    padding: 50px 150px 50px 150px;
}

.team-content {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 40px;
}

.team-image img {
    width: 100%;
}

.team-item {
    padding: 30px 0 30px 0px;
}

.team-text {
    padding: 10px 40px 30px 40px;
    margin-top: 0px;
}

/*============= Contact form page ==============*/
.page-template-page-contact-php .content-wrap {
    position: relative;
}

.gmap-wrap {
    bottom: 10px;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
}

#map_canvas {
    height: 100%;
    width: 100%;
}

.map-marker {
    display: inline-block;
    color: #fff;
    position: absolute;
    top: 200px;
    font-weight: 500;
    width: 420px;
    vertical-align: middle;
    z-index: 5;
    text-align: left;
    font-size: 16px;
    line-height: 2.5em;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 35px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.map-marker:before {
    content: "";
    position: absolute;
    left: -24px;
    top: 46px;
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 25px 0;
}

.marker-button {
    position: relative;
    bottom: 0;
    right: 0;
    float: right;
    cursor: pointer;
    display: inline;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    padding: 6px 20px 6px 20px;
    border: 2px solid;
    margin: 0px;
    background: transparent;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-color:#fff !important;
    color:#fff !important;
}

#contacts-popup {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    position: fixed;
    right: 90px;
    width: 680px;
    top: 0;
    height: 100vh;
    z-index: 100;
}

#contacts-popup:before {
    content: "";
    position: absolute;
    left: -24px;
    top: 50%;
    z-index: 12;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 25px 0;
    border-color: transparent #fff transparent transparent;
    display:none;
}

.contacts-popup-inner {
    padding: 120px 80px;
    overflow-y: auto;
    height: 100%;
    color:#000;
}

#contacts-popup.on {
    display: block;
}

#contacts-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    overflow: hidden;
}

#contacts {

}

#contact-form h3 {
    text-align: center;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    opacity: 0.9;
    font-size: 18px;
    margin-bottom: 30px;
/*  font-family:"MyriadPro-Light";*/
}

#contact-form-wrap {
    margin-top: 90px;
    margin-bottom: 90px;
}

.cf-label {
    float: left;
    display: inline-block;
    width: 30%;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: right;
    padding-top: 12px;
    padding-right: 35px;
}

.cf-label strong {
    display: block;
    opacity: 0.3;
    font-size: 11px;
}

.contacts-iconblock {
    padding: 0;
    margin: 0;
}

.page-template-page-contact-us-php h1 {
    z-index: 1;
    position: relative;
}

.page-template-page-contact-us-php .content-wrap {
    padding-top: 40%;
    min-height: 1000px;
}

.page-template-page-contact-us-php #page-content {
    padding: 22px;
}

.contact-info i {
    font-size: 56px;
    vertical-align: middle;
}

.contacts-icon {
    margin-bottom: 95px;
    position: relative;
    color:#000;
    display:none;
}

.contacts-title {
    font-size: 13px;
    /*font-weight: 600;
    letter-spacing: 2px;
    width: 50%;
    float: left;
    text-align:left;*/
     float: left;
    display: inline-block;
    width: 30%;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: right;
    padding-top: 12px;
    padding-right: 35px;
}

.contacts-txt {
   /* margin-top: 8px;*/
    /*line-height: 1.7em;
    font-size: 13px;
    opacity: 0.5;
    width: 50%;
    float: right;
    text-align:left;*/
    position: relative;
    width: 70%;
    float: right;
    display: inline-block;
    padding-top:14px;
}

.contacts-icon:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100px;
    bottom: -52px;
    left: 0;
    right: 0;
    margin: auto;
}

.wpcf7-form-control {
    width: 100%;
    border: 0;
    background: rgba(0, 0, 0, .05);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.4em;
    outline: none;
    margin-bottom: 12px;
}

span.wpcf7-form-control-wrap {
    position: relative;
    width: 70%;
    float: right;
    display: inline-block;
}

.wpcf7-form-control.wpcf7-textarea {
    padding: 20px 30px;
}

.wpcf7-submit {
    padding: 10px 22px;
    display: inline-block;
    text-transform: uppercase;
    width: auto;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 14px;
    border: 2px solid;
    margin-left: 30%;
    background: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.wpcf7-text {
    height: 50px;
}

.wpcf7-form p {
    line-height: 40px;
    padding-top: 0;
    position: relative;
    text-transform: uppercase;
    top: 0;
}

/*============= Footer ==============*/

.footer .social li {
    float: left;
    display: block;
    list-style: none;
}

.footer .social a {
    padding: 10px;
}

#back-top a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: 20px;
    display: block;
    height: 30px;
    line-height: 50px;
    position: fixed;
    right: 60px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    width: 30px;
    z-index: 9999;
}

#back-top a:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

#back-top a:before {
    content: "\ea89";
    font-family: 'icomoon';
    height: 30px;
    left: 0px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 30px;
}

/*============= PORTFOLIO ==============*/

/*.grid-item .portfolio-content {*/
/*background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);*/
/*border: 25px solid;*/
/*bottom: 0;*/
/*left: 0;*/
/*opacity: 0;*/
/*padding: 20px;*/
/*position: absolute;*/
/*right: 0;*/
/*text-align: center;*/
/*top: 0;*/
/*-webkit-transform: scale(0.93);*/
/*-moz-transform: scale(0.93);*/
/*-ms-transform: scale(0.93);*/
/*-o-transform: scale(0.93);*/
/*transform: scale(0.93);*/
/*-webkit-transition: all 0.3s ease-in-out 0s;*/
/*-moz-transition: all 0.3s ease-in-out 0s;*/
/*-o-transition: all 0.3s ease-in-out 0s;*/
/*transition: all 0.3s ease-in-out 0s;*/
/*}*/

/*.portfolio-content > span {*/
/*bottom: 30px;*/
/*display: block;*/
/*font-weight: 900;*/
/*left: 20px;*/
/*margin: 0;*/
/*opacity: 0;*/
/*position: absolute;*/
/*right: 20px;*/
/*text-align: center;*/
/*text-transform: uppercase;*/
/*-webkit-transform: scale(1.3);*/
/*-moz-transform: scale(1.3);*/
/*-ms-transform: scale(1.3);*/
/*-o-transform: scale(1.3);*/
/*transform: scale(1.3);*/
/*-webkit-transition: all 0.3s ease 0s;*/
/*-moz-transition: all 0.3s ease 0s;*/
/*-o-transition: all 0.3s ease 0s;*/
/*transition: all 0.3s ease 0s;*/
/*}*/

/*.grid-inner:hover .portfolio-content span {*/
/*opacity: 1;*/
/*-webkit-transform: scale(1);*/
/*-moz-transform: scale(1);*/
/*-ms-transform: scale(1);*/
/*-o-transform: scale(1);*/
/*transform: scale(1);*/
/*}*/
.grid-item .portfolio-content {
    position: absolute;
    display: none;
    /*opacity: 0;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid-item:hover .portfolio-content {
    opacity: 1;

    /*-webkit-transform: scale(1);*/
    /*-moz-transform: scale(1);*/
    /*-ms-transform: scale(1);*/
    /*-o-transform: scale(1);*/
    /*transform: scale(1);*/
    /*border: 5px solid;*/
}

/*.grid-item:hover .portfolio-content:before {*/
/*top: -36px;*/
/*}*/

/*.grid-item:hover .portfolio-image {*/
/*display: block;*/
/*transform: translateY(-50px) );*/
/*}*/

/*.grid-item .portfolio-image {*/
/*-webkit-transform: translateY(0px);*/
/*-moz-transform: translateY(0px);*/
/*-ms-transform: translateY(0px);*/
/*-o-transform: translateY(0px);*/
/*transform: translateY(0px) scale(1);*/
/*-webkit-transition: all 0.2s ease-in-out 0s;*/
/*-moz-transition: all 0.2s ease-in-out 0s;*/
/*-o-transition: all 0.2s ease-in-out 0s;*/
/*transition: all 0.2s ease-in-out 0s;*/
/*}*/

/*============= WooComerce ==============*/
.sbHolder a {
    color: #999;
}
.sbSelector {
    color: #999 !important;
}

.archive.woocommerce span.onsale, .woocommerce-page span.onsale {
    font-weight: 500;
    left: 6px;
    line-height: 88px;
    margin: 0;
    text-transform: uppercase;
    min-height: 88px;
    letter-spacing: 2px;
    font-size: 14px;
    min-width: 88px;
    padding: 4px;
    position: absolute;
    text-align: center;
    border-radius: 0;
    border: none;
    right: 0;
    top: 0;
}

.single-product.woocommerce span.onsale, .woocommerce-page span.onsale {
    font-weight: 500;
    left: auto;
    line-height: 88px;
    margin: 0;
    text-transform: uppercase;
    height: 88px;
    letter-spacing: 2px;
    font-size: 14px;
    width: 88px;
    padding: 4px;
    position: absolute;
    text-align: center;
    border-radius: 0;
    border: none;
    right: 0;
    top: 0;
}

.archive.woocommerce a:hover .star-rating span, .woocommerce #respond .stars a:hover {
    color: #FF0000;
}

.archive.woocommerce .star-rating span, .woocommerce-page .star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
    color: #000;
}

.single-product.woocommerce a:hover .star-rating span, .woocommerce #respond .stars a:hover {

    color: #FF0000;
}

.single-product.woocommerce .star-rating span, .woocommerce-page .star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
    color: #000;
}

.archive.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button {
    cursor: pointer;
    font-family: inherit;
    font-size: 11px;
    left: auto;
    line-height: 11px;
    margin: 0;
    overflow: visible;
    padding: 10px 18px;
    letter-spacing: 1px;
    position: relative;
    text-decoration: none;
    transition: all 0.2s linear 0s;
    white-space: nowrap;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    border-radius: 0;
    margin-top: 28px;
}

.woocommerce a.button.added,
.woocommerce-page a.button.added {
    padding-right: 52px;
}

.single-product.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button,
#searchsubmit {
    cursor: pointer;
    font-family: inherit;
    font-size: 11px;
    left: auto;
    line-height: 1em;
    margin: 0;
    overflow: visible;
    padding: 10px 18px;
    position: relative;
    text-decoration: none;
    transition: all 0.2s linear 0s;
    white-space: nowrap;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    border-radius: 0;
    margin-top: 28px;
}

.widget #searchsubmit {
    margin-left: 0;
}

.single-product.woocommerce .woocommerce-message a.button,
.woocommerce-page .woocommerce-message a.button {
    margin: 0;
}

#tab-description {
    padding: 20px !important;
}

.archive.woocommerce .star-rating:before, .woocommerce-page .star-rating:before {
    content: "sssss";
    float: left;
    left: 0;
    position: absolute;
    top: 0;
}

.single-product.woocommerce .star-rating:before, .woocommerce-page .star-rating:before {
    content: "sssss";
    float: left;
    left: 0;
    position: absolute;
    top: 0;
}

.woocommerce .amount {
    display: inline;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    text-decoration: none;
}

.archive.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del,
div.product .price del {
    margin: 0;
    padding: 3px 14px;
    display: block;
    text-align: left;
    opacity: 0.25;
    margin-bottom: 12px;
    text-decoration: line-through;
}

.archive.woocommerce ul.products li.product .price del .amount,
.woocommerce-page ul.products li.product .price del .amount {
    font-size: 14px;
    font-weight: 500;
}

.archive.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins,
div.product .price ins {
    display: inline;
    text-align: left;
    clear: both;
    float: none;
    padding: 8px 14px;
    margin-bottom: 12px;
    margin-top: 12px;
    border-radius: 0;
    margin-left: 0;
}

.archive.woocommerce ul.products li.product .price ins .amount,
.woocommerce-page ul.products li.product .price ins .amount,
div.product .price ins .amount {
    font-size: 15px;
    font-weight: 600;
}

.archive.woocommerce ul.products li.product .price ins:after,
.woocommerce-page ul.products li.product .price ins:after {
    content: "\A";
    white-space: pre; /** line-break */
}

.description_tab.active {
    padding: 10px 20px;
    text-transform: uppercase;
}

.description_tab {
    padding: 10px 20px;
    text-transform: uppercase;
}

.reviews_tab.active {
    padding: 10px 20px;
    text-transform: uppercase;
}

.reviews_tab {
    padding: 10px 20px;
    text-transform: uppercase;
}

/*============= General classes ==============*/

.loadmore {
    border: 2px solid;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 20px auto;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    width: 150px;
}

#main-wrapper {
    overflow: hidden;
}

#footer_power {
    padding: 25px;
    text-align: center;
    text-transform: uppercase;
}

#footer-widgets {
    padding: 50px 80px;
}

#page-footer .widget {
    padding: 25px;
    margin: 0 15px;
}

.bottom-pad #page-footer {
    padding-bottom: 90px;
}

.float-left {
    float: left;
}

article .owl-carousel .owl-item {
    width: 100%;
    overflow: hidden;
}

article .owl-carousel .owl-item .cover-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.comment-form {
    border: none;
    padding: 20px;
    margin-top: 20px;
}

.logged-in-as > a {
    padding: 5px 10px 5px 10px;
}

.comment-form-comment label,
.comment-form-rating label {
    display: block;
    font-size: 11px;
    font-weight: 500;
}

.comment-form-comment textarea {
    border: 2px solid #ccc;
    background: #ffffff;
}

.form-submit > input {
    padding: 10px 15px 10px 15px;
    border: 0;
}

#content-wrap .with-padding {
    padding: 15px;
}

#popup-window {
    display: none;
    position: absolute;
    text-align: center;
    z-index: 101;
    width: 500px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30%;
}

#popup-window img {
    width: 100%;
    height: auto;
}

#popup-window .close-window {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -40px;
    margin-top: 0;
    cursor: pointer;
}

#popup-window .close-window:before {
    content: '\e98e';
    font-family: ggticons;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    height: 30px;
}

#popup-window .popup-html {
    background: white;
    color: black;
}

.popup-bg {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
}

.gallery-info {
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media screen and (min-width: 361px) and (max-width: 480px) {
    .gallery-info {
        left: 16%;
    }

    .logo {
        top: 30px;
        width: auto;
    }

}

@media screen and (min-width: 300px)  and (max-width: 360px) {
    .logo {
        top: 60px;
        width: auto;
    }

    .video-content-wrap {
        height: 70%;
    }

    #kenburns-title, #video-title {
        width: 90%;
    }

    #gallery-list-scroll-horizontal .gallery-title {
        width: auto
    }

    .gallery-info {
        left: 11%;
    }

    .home-image-wrap {
        bottom: auto;
    }

    .home-image-title {
        width: 90%;
    }

    .filter-button-bg {
        top: 150px;
    }

    .portfolio-content h2 {
        font-size: 140%;
        line-height: 140%;
    }

    .columns6 .grid-item .portfolio-content h2 {
        font-size: 140%;
        line-height: 140%;
    }

    .portfolio-item-title {
        left: 0;
        margin-right: 0;
    }

    .portfolio-item-title h2 {
        font-size: 17px;
        line-height: 17px;
    }

    .single-portfolio-left-panel .portfolio-item-title {
        margin-bottom: 70px;
    }

    .menu-blank-area {
        display: none;
    }

    #contacts, #contact-form-wrap {
        margin-top: 0
    }
}

.woocommerce td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dd {
    margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        clear: both;
        float: none;
        margin: 0 0 2.992em;
        width: 100%;
    }

    .archive.woocommerce ul.products li.product .price del,
    .woocommerce-page ul.products li.product .price del {
        margin-right: 1em;
    }

    .archive.woocommerce ul.products li.product .price del,
    .archive.woocommerce ul.products li.product .price del .amount,
    .woocommerce-page ul.products li.product .price del,
    .woocommerce-page ul.products li.product .price del .amount {
        font-size: 14px;
    }

    .woocommerce .amount,
    .woocommerce .product .price {
        font-size: 16px;
    }

    li.product .add_to_cart_button {
        display: block;
        margin: 10px 20px;
    }
}

@media (min-width: 481px) and (max-width: 1024px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        float: left;
        margin: 0 2% 2% 0;
        padding: 0;
        position: relative;
        width: 48%;
    }

    .archive.woocommerce ul.products li.product .price del,
    .woocommerce-page ul.products li.product .price del {
        margin-right: 1em;
    }

    .archive.woocommerce ul.products li.product .price del,
    .archive.woocommerce ul.products li.product .price del .amount,
    .woocommerce-page ul.products li.product .price del,
    .woocommerce-page ul.products li.product .price del .amount {
        font-size: 16px;
    }

    .woocommerce .amount,
    .woocommerce .product .price {
        font-size: 18px;
    }

    .woocommerce ul.products li.product .add_to_cart_button {
        display: block;
        margin: 10px 20px;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {

    .archive.woocommerce ul.products li.product .price del,
    .woocommerce-page ul.products li.product .price del {
        margin-right: 1em;
    }

    .archive.woocommerce ul.products li.product .price del,
    .archive.woocommerce ul.products li.product .price del .amount,
    .woocommerce-page ul.products li.product .price del,
    .woocommerce-page ul.products li.product .price del .amount {
        font-size: 18px;
    }

    .woocommerce .amount,
    .woocommerce .product .price {
        font-size: 22px;
    }

    .woocommerce ul.products li.product .add_to_cart_button {
        text-align: center;
        display: block;
        margin: 10px 20px;
    }
}

/**
 * Phones
 */

#portfolio-content {
    top: 0;
}

@media (max-width: 640px) {
    #page-footer {
        padding: 30px 10px 20px;
        position: relative;
       /* background-color: #333333;*/
    }

    #page-footer .social-button {
        position: relative;
    }

    #page-footer #social-icons {
        top: 0;
        left: 0;
    }

    #page-footer .social-button:hover #social-icons {
        top: 0;
    }

    .social-button:before {
        display: none;
    }

    .single-portfolio-left-panel .portolio-item-navigation {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    .single-portfolio-left-panel .portfolio-item-title {
        margin-bottom: 0;
    }

    .portfolio-item-title h2 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    #gallery-list-bg {
        height: auto;
    }

    .gallery-list-item {
        display: inline-block;
        margin: 13px;
        position: relative;
        width: 40%;
    }
}

#portfolio-content {
    min-height: 100vh;
}

.loadingspin:before {
    border-top: 2px solid white;
    border-right: 2px solid white;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
}

body.portfolio-slider #page-content {
    padding: 0;
}

.gallery-title {
    position: relative;
    z-index: 1;
}

.widget_recent_entries a {

}

.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button,
#searchsubmit {
    border: 2px solid;
}

.woocommerce span.onsale, .woocommerce-page span.onsale {
    border: 2px solid white;
}

.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {

}

.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {

}

#pf-featured {
    height: 100vh;
    width: 100%;
}

.cover-only {
    background-size: cover;
    background-position: center center;
}

#pf-inner-gallery {
    margin-right: 90px;
}

.pf-info-block .description {
    padding: 20px 25px;
    line-height: 1.5em;
    opacity: 0.8;
    text-align: left;
}

.pf-info-block .categories {
    padding: 35px 25px;
    border-top: 1px solid;
}

.pf-info-block .category-item {
    text-transform: uppercase;
    position: relative;
    font-size: 11px;
    letter-spacing: 2px;
    margin: 0 0 6px 24px;
}

.pf-info-block .category-item:before {
    position: absolute;
    content: "";
    left: -20px;
    top: 2px;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-radius: 50%;
}

#page-title {
    position: absolute;
    z-index: 10;
    font-size: 20px;
    left: 90px;
    border-left: 1px solid;
    padding-left: 25px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    display: inline-block;
    top: 15px;
}

.admin-bar #page-title {
    top: 47px
}

#page-title h1 {
    font-size: 20px;
    line-height: 60px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: BinaryITCStd-Light;
    text-transform:lowercase;
}

.fs-image {
    height: 100vh;
    width: 100%;
    background-size: cover !important;
    background-position: center center;
}

.content-pad {
    padding-right: 90px;
}

.with-line {
    position: relative;
    margin-bottom: 45px;
    font-weight: 600;
    letter-spacing: 2px;
}

.with-line:after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 40px;
    left: 0;
    height: 2px;
    background: #efefef;
}

/**
 * Masonry blog
 */

.page-template-page-blog .grid-item {
    margin-bottom: 30px;
    padding: 0 15px;
    padding-bottom: 50px;

}

.page-template-page-blog.sidebar-left .grid-item {
    padding: 0 0 0 30px;
}

.page-template-page-blog.sidebar-right .grid-item {
    padding: 0 30px 0 0;
}

.page-template-page-blog #grid-wrap {
    padding: 0;
}

article.post {
    padding: 0;
    margin-bottom: 30px;
}

.page-template-page-blog .grid-inner {
    margin-bottom: 30px;
}

.page-template-page-blog .content-pad {
    padding-right: 120px;
    margin-top: 120px;
    padding-left: 90px;
}

#content-wrap {
    margin-top: 120px;
}

.is-blog article.post {
    margin-bottom: 30px;
}

article.post {
    padding: 0;
    margin: 0;
}

article img {
    max-width: 100%;
    height: auto;
    display: block;
}

.header-pad {
    padding: 20px 30px;
}

.image-outer {
    position: relative;
}

.image-btn-wrap {
    position: absolute;
    width: 160px;
    height: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
.review .image-btn-wrap {
    position: relative;
    width: 75%;
    height: 80px;
    /*bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;*/
    z-index: 1;
    display:inline-block;
    margin:0px;
}

.review .image-btn-wrap.first{
    position:absolute;
    width:100px;
    height:80px;
    bottom:0px;
    left:0px;
    right:0px;
    margin:0px auto;
    z-index:1;
    display:inline-block;
    }
.review .image-btn-wrap.first .image-btn{
    width:100px;
    }

.format-gallery .image-outer .image-btn-wrap {
    width: 320px;
}

article.has-thumbnail .image-btn-wrap,
article.has-thumbnail .image-btn-wrap .comments-link a,
article.format-gallery:not(.content-gallery) .image-btn-wrap,
article.format-gallery:not(.content-gallery) .image-btn-wrap .comments-link a{
    color: white;
}

.image-btn-wrap .image-btn {
    text-align: center;
    display: block;
    width: 80px;
    height: 100%;
    float: left;
    top: 0;
    padding: 12px 10px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.review .image-btn-wrap .image-btn {
    text-align: center;
    display: block;
    width: auto;
    height: 100%;
    float: left;
    top: 0;
    padding: 12px 10px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}


.image-btn-wrap .image-btn.gallery-btn:hover {
    background: rgba(0, 0, 0, 0.3);
}

.image-btn-wrap .image-btn.blog-gallery-prev:before {
    position: absolute;
    color: white;
    font-family: 'ggticons';
    content: "\ed4a";
    font-size: 42px;
    width: 30px;
    left: -12px;
    right: 0;
    top: 16px;
    margin: auto;
    -webkit-transition: transform 0.2s ease-in;
    -moz-transition: transform 0.2s ease-in;
    -o-transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
}

.image-btn-wrap .image-btn.blog-gallery-next:before {
    position: absolute;
    color: white;
    font-family: 'ggticons';
    content: "\ed4b";
    font-size: 42px;
    width: 30px;
    left: -12px;
    right: 0;
    top: 16px;
    margin: auto;
    -webkit-transition: transform 0.2s ease-in;
    -moz-transition: transform 0.2s ease-in;
    -o-transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
}

.image-btn-wrap .image-btn.blog-gallery-next,
.image-btn-wrap .image-btn.blog-gallery-prev {
    cursor: pointer;
}

.btn-label {
    text-transform: uppercase;
    position: absolute;
    bottom: 12px;
    margin: 0 auto;
    text-align: center;
    font-size: 0.7em;
    left: 0;
    right: 0;
    -webkit-transition: transform 0.2s ease-in;
    -moz-transition: transform 0.2s ease-in;
    -o-transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
}

.image-outer {
    position: relative;
    overflow: hidden;
    min-height: 80px;
}

article.post:hover .image-btn-wrap .image-btn.blog-date,
.image-btn.comments-link .image-btn.blog-date{
    color: black;
}

.image-outer .image-btn-wrap .image-btn.comments-link:hover,
.no-thumbnail:not(.format-gallery) .image-outer .image-btn-wrap .image-btn.comments-link,
.content-gallery.format-gallery .image-btn.comments-link{
    background: white;
    color: black;
}

.image-outer .image-btn-wrap .image-btn.comments-link:hover a{
    color: black;
}

.image-btn-wrap .image-btn.comments-link {
    position: relative;
    display:none;
}

.image-btn-wrap .image-btn.comments-link a {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 110px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    bottom: 18px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    -webkit-transition: transform 0.2s ease-in;
    -moz-transition: transform 0.2s ease-in;
    -o-transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
}

.image-btn-wrap .image-btn.comments-link:before {
    position: absolute;
    font-family: 'ggticons';
    content: "\e7c6";
    font-size: 36px;
    left: 0;
    right: 0;
    top: 18px;
    margin: auto;
    -webkit-transition: transform 0.2s ease-in;
    -moz-transition: transform 0.2s ease-in;
    -o-transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
}

.blog-date .day {
    font-size: 20px;
    letter-spacing: 1px;
    -webkit-transition: transform 0.2s ease-in;
    -moz-transition: transform 0.2s ease-in;
    -o-transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
    font-family:prox-light;
    color:#fff;
    
}

.blog-date .month {
    text-transform: uppercase;
    margin-top: 12px;
    letter-spacing: 1px;
    font-size: 0.7em;
    line-height: 1.5em;
   /* opacity: 0.5;*/
    -webkit-transition: transform 0.2s ease-in;
    -moz-transition: transform 0.2s ease-in;
    -o-transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
    color:#fff;
}

.blog-date .year {
    margin-top: 0;
    letter-spacing: 1px;
    font-size: 0.7em;
    line-height: 1em;
    /*opacity: 0.5;*/
    color:#fff;
    -webkit-transition: transform 0.2s ease-in;
    -moz-transition: transform 0.2s ease-in;
    -o-transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
}

article.post:hover .image-btn-wrap .image-btn .month,
article.post:hover .image-btn-wrap .image-btn .year,
article.post:hover .image-btn-wrap .image-btn .day,
article.post:hover .image-btn-wrap .comments-link:before,
article.post:hover .image-btn-wrap .comments-link a,
article.post:hover .image-btn-wrap .btn-label,
article.post:hover .image-btn.blog-gallery-next:before,
article.post:hover .image-btn.blog-gallery-prev:before,
article.post.no-thumbnail:not(.format-gallery) .image-btn-wrap .image-btn .month,
article.post.no-thumbnail:not(.format-gallery) .image-btn-wrap .image-btn .year,
article.post.no-thumbnail:not(.format-gallery) .image-btn-wrap .image-btn .day,
article.post.no-thumbnail:not(.format-gallery) .image-btn-wrap .comments-link:before,
article.post.no-thumbnail:not(.format-gallery) .image-btn-wrap .comments-link a,
.content-gallery.format-gallery .image-btn-wrap .image-btn .month,
.content-gallery.format-gallery .image-btn-wrap .image-btn .year,
.content-gallery.format-gallery .image-btn-wrap .image-btn .day,
.content-gallery.format-gallery .image-btn-wrap .comments-link:before,
.content-gallery.format-gallery .image-btn-wrap .image-btn-wrap .comments-link a{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

article.post h2,
article.post h2 a {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
    position: relative;
    letter-spacing: 1px;
    margin: 25px 0;
}

h2.entry-title:after {
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 40px;
    background: #eee;
}

.format-link h2.entry-title:after {
    display: none;
}

.format-aside h2.entry-title:after {
    content: "";
    height: 10px;
    position: absolute;
    left: 0;
    bottom: -38px;
    width: 80px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

article.post.format-aside h2.entry-title {
    margin-bottom: 38px;
}

article.post.format-aside:hover h2.entry-title:after {
    width: 100%;
}

article.post.format-link h2.entry-title {
    margin-bottom: 10px;
}

article.post .entry-content {
    padding: 0 30px 30px;
    font-size: 13px;
    line-height: 1.7em;
}

.post-format-icon{
    position: absolute;
    right: 30px;
}

.post-format-icon:before{
    font-size: 50px;
    font-family: 'ggticons';
    content: "\eb6d";
    color: rgba(0,0,0,0.1);
    line-height: 80px;
}

.format-quote .post-format-icon:before{
    content: "\e7eb";
}

.format-aside .post-format-icon:before{
    content: "\ebad";
}

.format-status .post-format-icon:before{
    content: "\e65f";
}

.format-link .post-format-icon:before{
    content: "\e82e";
}

.format-audio .post-format-icon:before{
    content: "\e641";
}

.format-video .post-format-icon:before{
    content: "\e6fb";
}

.format-image .post-format-icon:before{
    content: "\e8a2";
}

.format-gallery .post-format-icon:before{
    content: "\e8a8";
}

.post-categories {
    margin-top: 8px;
    display: block;
    list-style: none outside none;
    padding: 0;
}

.post-categories li {
    display: inline;
    margin-right: 12px;
}

.post-categories li a {
    text-transform: uppercase;
    font-size: 9px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.post-categories li a {
    color: #aaa;
    padding-bottom: 3px;
}

.post-categories li a:hover {
    color: #000;
    border-bottom: 1px solid #aaa;
}

.format-quote .quote-wrap {
    border-left: 2px solid;
    padding-left: 18px;
}

.format-image .header-pad {
    color: white;
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 1;
}

article.post.format-image h2,
article.post.format-image h2 a,
article.post.format-image .edit-post a {
    color: white;
}

.format-image .image-outer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

article.post.format-image:hover .image-outer:after {
    opacity: 0.5;
}

article.post.format-image:hover .header-pad {
    opacity: 0;
}

aside.widget {
    /*color: #000;*/
    /*background: white;*/
    margin-bottom: 30px;
}

.widget {
    padding: 30px;
}

.widget.ggt_about_widget {
    padding: 0;
}

.ggt_about_widget img {
    width: 100%;
    height: auto;
}

.ggt_about_widget .soc-label {
    display: none;
}

.ggt_about_widget a:after {
    display: none;
}

.widget .content-wrap {
    padding: 30px;
}

.widget .widget-title {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 32px;
    position: relative;
    /*font-family:"MyriadPro-Light";*/
    font-family: BinaryITCStd-Light;
    text-transform: lowercase;
}

.widget-title:after {
    content: "";
    width: 70px;
    height: 5px;
    bottom: -18px;
    left: 0;
    position: absolute;
}

.author-name {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.3em;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.author-text {
    font-size: 0.9em;
    line-height: 1.7em;
    margin-bottom: 45px;
    position: relative;
}

.widget .social-icons a:before,
.widget .social-icons a {
    line-height: 20px;
    font-size: 20px;
}

.widget .social-icons li {
    margin-right: 10px;
    margin-bottom: 12px;
}

.widget .social-icons li:first-child {
    padding-left: 5px;
}

.author-text:after {
    content: "";
    width: 38px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -15px;
    background: #eee;
}

.post-gallery .owl-item {
    height: 200px;
    width: 100%;
}

div.ppt {
    display: none;
    visibility: hidden;
}

.video-icon {
    position: absolute;
    color: #FFFFFF;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    left: 0;
    margin: auto;
    line-height: 60px;
    bottom: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    z-index: 1;
}

.video-icon:before {
    content: "\e654";
    font-family: "ggticons";
    position: absolute;
    font-size: 60px;
    margin: 0 auto;
    text-align: center;
}

.with-shadow:before {
    opacity: 0;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

article.post:hover .with-shadow:before {
    opacity: 1;
}

.portrait-img {
    width: 100%;
    height: 320px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.link-wrap {
    height: 60px;
    position: relative;
    margin-left: 60px;
    padding-left: 35px;
    line-height: 60px;
    border: 2px solid #eee;
}

.link-wrap:before {
    width: 60px;
    height: 60px;
    font-size: 38px;
    text-align: center;
    display: block;
    left: -62px;
    position: absolute;
    top: -2px;
    background: #eee;
    font-family: "ggticons";
    content: "\e82d";
    color: #000;
}

.link-wrap:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: #eee;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.link-wrap:hover:after {
    width: 100%;
}

.link-wrap a {
    z-index: 1;
    color: #000;
    text-transform: uppercase;
    position: relative;
    font-size: 0.9em;
    letter-spacing: 1px;
    display: inline-block;
    width: 100%;
}

article.post .link-wrap a:hover {
    color: #000;
}

#blog-content {
    padding: 0 30px;
}

/*#content-wrap{*/
/*padding: 0 120px;*/
/*}*/

.blog-readmore {
    margin-left: 5px;
    color: #aaa;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

a.blog-readmore:after {
    content: "+";
    margin-left: 2px;
    color: inherit;
}

.edit-link {
    padding: 5px 0;
    margin: 12px 0;
    display: inline-block;
    text-transform: uppercase;
}

.post-permalink {
    border: 2px solid black;
    padding: 6px 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 0.9em;
    margin-top: 8px;
    color: #000;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    font-family:"prox-light";
}

.image-outer .post-permalink {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.no-csstransforms3d .image-outer .post-permalink {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

article.post:hover .image-outer .post-permalink {
    opacity: 1;
    visibility: visible;
}

.fixed-bg-image {
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

.no-thumbnail .image-btn-wrap{
    right: auto;
}

.no-thumbnail.format-gallery .image-btn-wrap{
    right: 0;
}

.format-image.no-thumbnail .header-pad{
    color: inherit;
    position: relative;
    left: 0;
    top: 0;
}

article.post.format-image.no-thumbnail:hover .header-pad{
    opacity: 1;
}

article.post img{
    margin-top: 12px;
    margin-bottom: 12px;
}

.no-comments .image-btn-wrap{
    width: 80px;
}

:not(.single-post) .no-comments.format-gallery .image-btn-wrap{
    width: 240px;
}

/**
 * Select
 */

.sbHolder,
.chosen-container-single .chosen-single,
.chosen-container-single.chosen-container-active .chosen-single,
.woocommerce-checkout .form-row .chosen-container-single .chosen-single {
    position: relative;
    border: 2px solid #ddd;
    border-radius: 0;
    background: white;
    box-shadow: none;
    padding: 2px 38px 2px 12px;
    font-size: 11px;
    line-height: 30px;
    height: auto;
    color: #888;
}

.sbHolder li a,
.sbHolder a.sbSelector {
    color: #aaa;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    color: #aaa;
    opacity: 1;
}

.sbToggle {
    position: absolute;
    right: 2px;
    width: 30px;
    height: 30px;
    background: #ccc;
}

.sbToggle:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
}

.sbSelector {

}

table.variations td {
    padding-bottom: 5px;
}

table.variations .var-label label,
.quantity_label {
    position: relative;
    color: #bbb;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 34px;
    margin-left: 20px;
}

.quantity_label {
    float: left;
    min-width: 166px;
    line-height: 42px;
    display: inline-block;
    margin-left: -2px;
    padding-left: 20px;
}

a.reset_variations {
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    color: #888;
    line-height: 1em;
    padding-bottom: 3px;
    border-bottom: 1px solid;
    border-color: transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a.reset_variations:hover {
    border-color: #bbb;
}

.sbOptions {
    padding: 6px 12px;
    list-style-type: none;
    line-height: 20px;
    position: absolute;
    background: white;
    width: calc(100% + 4px);
    z-index: 1;
    border: 2px solid #ddd;
    top: 34px;
    left: -2px;
    overflow-y: auto;
}

.tagcloud a {
    border: 2px solid;
    padding: 0.3em 0.5em;
    color: #ccc;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1em;
    margin: 0.3em 0.3em 0.3em 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/** search */

.widget.widget_search {
    padding: 0;
}

.widget.widget_search .widget-title {
    display: none;
}

.widget.widget_search .search-field {
    outline: none;
    height: 76px;
    border: none;
    padding: 12px 22px 12px 42px;
    font-style: italic;
    font-size: 12px;
    color: #ccc;
    background: inherit;
    width: calc(100% - 76px);
}

.widget.widget_search form {
    position: relative;
}

.widget.widget_search .search-submit {
    outline: none;
    position: absolute;
    color: transparent !important; /** hide text */
    right: 0;
    top: 0;
    height: 76px;
    width: 76px;
    border: none;
    padding: 0;
    margin: 0;
}

.widget.widget_search label {
    width: 100%;
    padding: 0;
    margin: 0;
}

.widget.widget_search label:before {
    pointer-events: none;
    font-family: 'ggticons';
    content: "\e616";
    position: absolute;
    z-index: 2;
    font-size: 32px;
    line-height: 76px;
    right: 22px;
    margin: auto;
}

.widget #s {
    display: block;
    margin: 2px 0 12px;
    height: 36px;
    border: 2px solid #ccc;
    background: white;
    padding: 8px 12px;
    outline: none;
    width: 100%;
    font-style: italic;
    font-size: 11px;
}

.widget_product_search label {
    font-weight: 400;
    font-size: 12px;
    color: #aaa;
}

.widget ul {
    list-style-type: none;
    padding-left: 20px;
}

ul.product-categories {
    padding: 12px 0 0 20px;
}

ul.product-categories li {
    position: relative;
    line-height: 2em;
    font-size: 11px;
}

ul.product-categories ul li:before {
    position: absolute;
    content: "-";
    left: -20px;
    color: #ccc;
    font-size: 16px;
    font-weight: 200;
    top: -1px;
}

.product_list_widget a {
    font-size: 11px;
    font-weight: 500;
}

.product_list_widget .amount {
    font-size: 12px;
}

.product_list_widget li {
    border-bottom: 1px solid #eee;
    padding-left: 32px;
    padding-bottom: 26px;
    margin-bottom: 26px;
}

.product_list_widget li del,
.product_list_widget li ins {
    display: block;
}

.product_list_widget li del {
    color: #ccc;
}

/*.product_list_widget li a:after{*/
/*content: " ";*/
/*display: table;*/
/*clear: both;*/
/*}*/

.product_list_widget li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.product_list_widget li:first-child {
    padding-top: 20px;
}

.widget.widget_top_rated_products,
.widget.widget_recent_reviews,
.widget.widget_products,
.widget.widget_shopping_cart,
.widget.widget_recently_viewed_products,
.widget.widget_calendar,
.widget.ggt_timetable_widget,
.widget.ggt_contacts_widget,
.widget.ggt_recentposts_widget_entries{
    padding: 0;
}

.widget.widget_top_rated_products .widget-title,
.widget.widget_recent_reviews .widget-title,
.widget.widget_shopping_cart .widget-title,
.widget.widget_products .widget-title,
.widget.widget_recently_viewed_products .widget-title,
.widget.widget_calendar .widget-title,
.widget.ggt_timetable_widget .widget-title,
.widget.ggt_contacts_widget .widget-title,
.widget.ggt_recentposts_widget_entries .widget-title{
    margin-left: 32px;
    padding-top: 32px;
}

.reviewer {
    color: #aaa;
    font-size: 12px;
}

.widget_products li a {
    margin-bottom: 20px;
}

.widget_price_filter form {
    padding-top: 20px;
}

.widget_price_filter .price_label {
    text-align: left;
    position: absolute;
    color: #888;
    font-style: italic;
}

.widget_price_filter form button[type=submit] {
    left: 0;
    margin-top: 36px;
    margin-left: 0;
    position: relative;
}

/**
 * Calendar
 */

#calendar_wrap {
    width: 100%;
    padding-top: 12px;
}

#calendar_wrap th {
    border-bottom: 1px solid #eee;
    text-align: center;
    padding: 10px 0;
    font-size: 11px;
}

#calendar_wrap td {
    border-bottom: 1px solid #eee;
    text-align: center;
    padding: 10px 0;
    font-size: 11px;
}

#calendar_wrap td:first-child,
#calendar_wrap th:first-child {
    padding-right: 10px;
    width: 20%;
    text-align: right;
}

#calendar_wrap td:last-child,
#calendar_wrap th:last-child {
    padding-left: 10px;
    text-align: left;
    width: 20%;
}

#wp-calendar {
    width: 100%;
}

#calendar_wrap caption {
    padding: 12px 0;
    font-weight: 600;
    font-size: 11px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

#calendar_wrap #prev a,
#calendar_wrap #next a {
    display: inline-block;
    border: 2px solid;
    background: transparent;
    padding: 6px 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    left: 1px;
    position: relative;
}

#calendar_wrap #prev {
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
}

#calendar_wrap #next {
    text-align: right;
    padding-right: 10px;
    padding-top: 10px;
}

.timetable {
    padding-top: 20px;
}

.timetable .dayname {
    float: left;
    margin: 0;
    padding: 0;
    margin-left: 38px;
    margin-right: 12px;
    text-align: center;
    width: 44px;
    line-height: 38px;
    height: 38px;
    background: #eee;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
}

.timetable .timeblock {
    position: relative;
    padding-left: 20px;
    margin-left: 82px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.timetable .row {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 38px;
    font-size: 12px;
}

.timeblock:before {
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.timetable .row:hover .timeblock:before {
    width: 6px;
}

.timetable .row:hover .timeblock {
    padding-left: 26px;
}

/**
 * Contacts
 */

.ggt_contacts_widget.widget .fn {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 30px;
    letter-spacing: 3px;
}

.ggt_contacts_widget.widget .fn strong{
    font-weight: 500;
}

.ggt_contacts_widget.widget .vcard {
    padding: 20px 32px 20px;
    line-height: 1.8em;
    font-size: 12px;
}

.ggt_contacts_widget.widget .contacts_label{
    font-weight: 700;
    margin-right: 6px;
}

/** recent posts */

.ggt_recentposts_widget_entries .blog-date{
    padding-top: 8px;
    display: block;
    float: left;
    padding: 10px;
    width: 100px;
    height: 100px;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ggt_recentposts_widget_entries a{
    display: block;
}

.ggt_recentposts_widget_entries .blog-date span{
    display: block;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.ggt_recentposts_widget_entries .blog-date span:first-child{
    margin-top: 12px;
}

.ggt_recentposts_widget_entries .post-item{
    border-top:1px solid;
    border-bottom: 1px solid;
    border-color: transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ggt_recentposts_widget_entries .post-item:hover{
    border-color: rgba(0,0,0,0.06);
}

.ggt_recentposts_widget_entries .post-item:hover{
    background: #f8f8f8;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ggt_recentposts_widget_entries ul.recent-box-cont{
    padding-top: 20px;
}

.ggt_recentposts_widget_entries .recent-box-cont .post-title {
    text-transform: uppercase;
    padding: 32px 12px 0 22px;
    display: block;
    line-height: 1.5em;
    margin-left: 100px;
}

#content-wrap{
    min-height:100vh;
}

.sidebar-right .post-wrap{
    padding-right: 30px;
}

.sidebar-left .post-wrap{
    padding-left: 30px;
}

.post-inside{
   /* background: rgba(246,246,246,1);*/
    padding-bottom: 5px;
}

#comments-wrap{
    margin:30px;
}

.comment-form-comment{
    position: relative;
}

#comments-wrap .comment-form-author,
#comments-wrap .comment-form-email,
#comments-wrap .comment-form-url{
    width: 32%;
    float: left;
    margin-right: 2%;
    display: block;
}

#comments-wrap .comment-form-url{
    margin-right: 0;
}

#comments-wrap #commentform label {
    left: 0;
    font-size: 10px;
    padding-top: 8px;
    position: relative;
    width: 100%;
    text-transform: uppercase;
    color: #aaa;
    font-weight: 500;
    letter-spacing: 2px;
}

#comments-wrap .comment-form-author > input,
#comments-wrap .comment-form-email > input,
#comments-wrap .comment-form-url > input {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #ccc;
    padding: 3px 12px;
    height: 36px;
    margin-left: 0;
    width: 100%;
    outline: none;
}

#comments-wrap .comment-form-comment{
    clear: both;
    padding-top: 16px;
}

#comments-wrap #respond{
    padding: 30px;
    background: none repeat scroll 0 0 #fff;
}

#comments-wrap .comment-form-comment textarea {
    width: 100%;
    outline: none;
    padding: 3px 12px;
}

#comments-wrap .comment-form{
    padding: 0;
}

#comments-wrap .comment-notes{
    font-size: 11px;
}

#comments-wrap #form-allowed-tags{
    padding: 12px 18px 18px;
    font-size: 11px;
    line-height: 1.7em;
    font-weight: 700;
    margin-top: 16px;
    background: rgba(246,246,246,1);
}

#comments-wrap #form-allowed-tags code{
    font-weight: 400;
    white-space: normal;
    color: #888;
    background-color: inherit;
}

#comments-wrap #submit{
    margin-top: 12px;
    outline: none;
    border: 2px solid;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px 16px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#comments-wrap li.comment {
    /*background: white;*/

}

#comments-wrap li.comment article{
    background: white;
    margin-top: 40px;
    position: relative;
    padding: 20px 20px 26px;
}

#comments-wrap #comments h2{
    margin-bottom: 56px;
}

li.comment article:before{
    content: "";
    position: absolute;
    left: 0;
    top: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 15px;
    border-color: transparent transparent transparent #fff;
}

#comments-wrap li.comment .comment-content {
    font-size: 12px;
    line-height: 1.7em;
    display: block;
    padding: 26px 0 0 0;
}

.comment-list {
    display: block;
    padding: 0;
    margin: 12px 0 30px;
    list-style: none outside none;
}

.comment-list .children {
    list-style: none outside none;
    margin: 20px 0 20px 20px;
    padding-left: 20px;
}

.comment-author.vcard {
    display: block;
    font-size: 11px;
    list-style: none outside none;
    text-transform: uppercase;
}

.comment-metadata a {
    color: #000000;
}

.comment-metadata {
    display: inline-block;
    font-size: 9px;
    padding: 0;
    font-weight: 600;
    margin-top: 3px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.comment-buttons{
    position: absolute;
    top: 25px;
    right: 20px;
}

.comment-buttons .edit-link,
.single-post .post-edit-link{
    margin: 0 5px 0 0;
    background: #ccc;
}

.comment-buttons .reply {

}

.comment-buttons .reply,
.comment-buttons .edit-link,
.logged-in-as a,
.single-post .post-edit-link{
    display: inline-block;
    padding: 3px 12px 3px 12px;
    text-transform: uppercase;
    font-size: 9px;
    margin-left:10px;
    letter-spacing: 1px;
    font-weight: 600;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.single-post .post-edit-link{
    margin-left: 0;
}

.logged-in-as a{
    margin: 0 5px;
}

.avatar-wrap img{
    width: 32px;
    height: auto;
}

.avatar-wrap{
    float: left;
    position: relative;
    margin-right: 20px;
}
.avatar-wrap:after{
    position: absolute;
    content: "";
    bottom: -20px;
    left: 0;
    height: 1px;
    width: 40px;
    background: #eee;
}

.comment-info {
    font-size: 9px;
    color: #aaa;
    font-weight: 600;
}

.comment-info b{
    font-weight: 600;
}

.content-gallery .blog-gallery-prev.image-btn,
.content-gallery .blog-gallery-next.image-btn{
    display: none;
}

.content-gallery.format-gallery .image-btn-wrap{
    right: auto;
}

.single-post .header-pad,
.single-post article.post .entry-content{
    margin-left: 260px;
    border-left: 1px solid rgba(0,0,0,0.1);
}

.single-post .header-pad{
    position: relative;
}

.single-post article.post.format-image:hover .header-pad {
    opacity: 1;
}

.single-meta {
    position: absolute;
    left: -190px;
    top: 30px;
    min-height: 180px;
    max-width: 200px;
}

.single-meta .header-pad{
    padding-left: 20px;
}

.single-meta .image-btn-wrap .image-btn.comments-link a,
.single-meta .image-btn-wrap .image-btn.comments-link:before,
.single-meta .blog-date .day,
.single-meta .blog-date .month,
.single-meta .blog-date .year{
    transform: none;
    opacity: 1;
    color: #000;
}

.single-meta .image-btn-wrap .image-btn.comments-link{
    background: rgba(247,247,247,1);
}

.single-meta .image-btn-wrap{
    top: 0;
    bottom: auto;
    width: 200px;
    position: relative;
    height: 100px;
}

.single-meta .image-btn-wrap .image-btn {
    width: 100px;
    height: 100%;
    padding: 20px 10px;
}

.header-pad{
    position: relative;
}

.single-meta .cat-links{
    position: relative;
    left: 0;
    margin-top: 20px;
}

.single-meta .cat-links .post-categories{
    padding-left: 22px;
}

.single-meta .cat-links .post-categories li{
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    position: relative;
}

.single-post .format-gallery .image-outer .image-btn-wrap{
    width: 160px;
}

.single-post .image-outer {
    min-height: 0;
}

/** recent posts */

.widget_recent_entries ul {
    margin: 0;
    padding: 0;
    padding-top: 20px;
}

.widget_recent_entries li {
    list-style: none outside none;
    margin: 0 0 5px;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
}
.widget_recent_entries li a{
    padding-bottom: 3px;
    border-bottom: 1px solid;
    border-color: transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.widget_recent_entries li a:hover{
    border-color: rgba(0, 0, 0, 0.2);
}

.widget_recent_entries .post-date {
    display: block;
    font-size: 11px;
    margin: 3px 0;
    padding: 3px 7px 3px 0;
    text-align: left;
    text-transform: none;
    color: #aaa;
    font-style: italic;
}

/** recent comments */

.widget.widget_recent_comments ul {
    padding: 0;
    padding-left: 20px;
    padding-top :10px;
}

.widget_recent_comments .recentcomments {
    list-style: none outside none;
    margin: 8px 0 12px 0;
    padding: 0;
}

.widget_recent_comments .url {
    position: relative;
    color: #aaa;
}

.widget_recent_comments li{
    position: relative;
    font-size: 11px;
    letter-spacing: 1px;
}

.widget_recent_comments a {

}

.widget_recent_comments .comment-author-link{
    text-transform: none;
    font-size: 11px;
    color: #aaa;
}

.widget_recent_comments .recentcomments > a {
    font-size: 11px;
    font-weight: 600;
    padding-bottom: 3px;
    border-bottom: 1px solid;
    border-color: transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.widget_recent_comments .recentcomments > a:hover{
    border-color: rgba(0, 0, 0, 0.2);
}

/** archive */

.widget_archive ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

.widget_archive li {
    position: relative;
    font-size: 11px;
    margin: 5px 0 0;
    padding: 5px 0;
}

/** categories */

.widget_categories li {
    position: relative;
    font-size: 11px;
    margin: 0;
    padding: 0;
    line-height: 28px;
}

.widget_categories > ul > li{

}

.widget_categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 20px;
}

.widget_categories ul ul{
    padding-left: 10px;
}

.widget_categories ul ul li:before{
    content: "-";
    position: absolute;
    left: -12px;
    font-size: 14px;
    color: #ccc;
    font-weight: 200;
}

/** meta */

.widget_meta ul {
    padding: 0;
    padding-left: 20px;
}

.widget_meta li {
    margin: 5px 0 0;
    position: relative;
    padding: 5px 10px 5px 0;
    font-size: 11px;
}

/** nav menu */

.widget_nav_menu .menu {
    list-style: none outside none;
    padding: 0;
    font-size: 11px;
    padding-top: 20px;
}

.widget_nav_menu .menu-item {
    padding:0 ;
}

.widget_nav_menu{
    padding: 0;
}

.widget_nav_menu .widget-title{
    margin-left: 30px;
    padding-top: 30px;
    margin-bottom: 30px;
}

.widget_nav_menu .menu-item:hover {

}

.widget_nav_menu li {
    position: relative;
    padding: 0;
}

.widget_nav_menu li a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 11px;
    padding: 12px 12px 12px 30px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.widget_nav_menu li a:hover{
    background: rgba(246,246,246,1);
}

.widget_nav_menu ul.menu > li > a{
    font-weight: 700;
}

.widget_nav_menu ul.menu > li:first-child > a{
    border-top: 1px solid rgba(0,0,0,0.2);
}

.widget_nav_menu li li a{
    padding-left: 60px;
}

.widget_nav_menu li li a:after{
    content: "";
    height: 1px;
    width: 12px;
    position: absolute;
    left: 30px;
    top: 20px;
    background: #ccc;
}

.widget_nav_menu li li li a:after{
    left: 60px;
}

.widget_nav_menu li li li a{
    padding-left: 90px;
}

.widget_nav_menu li li{

}

.widget_nav_menu li ul{
    padding: 0;
    /*padding-left: 10px;*/
}

.widget_nav_menu .menu-item-has-children {
    padding: 0;
    border-bottom: 0;
}

.widget_nav_menu .menu-item-has-children:after{
    top: 26px;
}

/** rss */

.widget.widget_rss{
    padding: 0;
}

.widget_rss .widget-title{
    margin-left: 30px;
    padding-top: 30px;
    margin-bottom: 30px;
}

.widget_rss ul{
    padding: 0;
    padding-top: 20px;
}

.widget_rss li{
    position: relative;
    padding: 60px 30px 30px 60px;
    font-size: 11px;
    border-top: 1px solid rgba(0,0,0,0.2);
}

.widget_rss .rss-date{
    display: block;
    position: absolute;
    top: 30px;
    left: 60px;
    font-style: italic;
    color: #888;
}

.widget_rss .rss-date:before{
    font-style: normal;
}

.widget_rss a.rsswidget {
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
}

.widget_rss cite{
    padding: 6px 12px;
    margin-top: 12px;
    display: inline-block;
}

/** page */

.page .post-inside{
    /*padding-top: 30px;*/
}

.page .post-inside article{
    margin: 0; /* 30px 30px; */
    padding: 40px;
    background: rgba(255,255,255,0.9);
}

.page article .content-inner{
    padding: 0;
    line-height: 1.5em;
    font-size: 15px;
}

.pass-right{
    font-size: 30px;
    letter-spacing: 4px;
    font-weight: 500;
    line-height: 1.2em;
    text-align: left;
    border-left: 1px solid rgba(255,255,255,0.2);
}

.pass-right form{
    letter-spacing: 1px;
    font-size: 14px;
}

.pass-right,
.pass-left{
    padding: 70px;
}

.pass-left{
    text-align: right;
}

.pass-left .password-icon{
    font-size: 220px;
}

.passwrap{
    margin: 40px 0 0;
}

.password-window{
    width: 90%;
    height: auto;
    margin: auto;
    top: 35%;
    left: 0;
    bottom: auto;
    right: 0;
    font-weight: 700;
    position: absolute;
    text-align: center;
    padding: 0;
    font-size: 1.2em;
    font-family: inherit;
    text-transform: uppercase;
}

.password-window form{
    font-weight: normal;
    text-transform: none;
    margin-top: 15px;
}
.password-window input{
    height: 80px;
    line-height: 30px;
    border: none;
    margin: 0;
    float: left;
    color: #ccc;
    background: #000;
    padding: 3px 16px;
    outline: none;
    font-size: 26px;
}
.password-window input[type="submit"]{
    font-size: 14px;
    color: inherit;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 3px 82px 3px 30px;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.submit-wrap{
    display: inline-block;
    position: relative;
}

.submit-wrap:before{
    font-size: 42px;
    color: #000;
    line-height: 80px;
    font-family: 'ggticons';
    position: absolute;
    right: 22px;
    top: 0;
    content: "\ed43";
}

.password-window .screen-reader-text{
    display: none;
}

.error404 .password-window label{
    float: left;
}

.error404 form.search-form:after { /** clearfix */
    content: " ";
    display: table;
    clear: both;
}

.error404 form.search-form{
    display: inline-block;
    position: relative;
}

.error404 form .search-wrap{
    pointer-event: none;
    display: inline-block;
    position: relative;
}

.error404 form label i{
    cursor: pointer;
    pointer-vents:none;
    position: absolute;
    right: 22px;
    line-height: 80px;
    font-size: 36px;
    top: 0;
    z-index: 1;
}

.error404 .password-window input[type="submit"] {
    pointer-event: all;
    font-family: 'ggticons';
    width: 80px;
    padding: 0;
    border: none;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.error404 #searchsubmit{
    margin: 0;
    border: none;
}

h2.comments-title{
    color: #000;
}

#comments-wrap #comments,
#comments-wrap #comments a{
    color: #000;
}

#map_canvas{
    width: 100%;
    height: 100%;
}

blockquote {
    border: none;
}

.pf-info-block .button{
    border: 2px solid;
    padding: 8px 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.search-no-results .post-inside{
    padding: 30px;
}

.page-template-page-gallery-grid #main-wrapper,
.page-template-page-blog #main-wrapper,
.page-template-page-videolist #main-wrapper,
.page-template-default #main-wrapper,
.post-type-archive-product #main-wrapper,
.single-product #main-wrapper{
    min-height: 100vh;
}

.page-template-page-gallery-grid .content-pad,
.page-template-page-blog .content-pad{
    padding-bottom: 90px;
}

.page-template-page-contact #page-footer{
    padding: 0;
    display: none;
}

#grid-wrap{
    min-height: 100vh;
}

@media (min-width: 320px) and (max-width:479px) {
    .team-title h2{
        padding: 30px 30px;
        text-align: center;}
    
    #footer-copyright{
        font-size:9px;}
        
        #gallery-list-horizontal .gallery-info {
            bottom:0px;
            top:auto;
            }
}
    @media (min-width: 320px) and (max-width:566px) {
        .team-title h2{
        padding: 30px 30px;
        text-align: center}
}

@media (min-width: 567px) and (max-width:1279px){
        .team-title h2{
        text-align: center}
}
  @media (max-width: 1279px){
         
         #archives-2{
             margin-bottom:90px;
             }       
  }
  
   @media (max-width: 1279px){
       #choreo{
           height:361px;
           }
       #featured_shows{
           display:none;!important
           }
           }
@media (max-width:979px)
{
    article.post .image-outer .pencil i {
    background-color: #BE1522;
    position: absolute;
    right: 30px;
    line-height: 2;
    color: #FFF;
    padding-top: 8px;
    opacity: 0.6;
}
} 

.pencil
{
    width: 20%;
    position: relative;
    display: inline-block;
    text-align: right;
    /*padding-right: 12px;*/
    padding-right:0px;
    height: 80px;
    padding-left:60px;
    opacity:0.6;
}
#get{
        text-align: center;
        line-height: 16px;
        font-weight: 400;
        letter-spacing: 2px;
        opacity: 0.9;
        font-size: 18px;
        margin-bottom: 30px;
        font-family: MyriadPro-Light,Arial,Helvetica,sans-serif;
        margin-left:-52px;
}

.footer-copyright{
    padding-right:10%; 
    padding-left:20px; 
/*  width:auto; */
    text-align:left; 
    font-size:10px;
    /*padding-left:1%; */
    /*position:relative;*/
    }

.footer-copyright p{
    text-transform:uppercase;
    color: #bfbcbc;
    line-height:64px;
    font-size: 11px;
    }

    .footer-copyright p a{
            color: #bfbcbc !important;
            font-weight: 600 !important;
    }
.footer-copyright2{
    padding-right:10%;
    padding-left:20px; 
/*  width:auto; */
    text-align:left; 
    font-size:10px;
    /*padding-left:1%; */
    /*position:relative;*/
    }

.footer-copyright2 p{
    text-transform:uppercase; 
    color:#fff; 
    line-height:64px;
        font-size: 11px;
    }
    .footer-copyright2 p a{
            color: #fff !important;
            font-weight: 600 !important;
    }

@media (min-width:768px){
    
#mediamax
{
    color:#000; 
    cursor:pointer; 
    font-weight:bold;
}
}
@media (max-width:767px) {
#mediamax
{
    color:#fff;
    cursor:pointer;
    font-weight:bold;
    opacity:0.3;
}
.footer-copyright p{
    text-transform:uppercase; 
    color:#fff;
    opacity:0.3; 
    line-height:64px;
    }
}