/*
 Theme Name: PSC
 Theme URI: https://wordpress.org/themes/psc/
 Author: the WordPress team
 Author URI: https://wordpress.org/
 Description:
 Version: 1.2
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain: PSC

 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    max-width: 100%;
}

img {
    max-width: 100%;
    outline: 0;
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    vertical-align: middle;
}

:visited, :target, input:focus, input:active, textarea:focus, textarea:active, a:focus, a:active {
    outline: 0 none !important;
}

input:focus, input:active, textarea:focus, textarea:active, a:focus, a:active {
    outline: 0px none !important;
}

@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('fonts/helveticaneuelight.eot');
    src: url('fonts/helveticaneuelight.eot?#iefix') format('embedded-opentype'), url('fonts/helveticaneuelight.woff') format('woff'), url('fonts/helveticaneuelight.ttf') format('truetype'), url('fonts/helveticaneuelight.svg#helveticaneuelight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Chalet-ParisNineteenSixty';
    src: url('fonts/chaletparisnineteensixty.eot');
    src: url('fonts/chaletparisnineteensixty.eot?#iefix') format('embedded-opentype'), url('fonts/chaletparisnineteensixty.woff') format('woff'), url('fonts/chaletparisnineteensixty.ttf') format('truetype'), url('fonts/chaletparisnineteensixty.svg#chaletparisnineteensixty') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
        font-family: 'Arial-Black';
        src: url('fonts/arialblackallfontnet.eot');
        src: url('fonts/arialblackallfontnet.eot?#iefix') format('embedded-opentype'),
                 url('fonts/arialblackallfontnet.woff') format('woff'),
                 url('fonts/arialblackallfontnet.ttf') format('truetype'),
                 url('fonts/arialblackallfontnet.svg#arialblackallfontnet') format('svg');
        font-weight: normal;
        font-style: normal;
}
input:focus, input:active, textarea:focus, textarea:active, a:focus, a:active {
    outline: 0px none !important;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #666;
}
h1 {
    font-size: 40px;
    font-family: 'Arial, Helvetica, sans-serif'; 
    line-height: 44px; 
    font-weight: normal;
}
h2 {
    font-size: 35px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 72px;
    font-weight: normal;
    text-transform: uppercase;
}
h3 {
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 35px;
    font-weight: normal;
    text-transform: uppercase;
}
h4 {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 24px;
    font-weight: normal;
    color: #2f2f2f;
    text-transform: uppercase;
}
h5 {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 22px;
    font-weight: normal;
    text-transform: uppercase;
}
h6 {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 22px;
    font-weight: normal;
}
p {
    margin-bottom: 18px;
}
img {
    max-width: 100%;
}

strong {
    font-weight: bold;
}

/**
 * Text Elements
 * ----------------------------------------------------------------------------
 */

address {

    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 6px;
}

abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help;
}

b, strong {
    font-weight: bold;
}
strong {
    font-family: Arial, Helvetica, sans-serif;
}
cite, dfn, em, i {
    font-style: italic;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

code, kbd, tt, var, samp, pre {
    font-size: 15px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.6;
}

pre {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote, q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}

blockquote {
    color: #666;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 35px;
    font-family: Arial, Helvetica, sans-serif;
}

blockquote p {
    margin-bottom: 1.6667em;
}

blockquote > p:last-child {
    margin-bottom: 0;
}

blockquote cite, blockquote small {
    color: #666;
    font-size: 16px;
    line-height: 20px;
}

blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}

blockquote strong, blockquote b {
    font-weight: bold;
}

small {
    font-size: smaller;
}

big {
    font-size: 125%;
}

sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

dl {
    margin-bottom: 24px;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 24px;
}

ul, ol {
    list-style: none;
    margin: 0 0 24px 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul, li > ol {
    margin: 0 0 0 20px;
}

del {
    color: #767676;
}

figure {
    margin: 0;
}

hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 23px;
}

/**
 *  Links
 * ----------------------------------------------------------------------------
 */

a {
    text-decoration: none;
    color: #999;
}
a:visited {
    text-decoration: none;
    outline: 0;
}

a:active, a:hover, a:focus {
    color: #000;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/**
 * Alignment
 * ----------------------------------------------------------------------------
 */

.alignleft {
    float: left;
    margin: 7px 12px 7px 0;
}

.alignright {
    float: right;
    margin: 7px 0 7px 12px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 7px auto;
}

blockquote.alignleft, img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright, img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter, img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

blockquote.alignleft p, blockquote.alignright p {
    margin-bottom: 17px;
}

/**
 * Forms
 */

button, input, select, textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    -webkit-appearance: none;
}

button, input {
    line-height: normal;
}

input, textarea {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
    color: #666;
    color: rgba(51, 51, 51, 0.7);
    -webkit-appearance: none;
    background: #ecebeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

input:focus, textarea:focus {
    background-color: #fff;
    border: 1px solid #c1c1c1;
    border: 1px solid rgba(51, 51, 51, 0.3);
    color: #333;
}

input:focus, select:focus {
    outline: 2px solid #c1c1c1;
    outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled], input[disabled], select[disabled], textarea[disabled] {
    cursor: default;
    opacity: .5;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    background-color: #1d1d1b;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 0.7917em 1.5em;
    text-transform: uppercase;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    outline: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    padding: 0.375em;
    width: 100%;
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: none;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
    outline: 0;
}

input[type="checkbox"], input[type="radio"] {
    padding: 0;
}

.search-form input[type="submit"] {
    padding: 0;
}

table, th, td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed; /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th, td {
    padding: 0.4em;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

/**
 *  Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input, textarea {
    border: 1px solid #b6b6b7;
    color: #7e7e7e;
    padding: 8px 10px 7px;
    font-size: 14px;
}

textarea {
    width: 100%;
}

input:focus, textarea:focus {
    border: 1px solid #b6b6b7;
    outline: 0;
    background-color: #ecebec;
}

.search-field {
    width: 100%;
}

.search-submit {
    display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: #666;
    opacity: 0.4;
}

:-moz-placeholder {
    color: #666;
    opacity: 0.4;
}

::-moz-placeholder {
    color: #666;
    opacity: 0.4; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: #666;
    opacity: 0.4;
}

/*-----------------custom style -------------------*/

/*------------- Begin Header Section --------------*/

.header-wrapper {

    width: 100%;
    float: left;
}
.header-block {
    width: 100%;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #242021;
    margin-bottom: 45px;
    position: relative;
}
.header-left {
    width: 40%;
    float: left;
}
.logo-div {
    float: left;
    width: auto;
    padding-right: 1px;
}
.header-left ul {
    width: auto;
    float: left;
    list-style: none;
    margin: 0;
}

.header-left ul li {
    float: left;
    list-style: none;
}

.header-left ul li a {
    float: left;
    color: #231f20;
    line-height: 29px;
    padding: 0px 12px 2px;
    font-size: 20px;
    border-right: 1px solid #231f20;
    font-family: 'Chalet-ParisNineteenSixty';
}
.header-left ul li a:hover, .header-left ul li.current_page_item a, .header-left ul li.active-logo a,
.single-photography_folio .ph-active > a, .single-casestudy .ph-active > a,.single-studios_gallery .st-active > a,
.single-imagings_folio .im-active > a {
    color: #fff;
    background: #231f20;
}

.header-left ul li ul {
    display: none;
    float: left;
    left: 0;
    padding: 8px 0;
    margin: 22px 0 0;
    position: absolute;
    top: 27px;
    width: 100%;
    z-index: 9999;
    background: #ebebeb;
}
.header-left ul li li a {
    color: #999999;
    font-size: 14px;
    padding-bottom: 0;
    line-height: 15px;
    border-left: 1px solid #4e4c4c;
    border-right: 0;
}
.header-left ul li li:first-child a {
    border-left: 0;
}
.header-left ul li.current_page_item ul, .header-left ul li.current-menu-ancestor ul {
    display: block;
}
.single-photography_folio .ph-active ul, 
.single-casestudy .ph-active ul,
.single-studios_gallery .st-active ul,
.single-imagings_folio .im-active ul{
    display: block;
}
.header-left ul li ul li a:hover, 
.header-left ul li li.current_page_item a, 
.single-photography_folio .ph-active .ph-folio-active a, 
.single-casestudy .ph-active .case-active a,
.single-studios_gallery .st-active .st-gallery-active a,
.single-imagings_folio .im-active .im-folio-active a{
    color: #000;
    background: none;
}

.header-left ul li.current_page_parent > a{
    color: #fff;
    background: #231f20;
}

.logo-div a:hover {
    opacity: .8;
}
.header-right {
    width: 60%;
    float: left;
}

/*menu*/
.menu-wrapper {
    float: right;
    width: 100%;
}

.menu-nav {
    float: left;
    width: 85.5%;
}
.social-block {
    float: left;
    width: 14.5%;
}
.menu-wrapper .social-block ul {
    float: right;
    width: auto;
}
.menu-wrapper ul {
    float: right;
    width: auto;
    margin: 0;
    list-style: none;
}

.menu-wrapper ul li {
    float: left;
    padding: 6px 0 7px 9px;
    margin-left: 8px;
    background: url(images/menu_border.png) no-repeat left center;
}
.menu-wrapper ul li:first-child, .no-border {
    background: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.menu-wrapper ul li a {
    line-height: 19px;
    color: #656565;
    font-size: 14px;
}
.menu-wrapper ul li a i {
    font-size: 18px;
}
.menu-wrapper li.current_page_item a, .menu-wrapper li a:hover, .menu-wrapper li:hover {
    color: #231f20;
}

.menu-wrapper li.current_page_item ul li a, .menu-wrapper li.current-menu-parent ul li a {
    color: #231f20;
}

.menu-wrapper ul li ul {
    float: left;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 999;
    top: 51px;
    width: auto;
    display: none;
}
.menu-wrapper ul li:hover ul.sub-menu {
    display: block;
}
.menu-wrapper ul li ul li {
    float: none;
    width: 92%;
    height: 40px;
}
.menu-wrapper ul li ul li:hover {
    background: none;
}
.menu-wrapper ul li ul li a {
    display: inline-block;
    line-height: 12px;
    padding: 4px 12px 14px;
    width: 100%;
}

.menu-wrapper ul li ul.sub-menu {
    border: 3px solid #ffffff;
    width: 205px;
}
.menu-wrapper ul li ul.sub-menu li {
    border-top: 1px solid #000000;
    margin: 0 4%;
}
.menu-wrapper ul li ul.sub-menu li:first-child {
    border: 0px;
}
.menu-wrapper ul  li ul.sub-menu li a:hover {
    color: #d22433;
}
.menu-title {
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    width: 90%;
    z-index: 9999;
    line-height: 40px;
}
/*menu*/

.banner-block {
    width: 100%;
    float: left;
}
.slider-outer {
    width: 100%;
    float: left; text-align: center;
      position: relative;
}
.slider-block{
 
    text-align: center;
    width: 100%;
     display: inline-block;
}
.slider-inner {
    width: 100%;
    float: left;
}
.slider-inner img {
    max-height: 700px
}
.slider-outer ul {
    margin: 0 auto;
    list-style: none;
    text-align: center;
    width: 100%;
    min-width: 200px;
    max-width: 1200px;
    padding: 0;
    /*position: relative;*/
}
.slider-outer ul li {
    text-align: center;
    width: 100%;
     float: left;
}
.cycle-prev, .cycle-next {
    width: 31px;
    float: left;
    height: 33px;
    z-index: 9999;
    width: 30%;
    height: 100%;
}

.cycle-prev {
    opacity: 0;
    top: 0;
    left: 12px;
    position: absolute;
    background: url(images/left_arrow.png) left 50% no-repeat;
    cursor: pointer;
}

.cycle-next {
    opacity: 0;
    right: 12px;
    top: 0;
    position: absolute;
    background: url(images/right_arrow.png) right 50% no-repeat;
    cursor: pointer;
}

.cycle-prev:hover, .cycle-next:hover {
    opacity: 1;
}
.cycle-prev.disabled, .cycle-next.disabled {
    opacity: 0;
    cursor: default;
}
/*------------- End Header Section --------------*/

/*------------- Begin Content Section -----------*/
.content-wrapper {
    width: 100%;
    float: left;
    padding: 0 0 72px;
}
.content-left-wrap {
    width: 64.5%;
    float: left;
}
.content-right-wrap {
    width: 28.66%;
    float: left;
    margin-left: 6.84%;
}
/*------------- End Content Section --------------*/

.facility-container .location-download-outer {
    padding-top: 30px;
}
.location-download-outer {
    padding-bottom:20px;
}
.social-menu {
    display: none;
}
.studios_gallery .gallery-title, .imagings_folio .gallery-title, .photography_folio .gallery-content, .casestudy .gallery-content, .imagings_folio .gallery-content {
    display: none !important;
}
.featured-block {
    width: 100%;
    float: left;
    /*margin-top: 30px;*/
}
.post_footer li img {
    display: none;
}
.post_footer  .ldc-ul_cont {
    float: none;
    background: none;
    border: 0;
    padding: 0;
    color: #000;
    -moz-box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: normal;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.post_footer  .ldc-ul_cont:hover {
    color: #ccc;
}

/*.cycle-slideshow img {
    display: block;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.slider-block img:first-child {
    position: static;
    z-index: 100;
}*/
.content-wrapper h4{
    padding-bottom: 20px;
}
.single-photography_folio .slider-outer{
    padding-top: 45px;
}
.single-casestudy .content-wrapper{
    padding-top: 15px;
}
.single .slider-outer ul{
    height: auto;
}

/*-------------------footer---------------------*/
.footer-wrapper{
    float: left;
    width: 100%;
    border-top: 1px solid #242021
}
.footer-top{
    float: left;
    width: 100%;
    padding: 76px 0 67px;
}
.footer-top ul{
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
}
.footer-top ul li:first-child{
    margin: 0;
}
.footer-top ul li{
    float: left;
    width: 28.5%;
    margin-left: 7.25%;
}
.featured-block-outer{
    float: left;
    width: 100%;
}
.featured-block-image{
    float: left;
    width: 100%;
    position: relative;
    /*-webkit-filter: grayscale(100%);
    -webkit-transition: .5s ease-in-out;
       -moz-filter: grayscale(100%);
        -moz-transition: .5s ease-in-out;
            filter: grayscale(100%);
            filter: gray;
            
       
   -webkit-filter: grayscale(1);
       -moz-filter: grayscale(1);
            filter: grayscale(1);
             filter: gray; 
             
             
   filter: url('images/filters.svg#grayscale'); 
    filter: gray; 
    -webkit-filter: grayscale(1); */
    
    
}
.featured-block-image:hover,
.gallery-image-outer img:hover{
    filter: none;
   -webkit-filter: grayscale(0%);
   -webkit-transition: .5s ease-in-out;
   -moz-filter: grayscale(0%);
   -moz-transition: .5s ease-in-out;
    
}


.featured-title{
    float: left;
    width: auto;
    position: absolute;
    background: #000000;
    color: #ffffff;
    font-family: 'HelveticaNeueLight';
    font-size: 18px;
    padding: 6px 13px 8px;
}
.featured-content{
    float: left;
    width: 100%;
    margin-top: 13px;
}
.featured-content p{
    color: #000000;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    margin: 0;
}
.footer-bottom{
    float: left;
    width: 100%;
    background: #ebebeb;
    padding: 15px 0 20px;
}
.footer-bottom-container{
    float: left;
    width: 100%;
}
.footer-content-outer{
    float: left;
    width: 28.5%;
    margin-left: 7.25%;
}
.no-margin{
    margin: 0;
}
.footer-content-outer h6{
    font-weight: bold;
    color: #656565;
    text-transform: capitalize;
    line-height: 24px;
}
.footer-content-outer ul{
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
}
.footer-content-outer ul li{
    float: left;
    width: 100%;
}
.footer-content-outer ul li a{
    float: left;
    width: 100%;
    color: #656565;
    line-height: 25px;
}
.footer-content-outer ul li a:hover,
.footer-content-outer a:hover{
    color: #000000;
}
.footer-content-outer address{
    width: 36%;
    font-style: normal;
    line-height: 18px;
    margin-bottom: 8px;
    color: #656565;
}
.footer-content-outer a{
    color: #656565;
}
.bottom-block{
    margin: 35px 0 0;
}
.template-outer{
    float: left;
    width: 100%;
}
.template-outer img{
    margin: 8px 0 41px;
}
.slider-test{display:none;}
.contact-outer{
    float: left;
    width: 100%;
}
/*----------------gallery-outer-------------------*/
.gallery-outer{
    float: left;
    width: 100%;
}
.gallery-outer ul{
    float: left;
    width: 106.73%;;
    list-style: none;
    margin: 0 0 0 -6.73%;;
}
.gallery-outer ul li{
    float: left;
    margin-left: 6.73%;
    width: 26.6%;
    margin-top: 71px;
    overflow: hidden;
}

.gallery-outer ul li a{
    float: left;
    width: 100%;
}
.gallery-image-outer{
    float: left;
    width: 100%;
    position: relative;
}
.gallery-image-outer img{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;   
}

.gallery-title{
    float: left;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    color: #ffffff;
    font-family: 'HelveticaNeueLight';
    font-size: 18px;
    padding: 6px 13px 8px;
}
.gallery-title{
    display: none;
}
.gallery-image-outer a:hover .gallery-title{
    display: block;
}
.gallery-outer li a:hover .gallery-title,
.footer-top ul li:hover .featured-title{
    color: #fff;
}
.contact-right-outer.location{
    padding-top: 57px;
}
.location-info-block {
    float: left;
    width: 100%;
}
.location-info-block ul{
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
}
.location-info-block ul li:first-child{
    margin-top: 0;
}
.location-info-block ul li {
    float: left;
    width: 100%;
    margin: 4px 0 35px;
}

.location-download-outer{
    float: left;
    width: 100%;
}
.location-download-outer a{
    float: left;
    width: 100%;
    background: url('images/download.jpg') no-repeat left top;
    padding-left: 73px;
    color: #000000;
    font-family: 'Chalet-ParisNineteenSixty';
    font-size: 14px;
    line-height: 36px;
    opacity: 1;
}
.location-download-outer a:hover{
    opacity: 0.8;
}

/*---------------gallery----------------*/
.gallery-image-outer a{
    position: relative;
}
.gallery-content,
.gallery-content p{
    display: none;
    float: left;
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,0.2);
    padding: 11px 14px;
    height: 100%;
    color: #ffffff;
    font-family: 'HelveticaNeueLight';
    font-size: 18px;
    line-height: 20px;
    left: 0;
    top: 0;
    margin: 0;
}


/**** Contact Page Starts Here ****/ 

.contact-container {
    float: left;
    width: 100%;
}

.contact-left-outer {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.contact-left-outer p {
    color: #656565;
    line-height: 18px;
}

.contact-left-outer .form-outer {
    margin-top: 65px;
}

div.wpcf7 img.ajax-loader {
    float: right;
}

.input-row {
    float: left;
    margin-bottom: 26px;
    width: 100%;
}

.input-row:last-child {
    margin-bottom: 16px;
}

.right-space {
    float: right;
}

.half-width {
    width: 44.19%;
}

.input-row input, .input-row textarea {
    border: none;
    border-radius: 3px;
    color: #656565;
    float: left;
    line-height: 18px;
    width: 100%;
    padding: 11px;
}

.input-row button {
    padding: 0; 
}

.input-row .btn_icon {
    margin-top: 0;
}

.btn_icon {
    float: left;
    margin-top: 32px;
}

.page-header {
    margin: 0 0 20px;
    border-bottom: none;
    padding-bottom: 0;
} 

.search .content-wrapper article {
    margin-bottom: 10px;
}

.search .entry-content p a.more-link  {
    display: none;
}

.search .entry-header {
    margin-bottom: 10px;
} 

.input-row .btn_icon + span {
    margin-top: 0;
}

.btn_icon {
    background: #1d1d1b;    
    color: #fdfdfd;
    font-size: 38px;
    line-height: 34px;
    height: 34px;
    width: 62px;
    text-align: center; 
}

.contact-left-outer .btn_icon {
    background-image: url("images/contact-submit-btn.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    width: 62px;
    vertical-align: middle;  
}

.btn_icon + span,
.input-row img.ajax-loader + span {
    background: #ffffff;
    color: #000000;  
    font-family: 'Chalet-ParisNineteenSixty';
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
    padding: 8px 0 8px 10px;    
    margin-top: 2px;
    float: left;
    font-weight: 700;
    margin-top: 32px;
}

.input-row img.ajax-loader + span {
    margin-top: 0;
}

.btn_icon:hover i {
    background: #ecebec;
    color: #000000;
}

.btn_icon:hover {
    opacity: 0.7;
}

span.wpcf7-not-valid-tip {
    font-weight: bold;
    float: left;
}

.input-row input.wpcf7-not-valid, 
.input-row textarea.wpcf7-not-valid {
     border: 1px solid #fb9a9a;
}

div.wpcf7-response-output {
    float: left;
}

.input-row textarea {
    height: 286px;
}

.contact-right-outer {
    float: left;
    width: 100%;
    padding-top: 114px;
}

.contact-info-block {
    float: left;
    width: 100%;    
}

.contact-info-block h6 {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    text-transform: capitalize;
    color: #656565;
    font-weight: bold;
}

.contact-info-block ul {
    float: left;
    width: 100%;        
    list-style: none;
    margin: 0;
}

.contact-info-block li {
    float: left;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 0 5px 35px;
    width: 100%;        
    position: relative;
}

.contact-info-block li:before {
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    top: 50%;
    margin-top: -8px;
    font-size: 18px;
    color: #b4b4b4;
    display: block;
} 

.contact-info-block li.phone:before {
    content: "\f095";   
}

.contact-info-block li.mail:before {
    content: "\f0e0";   
}

.contact-info-block li.twitter:before {
    content: "\f099";   
}

.contact-info-block li.instagram:before {
    content: "\f16d";   
}

.contact-info-block li:hover:before,.contact-info-block li:hover a {
    color: #000000;
}

.content-wrapper p a[href^="http://"] {
    text-decoration: none;
    border-bottom: 2px solid #bcbcbc;
    color: #666666;
}

.content-wrapper p a[href^="http://"]:hover {
    color: #bcbcbc;
}



/**** Contact Page Ends Here ****/


/**** Facility Starts Here ****/

.facility-container {
    float: left;
    width: 100%;
    padding-top: 30px;
}

.facility-left-outer {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.facility-right-outer {
    float: left;
    width: 100%;
}

.facility-right-outer h6 {
    color: #656565;
    font-weight: 700;
    text-transform: none;
    line-height: 18px;
}

.facility-right-outer ul {
    list-style: none;   
    margin-left: 0;
}

.facility-right-outer ul:last-child {
    margin-bottom: 0;
}

.facility-right-outer li:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f111";   
    left: 0;
    font-size: 4px;
    color: #656565;
    display: block; 
}

.facility-right-outer li {
    position: relative;
    padding: 4px 0 4px 10px;
}

/**** Facility Ends Here ****/

/**** Blog Starts Here ****/ 

.blog-page-outer {
    float: left;
    width: 100%;    
}

.entry-header {
    margin-bottom: 20px;
}

.entry-header h6.entry-title {
    font-size: 18px;
    line-height: 24px;
    text-transform: none;
    font-weight: 700;
} 

.entry-header h6.entry-title a {
    color: #656565;
}

.entry-header h6.entry-title a:hover {
    color: #cccccc;
}


.comment-reply-title h3.comment-reply-title {
    font-size: 18px;
    line-height: 24px;
    text-transform: none;
    font-weight: 700;
	
} 

.comment-reply-title h3.comment-reply-title a {
    color: #656565;
}

.comment-reply-title h3.comment-reply-title a:hover {
    color: #cccccc;
}



.entry-header time {
    line-height: 24px;
    color: #656565;
}

.blog a.post-thumbnail {
    margin-bottom: 20px;
    display: inline-block;
}

.blog a.post-thumbnail:hover img {
    opacity: 0.8;
}

.post_footer {
    float: left;
    width: 100%;
    list-style: none;
    margin:  0; 
}

.post_footer li:first-child {
    padding-left: 0;
    border-left: none;
}

.post_footer li {
    float: left;
    padding: 0 13px;
    border-left: 1px solid #000000;
    line-height: 18px;
    text-transform: capitalize;
}

.post_footer li a {
    color: #000000;
}

.post_footer li a:hover {
    color: #cccccc;
}

.content-wrapper article {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top:1px solid #000;
}
.content-wrapper article:first-child {
    padding-top: 0;
    border-top:0;
}
.navg_outer {
    float: left;
    width: 100%;
    margin-top: 10px;  
}

.navg_outer a,
.post-navigation .nav-previous a .meta-nav,
.post-navigation .nav-next a .meta-nav  {
    color: #000000;
    text-transform: capitalize;
}

.nav-links {
    float: left;
    width: 100%;    
}
.entry-content{
    float: left;
    width: 62%;
}
.nav-links .nav-previous {
    float: left;
    width: 58%;
}
.nav-links .nav-next {
    float: left;
    width: 42%;
}
#comments h3.comments-title {
    margin-bottom: 10px;
} 

.navg_outer a:first-child {
    margin-right: 50.5%;
}

.navg_outer a:hover,
.post-navigation .nav-previous a:hover .meta-nav,
.post-navigation .nav-next a:hover .meta-nav {
    color: #cccccc;
}

.navg {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 27px;   
}

.next_nav_bg {
    background: url("images/right_arrow.png") no-repeat right center;
    margin-left: 10px;
}

.prev_nav_bg {
    background: url("images/left_arrow.png") no-repeat left center;
    margin-right: 10px;
}

#content {
    float: left;
    width: 100%;    
}

.image-outer {
    float: left;
    width: 100%;    
    margin-bottom: 20px;
} 

#commentform input[type="submit"]:hover {
    background: #ecebec;
    color: #000000;
} 

#commentform {
    float: left;
    width: 100%;    
    max-width: 700px;
    margin-top: 20px;
}

.navigation.post-navigation h2.screen-reader-text {
    display: none;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    background: none !important;
}

#wrap_404 {
    float:left;
    width:100%;
    text-align: center;
    padding: 40px 0;
}
#wrap_404 h1 {
    font-size: 176px;
    color:#656565;
    line-height:176px;
}
#wrap_404 h2 {
    display: block;
    color:#000000;
    font-size: 18px;
    font-weight:normal;
}

#wrap_404 h6{
    display: inline-block;
    padding-bottom: 25px;
    font-size: 21px;
    font-weight:normal;
}

#wrap_404 p {
    display: block;
    color:#656565;
    font-size: 16px;
    margin:0;
}

#wrap_404 p a{
    padding: 8px 12px;
    display:inline-block;
    background:none;
    color:#656565;
    border:3px solid #656565;
    font-size:16px;
}

#wrap_404 p a:hover{
    color:#cccccc;
    background:#656565;
    text-decoration:none;
}

.entry-header {
    float: left;
    width: 100%;
}

/**** Blog Ends Here ****/

.header-left ul li ul:before {
    background: #ebebeb;
    position: absolute;
    content: "";
    right: 100%;
    top: 0;
    width: 100%;
    height: 31px;
}

.header-left ul li ul:after {
    background: #ebebeb;
    position: absolute;
    content: "";
    left: 100%;
    top: 0;
    width: 100%;
    height: 31px;
}

.header-wrapper {
    overflow: hidden;
}

.social-menu-area {
    float: left;
    width: 100%;
    padding: 1em 5%;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.social-menu-area span:first-child {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-left: 0;
    padding-left: 0;
}

.social-menu-area span {    
    background: url("images/menu_border.png") no-repeat left center;
    display: inline-block;
    float: none;
    margin-left: 8px;
    padding: 0 0 0 9px;
}

.mean-container .mean-nav ul li.social-menu a {
    border-top: none;
    padding: 0;
}

.mean-container .mean-nav ul li.social-menu {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mean-container .mean-nav ul li.social-menu:hover {
    background: #252525;
    background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li.social-menu a:hover {
    background: none;
    opacity: 0.8;
}

#menu-left-menu li.social-menu {
    display: none;
}

.google_map_canvas {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.common-block{
    float: left;
    width: 100%;
     text-align: center;
     padding-top: 33px;
}

.common-block p{
    text-align: left;
}

.left-menu-selected {   
    background: rgba(255, 255, 255, 0.1);
}
.comment-respond,
.comments-area{
    float: left;
    width: 100%;
}
.comments-area li{
     float: left;
    width: 100%;
}
.gallery-outer.studios_gallery{
   margin-top: -41px;
}
.gallery-outer.imagings_folio{
     margin-top: -31px;
}
.gallery-outer{
    margin-top: -22px;
}
.custom-pager{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 0;
    display: none;
    padding-left: 5px; 
    padding-right: 5px;
}
.custom-pager span {
    background: url("images/bullet.png") no-repeat  0 0;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin: 10px 6px 5px;
    text-indent: -999px;
    width: 14px;
    background-size:12px;
}
.custom-pager span.cycle-pager-active {
    background: url("images/bullet_active.png") no-repeat  0 0;
    background-size:12px;
}
.half-width-block{
     width: 51%;
    float: left;
}
 img.alignleft {
     margin-top: 15px;
 }
.page-child .content-wrapper{
    padding-top: 30px;
}
.image-folio{
     width: 100%;
    float: left;
     margin-top: 30px;
}
.image-folio-inner{
    /*width: 100%; */
    display: inline-block;
     position: relative;
}
.before-title,.after-title{
      float: left;
    width: 78px;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    color: #ffffff;
    font-family: 'HelveticaNeueLight';
    font-size: 18px;
    padding: 6px 13px 8px;
}
.image-folio-before{
    display: none;
     position: absolute;
    top: 0;
    left: 0; 
    width: 100%;
}
.image-folio-inner:hover .image-folio-before {
    display: block;    
}



.single-studios_gallery .slider-block {
   padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-top: 32px;
       display: inline-block;
}
.slider-block-outer{
    width: 100%;
    display: inline-block;
}
.img-before {
width:28.5%;
float:left;
/*margin-right:2%;*/
}
.img-before img {
width:90%;
float:right;
/*margin-right:2%;*/
}
.img-after {
width:64%;
float:right;

}

