﻿
/*-----------------------------------------------------------------------------------

	0.	RESET & CLEARFIX
	1.	BASICS (body, headers, links, etc)
	2.	HEADER
	3.	CONTAINER
	4.  POSTS
    5.  FOOTER
	6.  ANIMATIONS
	7.  COMPONENT
	8. CUSTOM
	
-----------------------------------------------------------------------------------*/



/*---------------------------------------------- 
0. RESET & CLEARFIX
------------------------------------------------*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
.overlaycaption,figure,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%; }
	
ol, ul  { list-style: none; }

:focus  { outline: 0; }

/* deleting the default appearence for form elements */
input[type=text], input[type=password], input[type=submit], textarea, select { -moz-appearance: none; -webkit-appearance: none; }

.clearfix:after { content: ""; display: block; clear: both; visibility: hidden; font-size: 0;  height: 0; }
.clearfix { *display: inline-block; height: 1%; }
.clear { clear: both; display: block; font-size: 0;	height: 0; line-height: 0; width:100%; }

/* HTML5 display definitions */
article, aside, details, .overlaycaption, figure, footer, header, hgroup, menu, nav, section, dialog { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; visibility: hidden; }




/*---------------------------------------------- 
1. BASICS
------------------------------------------------*/
html {
	height: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%; /* Prevent iOS text size adjust on orientation change without disabling user zoom */
	-ms-text-size-adjust: 100%;
	position: relative;
	}

body {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	font-weight: 300;
	letter-spacing: 0.02em;
	font-size:15px; 
	line-height: 26px;
	color:#4d4d4d; 
	text-align: left; 
	position: relative;
	background: #f7f3f4;
	height: 100%;
	overflow: hidden;
	-webkit-transform: translateY(0px);
    -moz-transform:    translateY(0px);
    -ms-transform:     translateY(0px);
    -o-transform:      translateY(0px);
    transform:         translateY(0px);
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}
::selection { background:#0d0d0d; color:#ffffff; }
::-moz-selection { background:#0d0d0d; color:#ffffff; }
::-webkit-selection { background:#0d0d0d; color:#ffffff; }
body.menu-open {
    -webkit-transform: translateY(-350px);
  -moz-transform:    translateY(-350px);
  -ms-transform:     translateY(-350px);
  -o-transform:      translateY(-350px);
  transform:         translateY(-350px);
}


.container {
    padding: 0;
    width: 100%;
	position: relative;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding: 0;
}
.row{margin:0;}
a{color:#000;}
a:hover{color:#000;}


.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/loader.gif') center no-repeat #000;
}
.preload-images {
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 0;
}





/*---------------------------------------------- 
2. HEADER
------------------------------------------------*/
.header {
    position: absolute;
    z-index: 1;
}
.logo{display: inline-block;
    font-family: "Playfair Display SC",serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 60px;
    margin: 20px 50px;}
.logo a {color:#111111;}
.logo img {
    float: left;
    
}
.logo a:hover {color:#000;text-decoration:none;}

.close-post-box {
    padding-right: 20px;
    text-align: right;
}
.close-post {
    display: inline-block;
    font-size: 30px;
    line-height: 40px;
    padding: 10px 0;
    text-align: right;
    float: right;
    display:none;
}


/*---------------------------------------------- 
3. CONTAINER
------------------------------------------------*/

/*************** SCROLLBAR BASE CSS ***************/
 
.scroll-wrapper {
    overflow: hidden !important;
    position: relative;
}
 
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
 
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
 
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
 
 .video-background {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: auto;

}
 
 
/*************** SCROLLBAR MAC OS X ***************/
 
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.scrollbar-macosx > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.scrollbar-macosx > .scroll-element .scroll-element_track { display: none; }
.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;
 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
 
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
 
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
 
 
.scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}
 
.scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}
 
/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 7px; }
 
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer { left: 2px; }
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
 
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer { top: 2px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size { top: -4px; }
 
/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }






/*---------------------------------------------- 
4. POSTS
------------------------------------------------*/






/*---------------------------------------------- 
Post & pages
------------------------------------------------*/



.page-image-background{position:absolute;height:100%;width:100%;background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;}
.page-title, blockquote {
    color: #000;
}

#post-container * {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}


h1.page-title {
    font-family: "Playfair Display SC",serif;
    font-size: 48px;
    margin:30px 0;
    font-weight: bold;
    line-height: 60px;
    text-align:center;
}

.meta-detail {
    font-family: Georgia,serif;
    text-align: center;
    font-size:17px;
}

.meta-detail  a{
    color:#000;
}
.post-navigation-next, .post-navigation-previous {
    color: #888;
    font-family: Georgia,serif;
    font-size: 21px;
    font-style: italic;
    margin: 10px 0;
    padding: 10px 0;
}
.post-navigation-next {
    float: right;
}
.post-navigation-previous {
    float: left;
}

.page-content .section.container{padding:20px;}
.page-content p{margin-bottom:30px;}
.page-content blockquote {font-style: italic;padding: 10px 80px 20px;position: relative;text-align: center;}

.page-content blockquote::before {
    content: "‘’";
    font-family: Georgia,serif;
    font-size: 140px;
    left: 15px;
    letter-spacing: -13px;
    position: absolute;
    top: 30px;
}
.page-content blockquote::after {
    bottom: -10px;
    content: "‘’";
    font-size: 130px;
    letter-spacing: -12px;
    position: absolute;
}
.page-content .social-icons a {
    margin: 0 15px;
}



/*---------------------------------------------- 
Contact Page
------------------------------------------------*/
.contact-form{margin:80px 0;}
.contact-form h3{font-family: Georgia,serif;font-size:39px; margin: 30px 0 60px;}
.input-lable {
    color: #888888;
    font-family: Georgia,serif;
    font-style:italic;
    font-size: 18px;
}
.input-field {
    border: 1px solid #ededed;
    margin-bottom: 20px;
    width: 100%;
    font-family: Georgia,serif;
    font-size:18px;
    padding:0 10px;
}
.btn {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #000;
    border-radius: 0;
    color: #000;
    font-size: 21px;
    padding: 5px 40px;
}
.btn:hover {
    background: none repeat scroll 0 0 #000;
    color: #fff;

}
.btn-primary {
    background: none repeat scroll 0 0 #000;
    border: 2px solid #000;
    border-radius: 0;
    color: #fff;
    font-size: 21px;
    padding: 5px 40px;
}
.btn-primary:hover {
    background: none repeat scroll 0 0 #fff;
    color: #000;

}
.drop-caps { float: left; font-size: 75px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: Georgia; }

.related-articles {
    display: inline-block;
    margin: 0 0 30px;
    width: 100%;
}
.sub-title .badge {
    border-radius: 50%;
    font-size: 24px;
    line-height: 30px;
    padding: 0 10px 5px;
}
.sub-title {
    font-size: 24px;
    line-height: 30px;
}









.comment-item {
    border-top: 2px dashed #ededed;
    padding: 20px 40px;
}
.comment-item .comment-meta img {
    height: auto;
    width: 100%;
}
.comment-item .comment-meta .aouther-link, .comment-item .comment-meta .comtent-meta-detail {
    display: block;
    font-size: 17px;
    line-height: 26px;
    padding-left: 20px;
}
.comment-item .comment-meta .aouther-link {
    color: #000;
    font-weight: bold;
}
.comment-item .comment-meta .comtent-meta-detail {
    color: #888;
    font-size: 19px;
    font-style: italic;
}
.comment-item  .reply-link {
    color: #888;
    font-size: 19px;
}
.comment-item .comment-content {
    clear: both;
    display: inline-block;
    font-size: 19px;
    line-height: 25px;
    margin-top: 10px;
    width: 100%;
}
.posttype-smallpost h1.page-title {
    font-size: 45px;
    line-height: 50px;
    margin: 0;
}

.single-page-contentpart {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
    text-align: center;
}

.comming-soon-page .single-page-contentpart {
    padding: 0;
    display: table;
}
.single-page-content-container{background:#fff;color:#000;padding:70px 100px 40px;height: 100%;}
.page-portfolio-inner-item .single-page-content-container {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0 0 75px;
}
.comming-soon-page .single-page-content-container {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 100%;
}
.comming-soon-page .single-page-content-container-row {
    display: table;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}
.comming-soon-page .page-title {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.page-image {
    margin: 50px 0;
    position: relative;
    text-align: center;
}
.page-image::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50%;
    content: "";
    height: 160px;
    left: 50%;
    margin-left: -80px;
    position: absolute;
    top: -5px;
    width: 160px;
    z-index: 0;
}
.page-image > img {
    border: 4px solid #fff;
    border-radius: 50%;
    height: 150px;
    position: relative;
    width: 150px;
}
.page-title {
    font-family: "Montserrat",sans-serif;
    font-size: 25px;
    letter-spacing: 5px;
    line-height: 40px;
    margin: 40px 0;
}
.item-filter a:hover {
    text-decoration: line-through;
}
.page-sub-title {
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    position: relative;
    margin: 20px 0;
}

.page-sub-title::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -50px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 40px;
}

.page-sub-title::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 1px;
    margin-top: -2px;
    position: absolute;
    right: -50px;
    top: 50%;
    width: 40px;
}
.page-summery {
    font-family: Georgia,serif;
    font-size: 16px;
    font-style: italic;
    margin: 30px auto;
    width: 60%;
}

.comming-soon-page .page-summery {
    width: 40%;
}

.page-date {
    font-family: "Montserrat",sans-serif;
    margin: 30px 0;
}
.page-content-single 
{
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    margin: 30px auto;
    width: 90%;
}
.page-content-single h3{
    font-family: "Montserrat",sans-serif;
    font-size: 19px;
    margin-bottom: 20px;
}
.page-social-links {
    font-family: "Montserrat",sans-serif;
}
.page-content-single form {
    margin: 70px 0;
    text-align: left;
}

.single-page-content-container h3 {
    font-family: "Montserrat",sans-serif;
    font-size: 19px;
    margin-bottom: 20px;
}
.page-portfolio-inner-item-container .page-content-single,.page-portfolio-inner-item-container h3{text-align:left;}
.page-portfolio-inner-item-container .page-content-single, .page-portfolio-inner-item-container h3,.page-portfolio-inner-item-container #comments, .page-portfolio-inner-item-container  .palette,.page-portfolio-inner-item-container  .fonts{width:100%;padding: 0 50px;}
.page-portfolio-inner-item-container .project-details {margin: 50px 0;}
.page-portfolio-inner-item-container h3.project-details-title{padding:0;margin:15px 0;font-size:15px;}
 .page-portfolio-inner-item-container .project-details .project-details-box{border-right:1px dashed #000;padding:0 15px;}
 .page-portfolio-inner-item-container .project-details .project-details-box:last-child{border:none;}
.page-portfolio-inner-item-container .project-details .project-details-content {
    color: #5f5f5f;
    font-family: Georgia,serif;
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
    margin: 15px auto;
    width: 100%;
}
.page-portfolio-inner-item-container .project-details .project-details-content span {
    clear: both;
    display: inline-block;
}
.page-portfolio-inner-item-container .palette-container .palette {
    padding: 50px 50px;
    text-align: left;
}

.page-portfolio-inner-item-container .fonts {
    background: #f1f0f0 none repeat scroll 0 0;
    display: inline-block;
}
.page-portfolio-inner-item-container .fonts .fonts-title {
    padding: 60px 0;
}
.page-portfolio-inner-item-container .fonts h3 {
    margin: 0;
    padding: 0;
}
.font-lato span{font-family:"Lato";margin-right:10px;}
.font-lato span.font-100{font-weight:100;}
.font-lato span.font-400{font-weight:400;}
.font-lato span.font-700{font-weight:700;}
.font-lato span.font-900{font-weight:900;}
.page-portfolio-inner-item-container .fonts .fonts-sub-title {
    font-size: 25px;
    line-height: 40px;
    padding: 10px 0;
    text-align: left;
}
.page-portfolio-inner-item-container .fonts .fonts-text-sample {
    font-size: 20px;
    line-height: 20px;
    padding: 0;
    text-align: left;
    font-weight:400;
}
.page-portfolio-inner-item-container .fonts .fonts-special-sample {
    font-size: 20px;
    line-height: 40px;
    padding:10px 0 ;
    text-align: left;
    font-weight:400;
}
.page-portfolio-inner-item-container .fonts .fonts-content{display:inline-block;}

.page-portfolio-inner-item-container .palette-container .palette h3{padding:0;margin:0;}
.page-content-single form label.error {
    color: red;
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 15px;
}
.page-content-single form label {
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    font-weight: normal;
}
.input-box {
    padding-right: 15px;
}
.page-content-single form .input-box .tex-input {
    border: 1px solid #000;
    margin-bottom: 20px;
    padding: 5px 15px;
    width: 100%;
}
.page-content-single form input[type="submit"] {
    background:none repeat scroll 0 0;
    border: 1px solid #000;
    font-family: "Montserrat",sans-serif;
    padding: 5px 20px;
    text-transform: uppercase;
}
.NiceScrollbar {
    height: 100%;
    position: relative;
}
.NiceScrollbar.scroll-disabled {
    overflow: scroll;
}




.page-portfolio-items .page-image-background {
    position: relative;
}
.page-portfolio-items .page-image-background {padding:70px 0;}
.page-portfolio-table {
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
    display: table;
    height: 100%;
    margin: 0 auto;
    width: 60%;
}

.page-portfolio-table-box{display:table-cell;vertical-align:middle;text-align:center;position:relative;}
.page-portfolio-title {
    color: #000;
    font-family: "Montserrat",sans-serif;
    font-size: 22px;
    line-height: 30px;
    margin: 0 auto;
    width: 80%;
    padding:15px 0;
    letter-spacing: 4px;
}
.page-portfolio-item-container  a{text-decoration:none;}

.page-portfolio-category {
    font-family: Georgia,serif;
    font-size: 15px;
     margin: 0 auto;
    font-style: italic;
    width: 60%;
}
.page-portfolio-time {
    font-family: Georgia,serif;
    font-size: 17px;
    font-style: italic;
    
    
}
.page-portfolio > .page-portfolio-items
{ 
    height: 100%;
    position: relative;
    width: 100%;
}


.page-info-box h3 {
    color:#000;
    font-size: 14px;
    font-family: "Montserrat",sans-serif;
    font-weight:normal;
    font-style: normal;
    margin: 10px 0;
    line-height: 25px;
 
}
.with-album-info.page-info-box .right-side h3 {
    border-right: 1px solid #000;
}


.page-info-box {
    font-family: Georgia,serif;
    font-size: 14px;
    font-weight:bold;
    font-style: italic;
    line-height:25px;
    color:#000;
    margin: 30px 0;
}
.page-info-box.with-album-info .right-side > div, .page-info-box.with-album-info .left-side > div {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 0;
    width: 100%;
}
.page-info-box.with-album-info .right-side div {
    border-right: 1px dashed #8b8b8b;
}
.page-content .page-info-box p {
    display: inline-block;
    margin: 0 0 10px;
    width: 100%;
}
.page-info-box a{
    font-family: Georgia,serif;
    font-size: 14px;
    font-weight:normal;
}
.page-portfolio-inner-nav-prev-outer,.page-portfolio-inner-nav-next-outer{display:none;}


.page-portfolio-inner-nav-prev-outer{
    height: 22px;
    right: 0;
    line-height: 22px;
    position: absolute;
    text-align: center;
    margin-right: 25px;
    margin-top: -122px;
    text-decoration: none;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom 0;
    -moz-transform-origin: right bottom 0;
    -ms-transform-origin: right bottom 0;
    -o-transform-origin: right bottom 0;
    transform-origin: right bottom 0;
    width: 100px;
    font-size: 12px;
    font-family: "Montserrat",sans-serif;
    text-align: left;
     padding-left: 15px;
     cursor:pointer;
	 color:#000;
}



.page-portfolio-inner-nav-next-outer
{
    border-right: 2px solid #000;
    height: 22px;
    right: 0;
	color:#000;
    line-height: 22px;
    position: absolute;
    text-align: center;
    margin-right: 25px;
    margin-top: -22px;
    text-decoration: none;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom 0;
    -moz-transform-origin: right bottom 0;
    -ms-transform-origin: right bottom 0;
    -o-transform-origin: right bottom 0;
    transform-origin: right bottom 0;
    width: 100px;
    font-size: 12px;
    font-family: "Montserrat",sans-serif;
    text-align: right;
     padding-right: 15px;
     cursor:pointer;
}
.page-portfolio-inner-nav-next-outer:hover,.page-portfolio-inner-nav-prev-outer:hover{color:#000;}
.pt-page .page-portfolio {
    display: none;
}
.pt-page.pt-page-current .page-portfolio  {
    display: block;
}

.page-portfolio-inner-mobile-nav {
    display: none;
    position: relative;
}
.page-portfolio-inner-mobile-nav .page-portfolio-inner-mobile-nav-prev  {
    background: rgba(0, 0, 0, 0) url("../images/next-bg.png") no-repeat scroll 0 0;
    bottom: -32px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    height: 33px;
    left: 0;
    line-height: 33px;
    padding-left: 10px;
    position: absolute;
    width: 82px;
    z-index: 10;
}
.page-portfolio-inner-mobile-nav .page-portfolio-inner-mobile-nav-next{
    background: rgba(0, 0, 0, 0) url("../images/prev-bg.png") no-repeat scroll 0 0;
    bottom: 0;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 82px;
    z-index: 10;
}


.page-portfolio-inner-nav {
    display: none;
    position: absolute;
}
.page-portfolio-inner-nav .page-portfolio-inner-nav-next{
    background: rgba(0, 0, 0, 0) url("../images/next-bg.png") no-repeat scroll 0 0;
    bottom: 70px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    height: 33px;
    right: -82px;
    line-height: 33px;
    padding-right: 10px;
    position: absolute;
    width: 82px;
    z-index: 10;
    text-align: center;
}
.page-portfolio-inner-nav .page-portfolio-inner-nav-prev  {
    background: rgba(0, 0, 0, 0) url("../images/prev-bg.png") no-repeat scroll 0 0;
    bottom: 37px;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 82px;
    z-index: 10;
}


.single-page-videopart.height-one-one {
    left: 0;
    position: absolute;
    top: 0;
    padding-bottom: 75px;
}
.single-page-videopart.height-one-one > iframe {
    height: 100%;
    width: 100%;
}
.page-portfolio-mobile-close{display:none;}


/* Contact Page */
.page-contact .single-page-contentpart {
    height: 100%;
    padding: 110px 0;
    position: absolute;
}
.page-contact .single-page-content-container {
    padding:30px 50px;
}
.page-contact .single-page-content-container .page-title{text-align:left;}
.page-contact .single-page-content-container .page-content-single{width:100%;}
.page-contact .page-content-single form,.page-contact .page-content-single .contact-info-box {
    margin: 40px 0;
    text-align: left;
}
.page-contact .page-content-single .contact-info-box  h3 {
    font-family: "Montserrat",sans-serif;
    font-size: 19px;
    margin-bottom: 20px;
}
.page-contact .page-content .social-icons a {
    color: #79797b;
    margin: 0 25px 0 0;
}
.page-contact .page-content-single .contact-info-box{
font-family: "Montserrat",sans-serif;
    font-size: 14px;
}





/* Blog CSS Start*/


.page-blog-items .page-image-background {
    position: relative;
}
.page-blog-items .page-image-background {padding:0px 0 0px 0;}

.page-blog-table {
    display: table;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    padding-bottom:75px;
}

.page-blog-table-box{display:table-cell;vertical-align:middle;text-align:left;position:relative;}
.page-blog-title {
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-size: 22px;
    line-height: 30px;
    margin: 0 auto;
    width: 80%;
    padding:15px 0;
    letter-spacing: 4px;
}
.page-blog-item-container  a{text-decoration:none;}

.page-blog-comment {
    font-family: Georgia,serif;
    font-size: 15px;
     margin: 0 auto;
    font-style: italic;
    width: 60%;
}
.page-blog-time {
    bottom: 10px;
    font-family: Georgia,serif;
    font-size: 17px;
    font-style: italic;
    margin: 0 auto;
    position: absolute;
    right: 15px;
}



.page-blog-inner-nav-prev-outer,.page-blog-inner-nav-next-outer,.page-blog-inner-nav-outer{display:none;}


.page-blog-inner-nav-prev-outer{
    height: 22px;
    right: 0;
    line-height: 22px;
    position: absolute;
    text-align: center;
    margin-right: 25px;
    margin-top: -122px;
    text-decoration: none;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom 0;
    -moz-transform-origin: right bottom 0;
    -ms-transform-origin: right bottom 0;
    -o-transform-origin: right bottom 0;
    transform-origin: right bottom 0;
    width: 100px;
    font-size: 12px;
    font-family: "Montserrat",sans-serif;
    text-align: left;
     padding-left: 15px;
     cursor:pointer;
	 color:#000;
}



.page-blog-inner-nav-next-outer
{
    border-right: 2px solid #000;
    height: 22px;
    right: 0;
	color:#000;
    line-height: 22px;
    position: absolute;
    text-align: center;
    margin-right: 25px;
    margin-top: -22px;
    text-decoration: none;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom 0;
    -moz-transform-origin: right bottom 0;
    -ms-transform-origin: right bottom 0;
    -o-transform-origin: right bottom 0;
    transform-origin: right bottom 0;
    width: 100px;
    font-size: 12px;
    font-family: "Montserrat",sans-serif;
    text-align: right;
     padding-right: 15px;
     cursor:pointer;
}
.page-blog-inner-nav-next-outer:hover ,.page-blog-inner-nav-prev-outer:hover{color:#000;}
.pt-page .page-blog  {
    display: none;
}
.pt-page.pt-page-current .page-blog {
    display: block;
}


.page-blog-inner-mobile-nav  {
    display: none;
    position: relative;
}
.page-blog-inner-mobile-nav .page-blog-inner-mobile-nav-prev {
    background: rgba(0, 0, 0, 0) url("../images/next-bg.png") no-repeat scroll 0 0;
    bottom: -32px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    height: 33px;
    left: 0;
    line-height: 33px;
    padding-left: 10px;
    position: absolute;
    width: 82px;
    z-index: 10;
}
.page-blog-inner-mobile-nav .page-blog-inner-mobile-nav-next {
    background: rgba(0, 0, 0, 0) url("../images/prev-bg.png") no-repeat scroll 0 0;
    bottom: 0;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 82px;
    z-index: 10;
}


.page-blog-inner-nav {
    display: none;
    position: absolute;
}
.page-blog-inner-nav .page-blog-inner-nav-next{
    background: rgba(0, 0, 0, 0) url("../images/next-bg.png") no-repeat scroll 0 0;
    bottom: 70px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    height: 33px;
    right: -82px;
    line-height: 33px;
    padding-right: 10px;
    position: absolute;
    width: 82px;
    z-index: 10;
    text-align: center;
}
.page-blog-inner-nav .page-blog-inner-nav-prev  {
    background: rgba(0, 0, 0, 0) url("../images/prev-bg.png") no-repeat scroll 0 0;
    bottom: 37px;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 82px;
    z-index: 10;
}

.page-blog-mobile-close{display:none;}

.page-blog-item .page-blog-item-container {
    width: 20%;
}

/* Blog CSS End*/





/*  Home page Portfolio  Start */


.page-home-portfolio-category-view {
    color: #000;
    display: inline-block;
    font-family: Georgia,serif;
    margin: 5px 0 130px 50px;
    position: relative;
	font-size: 16px;
    font-style: italic;
}
.page-home-portfolio-category-view:hover {
    text-decoration:none;
    display: inline-block;
    color:#000;
    text-decoration:line-through;
    cursor:pointer;
}

.page-home-portfolio-category {
    color: #000;
    display: inline-block;
    font-family: Georgia,serif;
    margin: 5px 0 130px 50px;
    position: relative;
	font-size: 16px;
    font-style: italic;
}
.page-home-portfolio-category:hover {
    text-decoration:none;
    display: inline-block;
    color:#fff;
    text-decoration:line-through;
    cursor:pointer;
}
.page-home-portfolio-overview-player {
    bottom: 100px;
    position: absolute;
    right: 90px;
}
.page-home-portfolio-item-container.open .page-home-portfolio-overview-player {
    display:none;
}
.page-home-portfolio-category:hover {color:#fff;text-decoration:none;}
.page-home-portfolio-pagination.postfoliotype-home .page-home-portfolio-pagination-filter{display:none;}





.page-home-portfolio-items .page-image-background {
    position: relative;
}
.page-home-portfolio-table {
    display: table;
    height: 100%;
    width: 100%;
}

.page-home-portfolio-table-box{display:table-cell;vertical-align:bottom;text-align:left;}
.splash-page .page-home-portfolio-table-box {text-align: left;vertical-align: middle;}
.page-home-portfolio-table-box-container{position:relative;}

.page-home-portfolio-title {
    color: #000;
    font-family: "Montserrat",sans-serif;
    font-size: 25px;
    letter-spacing: 5px;
    line-height: 25px;
    margin-left: 50px;
    text-align: left;
    width:45%;
}
.comming-soon-page .page-title, .splash-page .page-home-portfolio-title {
    color: rgba(255, 255, 255, 0.7);
    font-size: 110px;
    letter-spacing: 100px;
    line-height: 100%;
    margin: 0;
    padding: 0 50px;
    text-align: center;
    width: 100%;
}
.splash-page .page-home-home-portfolio-splash-view {
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 25px;
    margin: 0 auto;
    max-width: 1120px;
    padding: 0;
    text-align: right;
    width: 100%;
    padding-right: 50px;
}



.page-home-portfolio-pagination-prev{
    height: 22px;
    right: 0;
    line-height: 22px;
    position: absolute;
    text-align: center;
    margin-right: 25px;
    margin-top: -122px;
    text-decoration: none;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom 0;
    -moz-transform-origin: right bottom 0;
    -ms-transform-origin: right bottom 0;
    -o-transform-origin: right bottom 0;
    transform-origin: right bottom 0;
    width: 100px;
    font-size: 12px;
    font-family: "Montserrat",sans-serif;
    text-align: left;
     padding-left: 15px;
     cursor:pointer;
	 color:#000000;
}



.page-home-portfolio-pagination-next  
{
    border-right: 2px solid #000000;
    height: 22px;
    right: 0;
	color:#000000;
    line-height: 22px;
    position: absolute;
    text-align: center;
    margin-right: 25px;
    margin-top: -22px;
    text-decoration: none;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom 0;
    -moz-transform-origin: right bottom 0;
    -ms-transform-origin: right bottom 0;
    -o-transform-origin: right bottom 0;
    transform-origin: right bottom 0;
    width: 100px;
    font-size: 12px;
    font-family: "Montserrat",sans-serif;
    text-align: right;
     padding-right: 15px;
     cursor:pointer;
}
.page-home-portfolio-pagination-prev.disabled ,.page-home-portfolio-pagination-next.disabled {
    color: rgba(0, 0, 0, 0.3);
    cursor:default;
    text-decoration:none !important;
}
.pt-page .page-home-portfolio {
    display: none;
}
.pt-page.pt-page-current .page-home-portfolio {
    display: block;
}
.page-home-portfolio-item .page-home-portfolio-item-container{
    display: none;
}
.page-home-portfolio-item.item-filter .page-home-portfolio-item-container,.page-home-portfolio-item.pt-page-current .page-home-portfolio-item-container{
    display: block;
}

.page-home-portfolio-mobile-nav {
    display: none;
    position: relative;
}
.page-home-portfolio-mobile-nav .page-home-portfolio-mobile-nav-prev {
    background: rgba(0, 0, 0, 0) url("../images/next-bg.png") no-repeat scroll 0 0;
    bottom: -32px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    height: 33px;
    left: 0;
    line-height: 33px;
    padding-left: 10px;
    position: absolute;
    width: 82px;
    z-index: 10;
}
.page-home-portfolio-mobile-nav .page-home-portfolio-mobile-nav-next {
    background: rgba(0, 0, 0, 0) url("../images/prev-bg.png") no-repeat scroll 0 0;
    bottom: 0;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 82px;
    z-index: 10;
}


#page-home .page-home-portfolio-mobile-nav .page-home-portfolio-mobile-nav-prev {
    bottom: auto;
    top: 50%;
    background: rgba(0, 0, 0, 0) url("../images/home-left.png") no-repeat scroll right 0 ;
    height: 58px;
    width: 46px;
    margin-top: -29px;
    top: 50%;
}
#page-home  .page-home-portfolio-mobile-nav .page-home-portfolio-mobile-nav-next {
    bottom: auto;
    top: 50%;
    background: rgba(0, 0, 0, 0) url("../images/home-right.png") no-repeat scroll left 0 ;
    height: 58px;
    width: 46px;
    margin-top: -29px;
    top: 50%;
}

#page-home .page-home-portfolio-item-container > .page-image-background {
    display: block;
}

/* Home page portfolio End */
@media screen and (min-width:1025px)
{
    .page-portfolio.open .page-portfolio-inner-nav {
}
/* Hover Animation For portfolio Start*/
.page-portfolio-item .page-image-background .page-portfolio-table 
{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
     -webkit-transition: all 500ms linear 0s;
    -moz-transition: all 500ms linear 0s;
    -o-transition: all 500ms linear 0s;
    transition: all 500ms linear 0s;
    }
    
.page-portfolio-item .page-image-background:hover .page-portfolio-table 
{
   -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    }
    
    /* Hover Animation For portfolio End*/

    
    /* Animation For portfolio open/close */
   .page-portfolio > .page-portfolio-items
{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
     -webkit-transition: all 500ms linear 0s;
    -moz-transition: all 500ms linear 0s;
    -o-transition: all 500ms linear 0s;
    transition: all 500ms linear 0s;
}
.page-portfolio.post-over > .page-portfolio-items
{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}  
.page-portfolio .page-portfolio-inner-items {
    position: absolute;
    top: 0;
    z-index:-1;
    width:100%;
}
.page-portfolio.open.post-over .page-portfolio-inner-items  {
    z-index:0;
}

.page-portfolio-inner-item {
    position: absolute;
    visibility: hidden;
}


.page-portfolio  .page-portfolio-inner-item-container .page.single-page  .single-page-imagepart{
    left: -100%;
    position: relative;
    -webkit-transition: all 500ms linear 0s;
    -moz-transition: all 500ms linear 0s;
    -o-transition: all 500ms linear 0s;
    transition: all 500ms linear 0s;
}
.page-portfolio.open .page-portfolio-inner-item-container .page.single-page  .single-page-imagepart{
    left: 0%;
}
.page-portfolio .page-portfolio-inner-item-container .page.single-page  .single-page-contentpart {
    right: -50%;
    position: absolute;
    -webkit-transition: all 500ms linear 0s;
    -moz-transition: all 500ms linear 0s;
    -o-transition: all 500ms linear 0s;
    transition: all 500ms linear 0s;
}

.page-portfolio.open  .page-portfolio-inner-item-container .page.single-page  .single-page-contentpart.open-content {
    right: 0%;
} 

.page-portfolio .page-portfolio-inner-item.next_post_animate .page-portfolio-inner-item-container .page.single-page  .single-page-imagepart, 
.page-portfolio .page-portfolio-inner-item.next_post_animate .page-portfolio-inner-item-container .page.single-page  .single-page-contentpart,
.page-portfolio .page-portfolio-inner-item.prev_post_animate .page-portfolio-inner-item-container .page.single-page  .single-page-imagepart, 
.page-portfolio .page-portfolio-inner-item.prev_post_animate .page-portfolio-inner-item-container .page.single-page  .single-page-contentpart
{
    -webkit-transition: all 50ms linear 0s;
    -moz-transition: all 50ms linear 0s;
    -o-transition: all 50ms linear 0s;
    transition: all 50ms linear 0s;
}
.page-portfolio .page-portfolio-inner-item.next_post_animate.animate .page-portfolio-inner-item-container .page.single-page  .single-page-imagepart, 
.page-portfolio .page-portfolio-inner-item.next_post_animate.animate .page-portfolio-inner-item-container .page.single-page  .single-page-contentpart,
.page-portfolio .page-portfolio-inner-item.prev_post_animate.animate .page-portfolio-inner-item-container .page.single-page  .single-page-imagepart, 
.page-portfolio .page-portfolio-inner-item.prev_post_animate.animate .page-portfolio-inner-item-container .page.single-page  .single-page-contentpart
{
     -webkit-transition: all 500ms linear 0s;
    -moz-transition: all 500ms linear 0s;
    -o-transition: all 500ms linear 0s;
    transition: all 500ms linear 0s;
}
   /* Animation For portfolio open/close */ 
    
.page-portfolio-inner-item .page.single-page {
    height: 100%;
    width: 100%;
}


.page-portfolio-close{position:absolute;top:20px;right:20px;cursor:pointer;z-index: 1;}
    
.page-portfolio-inner-item .single-page-contentpart .page-social-links {
    background: #d9d7d8 none repeat scroll 0 0;
    bottom: 0;
    height: 120px;
    line-height: 20px;
    padding: 50px 0;
    position: absolute;
    right: 0;
    width: 100%;
}
.page-portfolio-inner-item .single-page-contentpart {
    background: #F8F7F7 none repeat scroll 0 0;
    padding: 0;
}
.sample-color-palette {
    height: 330px;
    left: 0;
    margin-top: -165px;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 1;
}



.sample-color-palette span{
    background: #fff none repeat scroll 0 0;
    float: left;
    height: 30px;
    position: relative;
    width: 100%;
}

.sample-color-palette .color1 {background:#FFF498;}
.sample-color-palette .color2 {background:#FFED34;}
.sample-color-palette .color3 {background:#FFED34;}
.sample-color-palette .color4 {background:#F6A1BE;}
.sample-color-palette .color5 {background:#ED5C91;}
.sample-color-palette .color6 {background:#E9367E;}
.sample-color-palette .color7 {background:#9A9B9D;}
.sample-color-palette .color8 {background:#4B4B4B;}
.sample-color-palette .color9 {background:#1C1C1A;}
.sample-color-palette .color10 {background:#70CEF6;}
.sample-color-palette .color11 {background:#00AFEC;}
.sample-color-palette .color12 {background:#00A4E8;}

.page-portfolio-inner-item-container .single-page-imagepart .page-inner-portfolio-title {
    color: #000;
    font-family: "Montserrat",sans-serif;
    font-size: 25px;
    letter-spacing: 5px;
    line-height: 25px;
    margin-left: 50px;
    text-align: left;
    width: 45%;
    bottom: 140px;
    position: absolute;
}
.page-portfolio-inner-item-container .single-page-imagepart .page-inner-portfolio-category {
    color: #000;
    display: inline-block;
    font-family: Georgia,serif;
    font-size: 16px;
    font-style: italic;
    margin: 5px 0 110px 50px;
    position: absolute;
    bottom: 0;
}




.swiper-wrapper {
    display: block;
}
.swiper-slide {
    width: 50%;
}
.page-portfoilo-mobile-portfolio-pagination-container {
    display: none;
}
.page-portfoilo-mobile-portfolio-list.swiper-wrapper {
    transform: none !important;
}



/* Blog Css Start*/


.page-blog.open .page-blog-inner-nav {}
/* Hover Animation For Blog Start*/
.page-blog-item .page-image-background .page-blog-table 
{
     -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    background:rgba(0,0,0,0.0);
    }
.page-blog-item .page-image-background .page-blog-table .page-blog-table-box-container{visibility:hidden;text-align:center;}
.page-blog-comment span {
    background: #2e4b85 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    text-align: center;
    width: 30px;
}
.page-blog-item .page-image-background:hover .page-blog-table 
{
   -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background:rgba(0,0,0,0.3);
    }
.page-blog-item .page-image-background:hover .page-blog-table .page-blog-table-box-container{visibility:visible;}
    /* Hover Animation For Blog End*/
 
 
    
    
    /* Animation For Blog open/close */
   .page-blog > .page-blog-items
{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
     -webkit-transition: all 500ms linear 0s;
    -moz-transition: all 500ms linear 0s;
    -o-transition: all 500ms linear 0s;
    transition: all 500ms linear 0s;
}
.page-blog.post-over > .page-blog-items
{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}  
.page-blog .page-blog-inner-items {
    position: absolute;
    top: 0;
    z-index:-1;
    width:100%;
}
.page-blog.post-over .page-blog-inner-items  {
    z-index:0;
}

.page-blog-inner-item {
    position: absolute;
    visibility: hidden;
}
.page-blog-inner-item.CurrentPost {
    visibility: hidden;
}
.page-blog-inner-item.CurrentPost.ClickedPost {
    visibility: visible;
}

.page-blog  .page-blog-inner-item-container .page.single-page  .single-page-imagepart{
    left: -100%;
    position: relative;
    -webkit-transition: all 500ms linear 0s;
    -moz-transition: all 500ms linear 0s;
    -o-transition: all 500ms linear 0s;
    transition: all 500ms linear 0s;
}
.page-blog.post-over  .page-blog-inner-item-container .page.single-page  .single-page-imagepart{
    left: -100%;
    position: relative;
    -webkit-transition: all 500ms linear 500ms;
    -moz-transition: all 500ms linear 500ms;
    -o-transition: all 500ms linear 500ms;
    transition: all 500ms linear 500ms;
}
.page-blog.open .page-blog-inner-item-container .page.single-page  .single-page-imagepart{
    left: 0%;
    -webkit-transition: all 500ms linear 0s;
    -moz-transition: all 500ms linear 0s;
    -o-transition: all 500ms linear 0s;
    transition: all 500ms linear 0s;
}
.page-blog .page-blog-inner-item-container .page.single-page  .single-page-contentpart {
    right: -50%;
    position: absolute;
    -webkit-transition: all 500ms linear 500ms;
    -moz-transition: all 500ms linear 500ms;
    -o-transition: all 500ms linear 500ms;
    transition: all 500ms linear 500ms;
}
.page-blog.post-over .page-blog-inner-item-container .page.single-page  .single-page-contentpart {
    right: -50%;
    position: absolute;
    -webkit-transition: all 500ms linear 0s;
    -moz-transition: all 500ms linear 0s;
    -o-transition: all 500ms linear 0s;
    transition: all 500ms linear 0s;
}



.page-blog.open .page-blog-inner-item-container .page.single-page  .single-page-contentpart {
    right: 0%;
    -webkit-transition: all 500ms linear 500ms;
    -moz-transition: all 500ms linear 500ms;
    -o-transition: all 500ms linear 500ms;
    transition: all 500ms linear 500ms;
} 

.page-blog .page-blog-inner-item.next_post_animate .page-blog-inner-item-container .page.single-page  .single-page-imagepart, 
.page-blog .page-blog-inner-item.next_post_animate .page-blog-inner-item-container .page.single-page  .single-page-contentpart,
.page-blog .page-blog-inner-item.prev_post_animate .page-blog-inner-item-container .page.single-page  .single-page-imagepart, 
.page-blog .page-blog-inner-item.prev_post_animate .page-blog-inner-item-container .page.single-page  .single-page-contentpart
{
    -webkit-transition: all 500ms linear 0s;
    -moz-transition: all 500ms linear 0s;
    -o-transition: all 500ms linear 0s;
    transition: all 500ms linear 0s;
}
.page-blog .page-blog-inner-item.next_post_animate.animate .page-blog-inner-item-container .page.single-page  .single-page-imagepart, 
.page-blog .page-blog-inner-item.next_post_animate.animate .page-blog-inner-item-container .page.single-page  .single-page-contentpart,
.page-blog .page-blog-inner-item.prev_post_animate.animate .page-blog-inner-item-container .page.single-page  .single-page-imagepart, 
.page-blog .page-blog-inner-item.prev_post_animate.animate .page-blog-inner-item-container .page.single-page  .single-page-contentpart
{
     -webkit-transition: all 500ms linear 0s;
    -moz-transition: all 500ms linear 0s;
    -o-transition: all 500ms linear 0s;
    transition: all 500ms linear 0s;
}
   /* Animation For Blog open/close */ 
    
.page-blog-inner-item .page.single-page {
    height: 100%;
    width: 100%;
}
.page-blog-inner-item{
-webkit-transition: all 500ms linear 0s;
    -moz-transition: all 500ms linear 0s;
    -o-transition: all 500ms linear 0s;
    transition: all 500ms linear 0s;
}

.page-blog-inner-item.CurrentPost{left: 0;}
.page-blog-inner-item.next_post_animate {left: 100%;}
.page-blog-inner-item.animate.next_post_animate {left: 0;}
.page-blog-inner-item.cur_next_post_animate {left: 0;}
.page-blog-inner-item.animate.cur_next_post_animate {left: -100%;}
.page-blog-inner-item.prev_post_animate{left: -100%;}
.page-blog-inner-item.animate.prev_post_animate {left: 0;}
.page-blog-inner-item.cur_prev_post_animate {left: 0;}
.page-blog-inner-item.animate.cur_prev_post_animate {left: 100%;}
.page-blog-inner-item.CurrentPost .single-page .single-page-contentpart {top: 0;}

.page-blog-inner-item.next_post_animate.animate ,.page-blog-inner-item.prev_post_animate.animate {
    visibility: visible;
    z-index: 2;
}

.page-blog-close{position:absolute;top:20px;right:20px;cursor:pointer;}
    
.page-blog-inner-item .single-page-contentpart .page-social-links {
    background: none;
    bottom: 0;
    height: 80px;
    line-height: 20px;
    padding: 30px 0;
    right: 0;
    width: 100%;
}
.page-blog-inner-item .single-page-contentpart {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0 0 76px;
    text-align: center;
}

/* Blog CSS End*/



/* filter css */

 .page-portfolio .page-portfolio-inner-items.filter-over .page-portfolio-inner-item.item-filter{visibility:visible;background:none;z-index:1;}
 .page-portfolio .page-portfolio-inner-items.filter-over.open-filter .page-portfolio-inner-item.item-filter .page.single-page .single-page-contentpart{right:0;}
 .page-portfolio-table-box-table{display:table;width:100%;}
.item-filter .page-portfolio-table-box-table{height:100%;}

.page-portfolio-table-box-row{display:table-row;}
.page-portfolio-table-box-row-cell{display:table-cell;font-size: 26px; font-family: "Montserrat",sans-serif;}
.item-filter .page-portfolio-table-box-row-cell{vertical-align:middle;}
.page-portfolio-filter-items {
    display: block;
    margin: 5px 70px;
    padding: 10px 0;
}

/* filter css */
}



@media screen and (max-width:1280px)
{


.page-title {
    font-size: 20px;
    line-height: 25px;
    margin: 25px 0;
}
.page-summery {
    width: 80%;
}
.single-page-content-container{padding:40px 60px;}


.comming-soon-page .page-title, .splash-page .page-home-portfolio-title {
    font-size: 80px;
    letter-spacing: 50px;
    
}
.splash-page .page-home-home-portfolio-splash-view {
    max-width: 740px;
    
}

}




@media screen and (max-width:1024px)
{

.header {
    width: 100%;
    position:fixed;
}
body.fixed-header .header {
    background:rgba(0,0,0,0.2);
}
.logo {
    margin: 10px 20px;
}
.single-page .single-page-imagepart {
    display: block;
    position: relative;
}

.col-md-6.single-page-videopart.height-one-one {
    padding: 0;
    width: 100%;
    height: 100%;
}
.comming-soon-page .page-title, .splash-page .page-blog-title {
     font-size: 70px;
    margin-left: 10%;
    padding: 0;
    width: 80%;
}

.splash-page .page-home-blog-splash-view {
    letter-spacing: 10px;
    margin-left: 10%;
        width: 80%;
}




/*   PORTFOLIO PAGE CSS  START */
.page-portfolio-inner-item {
    overflow: auto !important;
}
.page-portfolio-inner-nav-outer {display: none !important;}
.page-portfolio .page-portfolio-inner-items {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.page-portfolio-item{position:relative !important;}
.page-portfolio-item .page-portfolio-item-container {
    width: 100%;
}

.page-portfolio .page-portfolio-inner-items {
    visibility:visible;
    -webkit-transition: all 500ms linear 0s;
    -moz-transition: all 500ms linear 0s;
    -o-transition: all 500ms linear 0s;
    transition: all 500ms linear 0s;
    left: 100%;
    z-index: 0;
    
}
.page-portfolio-close{display:none;}
.page-portfolio-mobile-close {
    display: inline-block;
    clear: both;
    margin: 50px 0 0;
    cursor: pointer;
}

.page-portfolio {
    overflow: hidden;
    width: 100%;
}
.page-portfolio.open .page-portfolio-inner-items {
    left: 0;
}
.page-portfolio .page-portfolio-items {
    -webkit-transition: all 500ms linear 0s;
    -moz-transition: all 500ms linear 0s;
    -o-transition: all 500ms linear 0s;
    transition: all 500ms linear 0s;
    left: 0%;
}
.page-portfolio-inner-item.pt-page-current {
    display: none !important;
}
.page-portfolio.post-over .page-portfolio-inner-item.pt-page-current {
    display: block  !important;
    height: auto !important;
}
.page-portfolio.open .page-portfolio-items {
    left: -100%;
    
}

.page-portfolio-inner-item-container .single-page-contentpart {
    background: #fff;
}
.page-portfolio-category span {
    background: #2e4b85 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    text-align: center;
    width: 30px;
}
.page-portfolio-category {
    color: #fff;
    width: 80%;
}

.page-portfolio-time {
    font-size: 16px;
    color: #fff;
}
.page-portfolio-table {
    padding: 120px 0;
    background: rgba(0,0,0,0.2);

    width: 100%;
}
.page-portfolio-items .page-image-background{padding:0;}
.page-portfolio-inner-item .single-page-content-container{padding:0;}
.page-portfolio-inner-mobile-nav {
    display: block;
    position:absolute;
    width: 100%;
}
/*  mobile portfolio page change animation end */
.page-portfolio-inner-item {
    position: absolute;
    visibility: hidden;
    top:0;
    display: none;
}

.page-portfolio-inner-item.pt-page-current {
    visibility: visible;
    position:relative;
    display: block;
}

.mob_next_page.page-portfolio-inner-item .single-page .single-page-imagepart {
    left: 100%;
}
.mob_next_page.page-portfolio-inner-item .single-page .single-page-contentpart {
    right: 100%;
    background:#fff;
}
.page-portfolio-inner-item.mob_next_page {
    z-index: 2;
    background:none;
    visibility: visible;
    overflow: visible !important;
    display: block;
     
}
.page-portfolio-inner-item.mob_next_page.animate,.page-portfolio-inner-item.mob_next_page.animate .single-page .single-page-imagepart,.page-portfolio-inner-item.mob_next_page.animate .single-page .single-page-contentpart
{
    -webkit-transition: all 800ms ;
    -moz-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;
}
.page-portfolio-inner-item.mob_next_page.animate .single-page .single-page-imagepart {
    left: 0%;
}
.page-portfolio-inner-item.mob_next_page.animate .single-page .single-page-contentpart {
    right: 0%;
}
.mob_prev_page.page-portfolio-inner-item .single-page .single-page-imagepart {
    right: 100%;
}
.mob_prev_page.page-portfolio-inner-item .single-page .single-page-contentpart {
    left: 100%;
    background:#fff;
}
.page-portfolio-inner-item.mob_prev_page {
    z-index: 2;
    background:none;
    visibility: visible;
    overflow: visible !important;
     display: block;
}
.page-portfolio-inner-item.mob_prev_page.animate,.page-portfolio-inner-item.mob_prev_page.animate .single-page .single-page-imagepart,.page-portfolio-inner-item.mob_prev_page.animate .single-page .single-page-contentpart
{
    -webkit-transition: all 800ms ;
    -moz-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;
}
.page-portfolio-inner-item.mob_prev_page.animate .single-page .single-page-imagepart {
    right: 0%;
}
.page-portfolio-inner-item.mob_prev_page.animate .single-page .single-page-contentpart {
    left: 0%;
}

.page-portfolio-inner-item-container .page-content-single, .page-portfolio-inner-item-container h3,.page-portfolio-inner-item-container #comments, .page-portfolio-inner-item-container  .palette,.page-portfolio-inner-item-container  .fonts{padding: 0 25px;}
.page-portfolio-close{display:none;}



 .page-portfolio-item-container.height-one-half.col-md-6.swiper-slide{
    align-items: center;
    background-color: #fff;
    display: flex;
    font-size: 18px;
    justify-content: center;
    text-align: center;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(0,0,0,0.2);
    border: 2px solid #cecece;
}
.swiper-pagination-bullet {
    height: 15px;
    width: 15px;
}
.page-portfoilo-mobile-portfolio-pagination.swiper-pagination-clickable {
    display: table-cell;
    vertical-align: middle;
}
.page-portfoilo-mobile-portfolio-pagination-container {
    display: table;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0;
    width: 20px;
    z-index: 100;
}
/*   PORTFOLIO PAGE CSS  END */






/*   blog PAGE CSS  START */
.page-blog-inner-nav-outer {display: none !important;}
.page-blog .page-blog-inner-items {position: absolute;top: 0;width: 100%;z-index: -1;}
.page-blog-item{position:relative !important;}
.page-blog-item .page-blog-item-container {width: 100%;}
.page-blog .page-blog-inner-items {
    visibility:visible;
    -webkit-transition: all 500ms linear 0s;
    -moz-transition: all 500ms linear 0s;
    -o-transition: all 500ms linear 0s;
    transition: all 500ms linear 0s;
    left: 100%;
    z-index: 0;
}
.page-blog-close{display:none;}
.page-blog-mobile-close {display: inline-block;clear: both;margin: 50px 0 0;cursor: pointer;}
.page-blog {overflow: hidden;width: 100%;}
.page-blog.open .page-blog-inner-items {left: 0;}
.page-blog .page-blog-items {
    -webkit-transition: all 500ms linear 0s;
    -moz-transition: all 500ms linear 0s;
    -o-transition: all 500ms linear 0s;
    transition: all 500ms linear 0s;
    left: 0%;
}
.page-blog-inner-item.CurrentPost {
    display: none !important;
}
.page-blog.post-over .page-blog-inner-item.CurrentPost {
    display: block  !important;
}
.page-blog.open .page-blog-items {
    left: -100%;
    
}
.page-blog-inner-item-container .single-page-contentpart {
    background: #fff;
}
.page-blog-comment span {
    background: #2e4b85 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    text-align: center;
    width: 30px;
}
.page-blog-comment {
    color: #fff;
    width: 80%;
}

.page-blog-time {
    font-size: 16px;
    color: #fff;
}
.page-blog-table {
    padding: 50px 0;
    background: rgba(0,0,0,0.2);
}
.page-blog-inner-mobile-nav {
    display: block;
    position:absolute;
    width: 100%;
}
/*  mobile blog page change animation end */
.page-blog-inner-item {
    position: absolute;
    visibility: hidden;
    top:0;
    display: none;
}

.page-blog-inner-item.CurrentPost {
    visibility: visible;
    position:relative;
    display: block;
}

.mob_next_page.page-blog-inner-item .single-page .single-page-imagepart {
    left: 100%;
}
.mob_next_page.page-blog-inner-item .single-page .single-page-contentpart {
    right: 100%;
    background:#fff;
}
.page-blog-inner-item.mob_next_page {
    z-index: 2;
    background:none;
    visibility: visible;
    overflow: visible !important;
    display: block;
     
}
.page-blog-inner-item.mob_next_page.animate,.page-blog-inner-item.mob_next_page.animate .single-page .single-page-imagepart,.page-blog-inner-item.mob_next_page.animate .single-page .single-page-contentpart
{
    -webkit-transition: all 800ms ;
    -moz-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;
}
.page-blog-inner-item.mob_next_page.animate .single-page .single-page-imagepart {
    left: 0%;
}
.page-blog-inner-item.mob_next_page.animate .single-page .single-page-contentpart {
    right: 0%;
}
.mob_prev_page.page-blog-inner-item .single-page .single-page-imagepart {
    right: 100%;
}
.mob_prev_page.page-blog-inner-item .single-page .single-page-contentpart {
    left: 100%;
    background:#fff;
}
.page-blog-inner-item.mob_prev_page {
    z-index: 2;
    background:none;
    visibility: visible;
    overflow: visible !important;
     display: block;
}
.page-blog-inner-item.mob_prev_page.animate,.page-blog-inner-item.mob_prev_page.animate .single-page .single-page-imagepart,.page-blog-inner-item.mob_prev_page.animate .single-page .single-page-contentpart
{
    -webkit-transition: all 800ms ;
    -moz-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;
}
.page-blog-inner-item.mob_prev_page.animate .single-page .single-page-imagepart {
    right: 0%;
}
.page-blog-inner-item.mob_prev_page.animate .single-page .single-page-contentpart {
    left: 0%;
}



/*  mobile blog page change animation end */


.page-blog-inner-item .single-page-contentpart .page-social-links {
    padding: 30px 0;
    
}
.page-blog .single-page-content-container {
    padding-bottom: 0;
}

/*   blog PAGE CSS  END */




/* Home page portfolio Start */


.comming-soon-page .page-title, .splash-page .page-home-portfolio-title {font-size: 70px;}
.splash-page .page-home-home-portfolio-splash-view {letter-spacing: 10px;}
.page-home-portfolio-mobile-home-portfolio-list-link {display: block;width: 100%;}
.page-home-portfolio-mobile-home-portfolio-list-link:hover {text-decoration:none;}
.page-home-portfolio-title {width: 80%;}
.page-home-portfolio-mobile-home-portfolio-list-container {display: block;}
.page-home-portfolio-pagination {display: none !important; }
.page-home-portfolio-item-container > .page-image-background {display: none;}
.page-home-portfolio-close {display: none;}
.page-home-portfolio-item{overflow: auto !important;}
.page-home-portfolio-mobile-nav {display: block;position:absolute;width: 100%;}
.page-home-portfolio-item .page-home-portfolio-item-container {display: block;}



/* Home page portfolio End */
body.post-open .pt-page {
    overflow: auto !important;
}
.NiceScrollbar.scroll-disabled {
    overflow: auto;
}
.page-title {
    margin: 10px 0;
}
.page-sub-title {
    margin: 10px 0;
}
.page-summery {
    margin: 10px auto;
      width: 90%;
}
.page-date {
    margin: 15px 0;
}
.page-content-single {
    margin: 15px auto;
    width:100%;
}
.single-page-contentpart {
    padding: 30px 15px 15px;
}
.single-page-contentpart {
    padding: 0;
}
.page-info-box img {
    max-width: 100%;
    padding: 0 5px;
}


.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(0,0,0,0.2);
    border: 2px solid #cecece;
}
.swiper-pagination-bullet {
    height: 15px;
    width: 15px;
}

.navbar-nav {
    margin: 0;
}


.pt-page.pt-mobile-menu.pt-page-current.pt-page-rotateUnfoldRight, .pt-page.pt-mobile-menu.pt-page-moveToLeftFade {
    position: absolute !important;
}





.single-page-content-container {
    background: none;
    padding: 30px 25px 65px;
}
.page-info-box h3,a,.page-info-box,.single-page-content-container ,.page-title, blockquote{color:#000;}
a:hover{color:#222;}
.page-image::after,.page-image > img,.bypostauthor .comment-body,.comment-respond form .input-box .tex-input,.comment-respond form input[type="submit"],.page-content-single form input[type="submit"] {
    border-color: #000 !important;
}
.page-image{margin:10px 0 30px  0 ;}
.page-image > img {height: 120px;width: 120px;}
.page-image:after {height: 130px;margin-left: -65px;width: 130px;}

.page-contact .single-page-contentpart{padding:0;position:relative;}
.page-contact .single-page-content-container {padding: 30px 25px 10px;}
.input-box {
    padding-right: 0;
}
}



@media screen and (max-width:767px)
{


.comming-soon-page .page-title, .splash-page .page-home-portfolio-title {
    font-size: 60px;
    letter-spacing: 10px;
    
}
.splash-page .page-home-home-portfolio-splash-view {
    letter-spacing: 2px;
    max-width: 440px;
    font-size:13px;
}

}


@media screen and (max-width:600px)
{

.comming-soon-page .page-title, .splash-page .page-home-portfolio-title {
    font-size: 40px;
}
.splash-page .page-home-home-portfolio-splash-view {
    font-size: 13px;
    letter-spacing: 0px;
    max-width: 340px;
    padding-right: 50px;
}

}




.box_player {
    display: inline-block;
    padding: 0 40px 0 10px;
    position: relative;
    cursor:pointer;
}
.music_box {
    display: inline-block;
    padding: 5px;
    position: relative;
}
.play_pin_circle {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}
.play_pin {
    height: 80%;
    position: absolute;
    right: 0;
    top: 15px;
    width: 55px;
}
.play_pin > img {
    max-height: 100%;
    position:absolute;
    right: 10px;
    top: 0;
}
.music_box .center {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    padding: 0;
}
.player.round {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    
}
.box_player.playing .player.round {
 -webkit-animation: playit .6s ease-in .4s infinite;
                     -moz-animation: playit .6s ease-in .4s infinite;
                     -o-animation: playit .6s ease-in .4s infinite;
                       animation: playit .6s ease-in .4s infinite;
}
.page-info-box.with-album-info .left-side {
    overflow: hidden;
}

.box_player  .play_pin > img 
{
     -webkit-transform-origin: center top 0;
     -moz-transform-origin: center top 0;
    -o-transform-origin: center top 0;
     transform-origin: center top 0;
-webkit-animation: play_pinback .3s linear 0s forwards;
             -moz-animation: play_pinback .3s linear 0s forwards;
             -o-animation: play_pinback .3s linear 0s forwards;
               animation: play_pinback .3s linear 0s forwards;
}    
               
.box_player.playing  .play_pin > img 
{
     -webkit-transform-origin: center top 0;
     -moz-transform-origin: center top 0;
    -o-transform-origin: center top 0;
     transform-origin: center top 0;
-webkit-animation: play_pinanimation .4s linear .2s forwards;
             -moz-animation: play_pinanimation .4s linear .2s forwards;
             -o-animation: play_pinanimation .4s linear .2s forwards;
               animation: play_pinanimation .4s linear .2s forwards;
               
}


	@-webkit-keyframes playit { 
0% { -webkit-transform: rotate(0deg) scale(1); width:100%; } 
25% { -webkit-transform: rotate(60deg) scale(1); width:97%; }
50% { -webkit-transform: rotate(120deg) scale(1); width:100%; }
75% { -webkit-transform: rotate(180deg) scale(1); width:97%; }
100% { -webkit-transform: rotate(360deg) scale(1); width:100%; }
 }
   @-moz-keyframes playit { 
0% { -moz-transform: rotate(0deg) scale(1); width:100%; } 
25% { -moz-transform: rotate(60deg) scale(1); width:97%; }
50% { -moz-transform: rotate(120deg) scale(1); width:100%; }
75% { -moz-transform: rotate(180deg) scale(1); width:97%; }
100% { -moz-transform: rotate(360deg) scale(1); width:100%; }
 }
     @-o-keyframes playit { 
	 
0% { -o-transform: rotate(0deg) scale(1); width:100%; } 
25% { -o-transform: rotate(60deg) scale(1); width:97%; }
50% { -o-transform: rotate(120deg) scale(1); width:100%; }
75% { -o-transform: rotate(180deg) scale(1); width:97%; }
100% { -o-transform: rotate(360deg) scale(1); width:100%; }
 }
        @keyframes playit {
0% { transform: rotate(0deg) scale(1); width:100%; } 
25% { transform: rotate(60deg) scale(1); width:97%; }
50% { transform: rotate(120deg) scale(1); width:100%; }
75% { transform: rotate(180deg) scale(1); width:97%; }
100% { transform: rotate(360deg) scale(1); width:100%; }
 }
	.play_pin_circle{padding-top: 20%;}
	
	
	
	
@-webkit-keyframes play_pinanimation { 
0% { -webkit-transform: rotate(0deg);} 
35% { -webkit-transform: rotate(39deg);}
50% { -webkit-transform: rotate(28deg); }
60% { -webkit-transform: rotate(37deg); }
75% { -webkit-transform: rotate(32deg); }
100% { -webkit-transform: rotate(35deg);}
 }
   @-moz-keyframes play_pinanimation { 
0% { -moz-transform: rotate(0deg);} 
35% { -moz-transform: rotate(39deg);}
50% { -moz-transform: rotate(28deg); }
60% { -moz-transform: rotate(37deg); }
75% { -moz-transform: rotate(32deg); }
100% { -moz-transform: rotate(35deg);}
 }
     @-o-keyframes play_pinanimation { 
	 
0% { -o-transform: rotate(0deg);} 
35% { -o-transform: rotate(39deg);}
50% { -o-transform: rotate(28deg); }
60% { -o-transform: rotate(37deg); }
75% { -o-transform: rotate(32deg); }
100% { -o-transform: rotate(35deg);}
 }
        @keyframes play_pinanimation {
0% { transform: rotate(0deg);} 
35% { transform: rotate(39deg);}
50% { transform: rotate(28deg); }
60% { transform: rotate(37deg); }
75% { transform: rotate(32deg); }
100% { transform: rotate(35deg);}
 }
 
 /*--- back --*/
 @-webkit-keyframes play_pinback { 
0% { -webkit-transform: rotate(35deg);} 
100% { transform: rotate(0deg);}
 }
   @-moz-keyframes play_pinback { 
0% { -moz-transform: rotate(35deg);} 
100% { -moz-transform: rotate(0deg);}
 }
     @-o-keyframes play_pinback { 
	 
0% { -o-transform: rotate(35deg);} 
100% { -o-transform: rotate(0deg);}
 }
        @keyframes play_pinback {
0% { transform: rotate(35deg);} 
100% { transform: rotate(0deg);} 
}	






/* Comment
-------------------------------------------------------------------------------------- */
.comments {
    
    text-align: left;
    font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h2.comments-title {
    font-size: 24px;
    clear: both;
    font-weight: 400;
    line-height: 1.3;
    
    font-family:"Montserrat",sans-serif;
}
/* Comments
--------------------- */
.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 48px;
}
.comment-list > li.comment {
    display: block;
}
.comment-list ol.children {
    list-style: none;
    margin-left: 24px;
    padding: 0;
}
.comment-body {
    display: block;
    border-top: 1px solid #e9e9e9;
    padding-top: 48px;
    margin-top: 24px;
}
.bypostauthor .comment-body {
    padding: 20px;
     background: none repeat scroll 0 0;
    border: 1px solid #000;
}

.comment-author img 
{
    border-radius: 50%;
    display: block;
    float: left;
    width: 54px;
    margin-right: 20px;
     height: auto;
}
.comment-metadata,
.comment-content,
.reply {
    padding-left: 74px;
}

.comment-body .fn,
.reply {
    font-weight: normal;
}
.comment-body .fn a, .reply a {
    color: inherit;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    text-decoration: underline;
}
.comment-body .fn a:hover,
.reply a:hover {
    text-decoration: none;
}

.comment-metadata {
    text-transform: uppercase;
    font-size: 10px;
}
.comment-metadata a {
    color: inherit;
    font-family: Georgia,serif;
    font-size: 12px;
    font-style: italic;
    text-transform: none;
}
.comment-metadata > * {
    display: inline-block;
}
.comment-metadata > *:before {
    content: "\B7";
    margin: 0 6px;
}
.comment-metadata > *:first-child:before {
    display: none;
}

.comment-content {
    margin-top: 16px;
}
.comment-content > *:last-child {
    margin-bottom: 0;
}

/* Respond
--------------------- */
.comment-respond form {
    margin: 70px 0 0;
    text-align: left;
}
.comment-respond form h3 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 19px;
    margin-bottom: 20px;
}
.comment-respond form label {
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    font-weight: normal;
}
.comment-respond form .input-box .tex-input {
    border: 1px solid #000;
    margin-bottom: 20px;
    padding: 5px 15px;
    width: 100%;
    background: none;
}
.comment-respond form input[type="submit"] {
    background: none repeat scroll 0 0;
    border: 1px solid #000;
    font-family: "Montserrat",sans-serif;
    padding: 5px 20px;
    text-transform: uppercase;
}


@media screen and (max-width:1024px)
{
    
.reply,.comment-content {padding: 0;}

}




/*---------------------------------------------- 
5. Footer
------------------------------------------------*/
.footer {
padding: 0 10px;
    bottom: 0;
    display: block;
    line-height: 20px;
    position: absolute;
    width: 100%;
	height: 75px;
}
.footer > .row {
    position: relative;
}
#mobile-menu-btn img{
    height: 45px;
    margin: 5px 30px 5px 0;
    position: relative;
    width: 50px;
}
#menu-btn img {
    height: 45px;
    left: 50%;
    margin: 15px 0 15px -25px;
    position: absolute;
    width: 50px;
}
.footer-filter-info-link 
{
    line-height: 45px;
    display: none;
    margin: 15px 0;
    float: right;
}
.footer-filter-info-link  a{
    border-left: 2px solid #000;
    color: #000;
    cursor: pointer;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
    width: auto;
    padding: 0 20px;
}
.footer-filter-info-link a:first-child {
    border: medium none;
}
.footer > .row::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
}

.footer .social-icons a
{
    line-height:20px;
    padding: 26px 10px;
    font-size: 18px;
    display: inline-block;
}
.footer .paginate a
{
    padding: 20px 10px;
    display: inline-block;
}
.main-navigation-menu-table {
    display: table;
    height: 100%;
    
     background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
     -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}
.gallery-cell:hover .main-navigation-menu-table {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.gallery-cell .page-image-background {
     -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    -webkit-transform:scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    
}
.gallery-cell:hover .page-image-background {
    overflow: hidden;
    -webkit-transform:scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.main-navigation-menu-table-box {
    display: table-row;
    height: 100%;
}
.main-navigation-menu-table-box-container {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.menu-container {

    height: 350px;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
}
body.open-menu .menu-container {
    margin-top: -1px;
}

.gallery-cell {
  height: 350px;
    width: 450px;
  overflow:hidden;
}
.gallery-cell::before {
    box-shadow: 0 1px 15px 6px #000;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 100%;
    z-index: 100;
}

.gallery-cell.has-sub-menu ul{
    display:none;
}
.gallery-cell.has-sub-menu i.fa-plus-circle 
{
    -webkit-transform:rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.gallery-cell.has-sub-menu.sub-menu-open i.fa-plus-circle {
    -webkit-transform:rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar {
    border: medium none;
    border-radius: 0;
    margin: 0;
    overflow: auto;
    position: relative;
}
ul.nav.navbar-nav {
    float:none;
	
}

.navbar-nav li a {
    color: #000;
    display: inline-block;
    float: left;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color: #F7F3F4;
    text-decoration: none;
    color:#232323;
}

.main-navigation-menu{
    display: table;
    height: 100%;
    width: 100%;
}

.main-navigation-menu, .main-navigation-menu-box {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.main-navigation-menu-container, .main-navigation-menu-container {
    position: relative;
}
.main-navigation-menu-title 
{
    min-width: 450px;
    color: #f9f8f6;
    font-family: "Montserrat",sans-serif;
    font-size: 27px;
    letter-spacing: 5px;
    line-height: 80px;
    padding: 0 60px;
    position: relative;
    text-align: center;
    width: 100%;
    white-space: normal;
}
.main-navigation-menu-sub-title {
    color: #fff;
    font-family: georgia;
    font-size: 14px;
    font-style: italic;
    padding: 0 100px;
    text-align: center;
    text-transform: none;
    white-space: normal;
}
.paginate li
{
    float: left;
    font-weight: bold;
}
.paginate
{
    float: right;
}



.copy-right
{
    font-size: 13px;
    font-weight: bold;
    line-height:20px;
    margin:26px 0;
}

.scroll-top {
    background: none repeat scroll 0 0 #000;
    bottom: 62px;
    color: #fff;
    display: none;
    height: 40px;
    left: 60px;
    position: fixed;
    text-align: center;
    width: 40px;
    z-index: 1000;
    border:2px solid #000;
}
.scroll-top:hover,.scroll-top:focus {
    background: none repeat scroll 0 0 #fff;
    color: #000;
    border:2px solid #000;
}
.footer .social-icons {
    float: right;
}

@media screen and (max-width:1199px)
{
    .logo{padding-left:20px;}
}
.navbar-nav li:last-child a {
    padding-right: 0;
}






@media screen and (max-width:1024px)
{
html{overflow:hidden;}
html.menu-open{overflow:visible;}

#mobile-menu .nav.navbar-nav {
    margin: 0;
}

.container.site-container {
    overflow: auto;
}
.navbar-nav li a {
    font-size: 18px;
    line-height: 25px;
}
body.menu-open {
    -webkit-transform: translateY(-250px);
  -moz-transform:      translateY(-250px);
  -ms-transform:       translateY(-250px);
  -o-transform:        translateY(-250px);
  transform:           translateY(-250px);
}
.menu-container{height:250px;}
.gallery-cell {
  height: 250px;
    width: 280px;
  overflow:hidden;
}


.main-navigation-menu-title {
    min-width: 280px;
    font-size: 18px;
    padding: 0 25px;
}

.main-navigation-menu-sub-title {
    padding: 0 30px ;
}
#mobile-menu .nav.navbar-nav {
    display: block;
    text-align: center;
    width: 100%;
    padding:80px 0;
}
#mobile-menu .nav.navbar-nav li {
    display: block;
    float: none;
    text-align: center;
}

.footer .social-icons {
    float: none;
    text-align: center;
}
.footer .social-icons a {
    padding: 10px;
}
body.post-open .footer
{
    display: none;
}
.footer {
    padding: 0 15px;
}
.footer .copy-right {
    font-size: 12px;
    margin: 0 0 10px;
    text-align: center;
}

.footer {
    height: 45px;
    background: rgba(0,0,0,0.2);
    position: fixed;
}
#menu-btn img {
    margin:0 0 0 -25px;
}
.footer-filter-info-link {
    display: none !important;
}
}




/*---------------------------------------------- 
6. ANIMATIONS
------------------------------------------------*/

/* animation sets */

/* move from / to  */

.pt-page-moveToLeft {
	-webkit-animation: moveToLeft .6s ease both;
	animation: moveToLeft .6s ease both;
}

.pt-page-moveFromLeft {
	-webkit-animation: moveFromLeft .6s ease both;
	animation: moveFromLeft .6s ease both;
}

.pt-page-moveToRight {
	-webkit-animation: moveToRight .6s ease both;
	animation: moveToRight .6s ease both;
}

.pt-page-moveFromRight {
	-webkit-animation: moveFromRight .6s ease both;
	animation: moveFromRight .6s ease both;
}

.pt-page-moveToTop {
	-webkit-animation: moveToTop .6s ease both;
	animation: moveToTop .6s ease both;
}

.pt-page-moveFromTop {
	-webkit-animation: moveFromTop .6s ease both;
	animation: moveFromTop .6s ease both;
}

.pt-page-moveToBottom {
	-webkit-animation: moveToBottom .6s ease both;
	animation: moveToBottom .6s ease both;
}

.pt-page-moveFromBottom {
	-webkit-animation: moveFromBottom .6s ease both;
	animation: moveFromBottom .6s ease both;
}

/* fade */

.pt-page-fade {
	-webkit-animation: fade .7s ease both;
	animation: fade .7s ease both;
}

/* move from / to and fade */

.pt-page-moveToLeftFade {
	-webkit-animation: moveToLeftFade .7s ease both;
	animation: moveToLeftFade .7s ease both;
}

.pt-page-moveFromLeftFade {
	-webkit-animation: moveFromLeftFade .7s ease both;
	animation: moveFromLeftFade .7s ease both;
}

.pt-page-moveToRightFade {
	-webkit-animation: moveToRightFade .7s ease both;
	animation: moveToRightFade .7s ease both;
}

.pt-page-moveFromRightFade {
	-webkit-animation: moveFromRightFade .7s ease both;
	animation: moveFromRightFade .7s ease both;
}

.pt-page-moveToTopFade {
	-webkit-animation: moveToTopFade .7s ease both;
	animation: moveToTopFade .7s ease both;
}

.pt-page-moveFromTopFade {
	-webkit-animation: moveFromTopFade .7s ease both;
	animation: moveFromTopFade .7s ease both;
}

.pt-page-moveToBottomFade {
	-webkit-animation: moveToBottomFade .7s ease both;
	animation: moveToBottomFade .7s ease both;
}

.pt-page-moveFromBottomFade {
	-webkit-animation: moveFromBottomFade .7s ease both;
	animation: moveFromBottomFade .7s ease both;
}

/* move to with different easing */

.pt-page-moveToLeftEasing {
	-webkit-animation: moveToLeft .7s ease-in-out both;
	animation: moveToLeft .7s ease-in-out both;
}
.pt-page-moveToRightEasing {
	-webkit-animation: moveToRight .7s ease-in-out both;
	animation: moveToRight .7s ease-in-out both;
}
.pt-page-moveToTopEasing {
	-webkit-animation: moveToTop .7s ease-in-out both;
	animation: moveToTop .7s ease-in-out both;
}
.pt-page-moveToBottomEasing {
	-webkit-animation: moveToBottom .7s ease-in-out both;
	animation: moveToBottom .7s ease-in-out both;
}

/********************************* keyframes **************************************/

/* move from / to  */

@-webkit-keyframes moveToLeft {
	from { }
	to { -webkit-transform: translateX(-100%); }
}
@keyframes moveToLeft {
	from { }
	to { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}

@-webkit-keyframes moveFromLeft {
	from { -webkit-transform: translateX(-100%); }
}
@keyframes moveFromLeft {
	from { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}

@-webkit-keyframes moveToRight { 
	from { }
	to { -webkit-transform: translateX(100%); }
}
@keyframes moveToRight { 
	from { }
	to { -webkit-transform: translateX(100%); transform: translateX(100%); }
}

@-webkit-keyframes moveFromRight {
	from { -webkit-transform: translateX(100%); }
}
@keyframes moveFromRight {
	from { -webkit-transform: translateX(100%); transform: translateX(100%); }
}

@-webkit-keyframes moveToTop {
	from { }
	to { -webkit-transform: translateY(-100%); }
}
@keyframes moveToTop {
	from { }
	to { -webkit-transform: translateY(-100%); transform: translateY(-100%); }
}

@-webkit-keyframes moveFromTop {
	from { -webkit-transform: translateY(-100%); }
}
@keyframes moveFromTop {
	from { -webkit-transform: translateY(-100%); transform: translateY(-100%); }
}

@-webkit-keyframes moveToBottom {
	from { }
	to { -webkit-transform: translateY(100%); }
}
@keyframes moveToBottom {
	from { }
	to { -webkit-transform: translateY(100%); transform: translateY(100%); }
}

@-webkit-keyframes moveFromBottom {
	from { -webkit-transform: translateY(100%); }
}
@keyframes moveFromBottom {
	from { -webkit-transform: translateY(100%); transform: translateY(100%); }
}

/* fade */

@-webkit-keyframes fade {
	from { }
	to { opacity: 0.3; }
}
@keyframes fade {
	from { }
	to { opacity: 0.3; }
}

/* move from / to and fade */

@-webkit-keyframes moveToLeftFade {
	from { }
	to { opacity: 0.3; -webkit-transform: translateX(-100%); }
}
@keyframes moveToLeftFade {
	from { }
	to { opacity: 0.3; -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}

@-webkit-keyframes moveFromLeftFade {
	from { opacity: 0.3; -webkit-transform: translateX(-100%); }
}
@keyframes moveFromLeftFade {
	from { opacity: 0.3; -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}

@-webkit-keyframes moveToRightFade {
	from { }
	to { opacity: 0.3; -webkit-transform: translateX(100%); }
}
@keyframes moveToRightFade {
	from { }
	to { opacity: 0.3; -webkit-transform: translateX(100%); transform: translateX(100%); }
}

@-webkit-keyframes moveFromRightFade {
	from { opacity: 0.3; -webkit-transform: translateX(100%); }
}
@keyframes moveFromRightFade {
	from { opacity: 0.3; -webkit-transform: translateX(100%); transform: translateX(100%); }
}

@-webkit-keyframes moveToTopFade {
	from { }
	to { opacity: 0.3; -webkit-transform: translateY(-100%); }
}
@keyframes moveToTopFade {
	from { }
	to { opacity: 0.3; -webkit-transform: translateY(-100%); transform: translateY(-100%); }
}

@-webkit-keyframes moveFromTopFade {
	from { opacity: 0.3; -webkit-transform: translateY(-100%); }
}
@keyframes moveFromTopFade {
	from { opacity: 0.3; -webkit-transform: translateY(-100%); transform: translateY(-100%); }
}

@-webkit-keyframes moveToBottomFade {
	from { }
	to { opacity: 0.3; -webkit-transform: translateY(100%); }
}
@keyframes moveToBottomFade {
	from { }
	to { opacity: 0.3; -webkit-transform: translateY(100%); transform: translateY(100%); }
}

@-webkit-keyframes moveFromBottomFade {
	from { opacity: 0.3; -webkit-transform: translateY(100%); }
}
@keyframes moveFromBottomFade {
	from { opacity: 0.3; -webkit-transform: translateY(100%); transform: translateY(100%); }
}

/* scale and fade */

.pt-page-scaleDown {
	-webkit-animation: scaleDown .7s ease both;
	animation: scaleDown .7s ease both;
}

.pt-page-scaleUp {
	-webkit-animation: scaleUp .7s ease both;
	animation: scaleUp .7s ease both;
}

.pt-page-scaleUpDown {
	-webkit-animation: scaleUpDown .5s ease both;
	animation: scaleUpDown .5s ease both;
}

.pt-page-scaleDownUp {
	-webkit-animation: scaleDownUp .5s ease both;
	animation: scaleDownUp .5s ease both;
}

.pt-page-scaleDownCenter {
	-webkit-animation: scaleDownCenter .4s ease-in both;
	animation: scaleDownCenter .4s ease-in both;
}

.pt-page-scaleUpCenter {
	-webkit-animation: scaleUpCenter .4s ease-out both;
	animation: scaleUpCenter .4s ease-out both;
}

/********************************* keyframes **************************************/

/* scale and fade */

@-webkit-keyframes scaleDown {
	from { }
	to { opacity: 0; -webkit-transform: scale(.8); }
}
@keyframes scaleDown {
	from { }
	to { opacity: 0; -webkit-transform: scale(.8); transform: scale(.8); }
}

@-webkit-keyframes scaleUp {
	from { opacity: 0; -webkit-transform: scale(.8); }
}
@keyframes scaleUp {
	from { opacity: 0; -webkit-transform: scale(.8); transform: scale(.8); }
}

@-webkit-keyframes scaleUpDown {
	from { opacity: 0; -webkit-transform: scale(1.2); }
}
@keyframes scaleUpDown {
	from { opacity: 0; -webkit-transform: scale(1.2); transform: scale(1.2); }
}

@-webkit-keyframes scaleDownUp {
	from { }
	to { opacity: 0; -webkit-transform: scale(1.2); }
}
@keyframes scaleDownUp {
	from { }
	to { opacity: 0; -webkit-transform: scale(1.2); transform: scale(1.2); }
}

@-webkit-keyframes scaleDownCenter {
	from { }
	to { opacity: 0; -webkit-transform: scale(.7); }
}
@keyframes scaleDownCenter {
	from { }
	to { opacity: 0; -webkit-transform: scale(.7); transform: scale(.7); }
}

@-webkit-keyframes scaleUpCenter {
	from { opacity: 0; -webkit-transform: scale(.7); }
}
@keyframes scaleUpCenter {
	from { opacity: 0; -webkit-transform: scale(.7); transform: scale(.7); }
}

/* rotate sides first and scale */

.pt-page-rotateRightSideFirst {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateRightSideFirst .8s both ease-in;
	animation: rotateRightSideFirst .8s both ease-in;
}
.pt-page-rotateLeftSideFirst {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateLeftSideFirst .8s both ease-in;
	animation: rotateLeftSideFirst .8s both ease-in;
}
.pt-page-rotateTopSideFirst {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateTopSideFirst .8s both ease-in;
	animation: rotateTopSideFirst .8s both ease-in;
}
.pt-page-rotateBottomSideFirst {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateBottomSideFirst .8s both ease-in;
	animation: rotateBottomSideFirst .8s both ease-in;
}

/* flip */

.pt-page-flipOutRight {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipOutRight .5s both ease-in;
	animation: flipOutRight .5s both ease-in;
}
.pt-page-flipInLeft {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipInLeft .5s both ease-out;
	animation: flipInLeft .5s both ease-out;
}
.pt-page-flipOutLeft {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipOutLeft .5s both ease-in;
	animation: flipOutLeft .5s both ease-in;
}
.pt-page-flipInRight {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipInRight .5s both ease-out;
	animation: flipInRight .5s both ease-out;
}
.pt-page-flipOutTop {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipOutTop .5s both ease-in;
	animation: flipOutTop .5s both ease-in;
}
.pt-page-flipInBottom {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipInBottom .5s both ease-out;
	animation: flipInBottom .5s both ease-out;
}
.pt-page-flipOutBottom {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipOutBottom .5s both ease-in;
	animation: flipOutBottom .5s both ease-in;
}
.pt-page-flipInTop {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipInTop .5s both ease-out;
	animation: flipInTop .5s both ease-out;
}

/* rotate fall */

.pt-page-rotateFall {
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-animation: rotateFall 1s both ease-in;
	animation: rotateFall 1s both ease-in;
}

/* rotate newspaper */
.pt-page-rotateOutNewspaper {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: rotateOutNewspaper .5s both ease-in;
	animation: rotateOutNewspaper .5s both ease-in;
}
.pt-page-rotateInNewspaper {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: rotateInNewspaper .5s both ease-out;
	animation: rotateInNewspaper .5s both ease-out;
}

/* push */
.pt-page-rotatePushLeft {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotatePushLeft .8s both ease;
	animation: rotatePushLeft .8s both ease;
}
.pt-page-rotatePushRight {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotatePushRight .8s both ease;
	animation: rotatePushRight .8s both ease;
}
.pt-page-rotatePushTop {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotatePushTop .8s both ease;
	animation: rotatePushTop .8s both ease;
}
.pt-page-rotatePushBottom {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotatePushBottom .8s both ease;
	animation: rotatePushBottom .8s both ease;
}

/* pull */
.pt-page-rotatePullRight {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotatePullRight .5s both ease;
	animation: rotatePullRight .5s both ease;
}
.pt-page-rotatePullLeft {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotatePullLeft .5s both ease;
	animation: rotatePullLeft .5s both ease;
}
.pt-page-rotatePullTop {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotatePullTop .5s both ease;
	animation: rotatePullTop .5s both ease;
}
.pt-page-rotatePullBottom {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotatePullBottom .5s both ease;
	animation: rotatePullBottom .5s both ease;
}

/* fold */
.pt-page-rotateFoldRight {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateFoldRight .7s both ease;
	animation: rotateFoldRight .7s both ease;
}
.pt-page-rotateFoldLeft {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateFoldLeft .7s both ease;
	animation: rotateFoldLeft .7s both ease;
}
.pt-page-rotateFoldTop {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateFoldTop .7s both ease;
	animation: rotateFoldTop .7s both ease;
}
.pt-page-rotateFoldBottom {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateFoldBottom .7s both ease;
	animation: rotateFoldBottom .7s both ease;
}

/* unfold */
.pt-page-rotateUnfoldLeft {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateUnfoldLeft .7s both ease;
	animation: rotateUnfoldLeft .7s both ease;
}
.pt-page-rotateUnfoldRight {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateUnfoldRight .7s both ease;
	animation: rotateUnfoldRight .7s both ease;
}
.pt-page-rotateUnfoldTop {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateUnfoldTop .7s both ease;
	animation: rotateUnfoldTop .7s both ease;
}
.pt-page-rotateUnfoldBottom {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateUnfoldBottom .7s both ease;
	animation: rotateUnfoldBottom .7s both ease;
}

/* room walls */
.pt-page-rotateRoomLeftOut {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateRoomLeftOut .8s both ease;
	animation: rotateRoomLeftOut .8s both ease;
}
.pt-page-rotateRoomLeftIn {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateRoomLeftIn .8s both ease;
	animation: rotateRoomLeftIn .8s both ease;
}
.pt-page-rotateRoomRightOut {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateRoomRightOut .8s both ease;
	animation: rotateRoomRightOut .8s both ease;
}
.pt-page-rotateRoomRightIn {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateRoomRightIn .8s both ease;
	animation: rotateRoomRightIn .8s both ease;
}
.pt-page-rotateRoomTopOut {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateRoomTopOut .8s both ease;
	animation: rotateRoomTopOut .8s both ease;
}
.pt-page-rotateRoomTopIn {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateRoomTopIn .8s both ease;
	animation: rotateRoomTopIn .8s both ease;
}
.pt-page-rotateRoomBottomOut {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateRoomBottomOut .8s both ease;
	animation: rotateRoomBottomOut .8s both ease;
}
.pt-page-rotateRoomBottomIn {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateRoomBottomIn .8s both ease;
	animation: rotateRoomBottomIn .8s both ease;
}

/* cube */
.pt-page-rotateCubeLeftOut {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateCubeLeftOut .6s both ease-in;
	animation: rotateCubeLeftOut .6s both ease-in;
}
.pt-page-rotateCubeLeftIn {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateCubeLeftIn .6s both ease-in;
	animation: rotateCubeLeftIn .6s both ease-in;
}
.pt-page-rotateCubeRightOut {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateCubeRightOut .6s both ease-in;
	animation: rotateCubeRightOut .6s both ease-in;
}
.pt-page-rotateCubeRightIn {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateCubeRightIn .6s both ease-in;
	animation: rotateCubeRightIn .6s both ease-in;
}
.pt-page-rotateCubeTopOut {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateCubeTopOut .6s both ease-in;
	animation: rotateCubeTopOut .6s both ease-in;
}
.pt-page-rotateCubeTopIn {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateCubeTopIn .6s both ease-in;
	animation: rotateCubeTopIn .6s both ease-in;
}
.pt-page-rotateCubeBottomOut {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateCubeBottomOut .6s both ease-in;
	animation: rotateCubeBottomOut .6s both ease-in;
}
.pt-page-rotateCubeBottomIn {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateCubeBottomIn .6s both ease-in;
	animation: rotateCubeBottomIn .6s both ease-in;
}

/* carousel */
.pt-page-rotateCarouselLeftOut {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateCarouselLeftOut .8s both ease;
	animation: rotateCarouselLeftOut .8s both ease;
}
.pt-page-rotateCarouselLeftIn {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateCarouselLeftIn .8s both ease;
	animation: rotateCarouselLeftIn .8s both ease;
}
.pt-page-rotateCarouselRightOut {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateCarouselRightOut .8s both ease;
	animation: rotateCarouselRightOut .8s both ease;
}
.pt-page-rotateCarouselRightIn {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateCarouselRightIn .8s both ease;
	animation: rotateCarouselRightIn .8s both ease;
}
.pt-page-rotateCarouselTopOut {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateCarouselTopOut .8s both ease;
	animation: rotateCarouselTopOut .8s both ease;
}
.pt-page-rotateCarouselTopIn {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateCarouselTopIn .8s both ease;
	animation: rotateCarouselTopIn .8s both ease;
}
.pt-page-rotateCarouselBottomOut {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateCarouselBottomOut .8s both ease;
	animation: rotateCarouselBottomOut .8s both ease;
}
.pt-page-rotateCarouselBottomIn {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateCarouselBottomIn .8s both ease;
	animation: rotateCarouselBottomIn .8s both ease;
}

/* sides */
.pt-page-rotateSidesOut {
	-webkit-transform-origin: -50% 50%;
	transform-origin: -50% 50%;
	-webkit-animation: rotateSidesOut .5s both ease-in;
	animation: rotateSidesOut .5s both ease-in;
}
.pt-page-rotateSidesIn {
	-webkit-transform-origin: 150% 50%;
	transform-origin: 150% 50%;
	-webkit-animation: rotateSidesIn .5s both ease-out;
	animation: rotateSidesIn .5s both ease-out;
}

/* slide */
.pt-page-rotateSlideOut {
	-webkit-animation: rotateSlideOut 1s both ease;
	animation: rotateSlideOut 1s both ease;
}
.pt-page-rotateSlideIn {
	-webkit-animation: rotateSlideIn 1s both ease;
	animation: rotateSlideIn 1s both ease;
}

/********************************* keyframes **************************************/

/* rotate sides first and scale */

@-webkit-keyframes rotateRightSideFirst {
	0% { }
	40% { -webkit-transform: rotateY(15deg); opacity: .8; -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@keyframes rotateRightSideFirst {
	0% { }
	40% { -webkit-transform: rotateY(15deg); transform: rotateY(15deg); opacity: .8; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(0.8) translateZ(-200px); transform: scale(0.8) translateZ(-200px); opacity:0; }
}

@-webkit-keyframes rotateLeftSideFirst {
	0% { }
	40% { -webkit-transform: rotateY(-15deg); opacity: .8; -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@keyframes rotateLeftSideFirst {
	0% { }
	40% { -webkit-transform: rotateY(-15deg); transform: rotateY(-15deg); opacity: .8; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(0.8) translateZ(-200px); transform: scale(0.8) translateZ(-200px); opacity:0; }
}

@-webkit-keyframes rotateTopSideFirst {
	0% { }
	40% { -webkit-transform: rotateX(15deg); opacity: .8; -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@keyframes rotateTopSideFirst {
	0% { }
	40% { -webkit-transform: rotateX(15deg); transform: rotateX(15deg); opacity: .8; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(0.8) translateZ(-200px); transform: scale(0.8) translateZ(-200px); opacity:0; }
}

@-webkit-keyframes rotateBottomSideFirst {
	0% { }
	40% { -webkit-transform: rotateX(-15deg); opacity: .8; -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@keyframes rotateBottomSideFirst {
	0% { }
	40% { -webkit-transform: rotateX(-15deg); transform: rotateX(-15deg); opacity: .8; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(0.8) translateZ(-200px); transform: scale(0.8) translateZ(-200px); opacity:0; }
}

/* flip */

@-webkit-keyframes flipOutRight {
	from { }
	to { -webkit-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@keyframes flipOutRight {
	from { }
	to { -webkit-transform: translateZ(-1000px) rotateY(90deg); transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}

@-webkit-keyframes flipInLeft {
	from { -webkit-transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@keyframes flipInLeft {
	from { -webkit-transform: translateZ(-1000px) rotateY(-90deg); transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}

@-webkit-keyframes flipOutLeft {
	from { }
	to { -webkit-transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@keyframes flipOutLeft {
	from { }
	to { -webkit-transform: translateZ(-1000px) rotateY(-90deg); transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}

@-webkit-keyframes flipInRight {
	from { -webkit-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@keyframes flipInRight {
	from { -webkit-transform: translateZ(-1000px) rotateY(90deg); transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}

@-webkit-keyframes flipOutTop {
	from { }
	to { -webkit-transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@keyframes flipOutTop {
	from { }
	to { -webkit-transform: translateZ(-1000px) rotateX(90deg); transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}

@-webkit-keyframes flipInBottom {
	from { -webkit-transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@keyframes flipInBottom {
	from { -webkit-transform: translateZ(-1000px) rotateX(-90deg); transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}

@-webkit-keyframes flipOutBottom {
	from { }
	to { -webkit-transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@keyframes flipOutBottom {
	from { }
	to { -webkit-transform: translateZ(-1000px) rotateX(-90deg); transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}

@-webkit-keyframes flipInTop {
	from { -webkit-transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@keyframes flipInTop {
	from { -webkit-transform: translateZ(-1000px) rotateX(90deg); transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}

/* fall */

@-webkit-keyframes rotateFall {
	0% { -webkit-transform: rotateZ(0deg); }
	20% { -webkit-transform: rotateZ(10deg); -webkit-animation-timing-function: ease-out; }
	40% { -webkit-transform: rotateZ(17deg); }
	60% { -webkit-transform: rotateZ(16deg); }
	100% { -webkit-transform: translateY(100%) rotateZ(17deg); }
}
@keyframes rotateFall {
	0% { -webkit-transform: rotateZ(0deg); transform: rotateZ(0deg); }
	20% { -webkit-transform: rotateZ(10deg); transform: rotateZ(10deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
	40% { -webkit-transform: rotateZ(17deg); transform: rotateZ(17deg); }
	60% { -webkit-transform: rotateZ(16deg); transform: rotateZ(16deg); }
	100% { -webkit-transform: translateY(100%) rotateZ(17deg); transform: translateY(100%) rotateZ(17deg); }
}

/* newspaper */

@-webkit-keyframes rotateOutNewspaper {
	from { }
	to { -webkit-transform: translateZ(-3000px) rotateZ(360deg); opacity: 0; }
}
@keyframes rotateOutNewspaper {
	from { }
	to { -webkit-transform: translateZ(-3000px) rotateZ(360deg); transform: translateZ(-3000px) rotateZ(360deg); opacity: 0; }
}

@-webkit-keyframes rotateInNewspaper {
	from { -webkit-transform: translateZ(-3000px) rotateZ(-360deg); opacity: 0; }
}
@keyframes rotateInNewspaper {
	from { -webkit-transform: translateZ(-3000px) rotateZ(-360deg); transform: translateZ(-3000px) rotateZ(-360deg); opacity: 0; }
}

/* push */

@-webkit-keyframes rotatePushLeft {
	from { }
	to { opacity: 0; -webkit-transform: rotateY(90deg); }
}
@keyframes rotatePushLeft {
	from { }
	to { opacity: 0; -webkit-transform: rotateY(90deg); transform: rotateY(90deg); }
}

@-webkit-keyframes rotatePushRight {
	from { }
	to { opacity: 0; -webkit-transform: rotateY(-90deg); }
}
@keyframes rotatePushRight {
	from { }
	to { opacity: 0; -webkit-transform: rotateY(-90deg); transform: rotateY(-90deg); }
}

@-webkit-keyframes rotatePushTop {
	from { }
	to { opacity: 0; -webkit-transform: rotateX(-90deg); }
}
@keyframes rotatePushTop {
	from { }
	to { opacity: 0; -webkit-transform: rotateX(-90deg); transform: rotateX(-90deg); }
}

@-webkit-keyframes rotatePushBottom {
	from { }
	to { opacity: 0; -webkit-transform: rotateX(90deg); }
}
@keyframes rotatePushBottom {
	from { }
	to { opacity: 0; -webkit-transform: rotateX(90deg); transform: rotateX(90deg); }
}

/* pull */

@-webkit-keyframes rotatePullRight {
	from { opacity: 0; -webkit-transform: rotateY(-90deg); }
}
@keyframes rotatePullRight {
	from { opacity: 0; -webkit-transform: rotateY(-90deg); transform: rotateY(-90deg); }
}

@-webkit-keyframes rotatePullLeft {
	from { opacity: 0; -webkit-transform: rotateY(90deg); }
}
@keyframes rotatePullLeft {
	from { opacity: 0; -webkit-transform: rotateY(90deg); transform: rotateY(90deg); }
}

@-webkit-keyframes rotatePullTop {
	from { opacity: 0; -webkit-transform: rotateX(-90deg); }
}
@keyframes rotatePullTop {
	from { opacity: 0; -webkit-transform: rotateX(-90deg); transform: rotateX(-90deg); }
}

@-webkit-keyframes rotatePullBottom {
	from { opacity: 0; -webkit-transform: rotateX(90deg); }
}
@keyframes rotatePullBottom {
	from { opacity: 0; -webkit-transform: rotateX(90deg); transform: rotateX(90deg); }
}

/* fold */

@-webkit-keyframes rotateFoldRight {
	from { }
	to { opacity: 0; -webkit-transform: translateX(100%) rotateY(90deg); }
}
@keyframes rotateFoldRight {
	from { }
	to { opacity: 0; -webkit-transform: translateX(100%) rotateY(90deg); transform: translateX(100%) rotateY(90deg); }
}

@-webkit-keyframes rotateFoldLeft {
	from { }
	to { opacity: 0; -webkit-transform: translateX(-100%) rotateY(-90deg); }
}
@keyframes rotateFoldLeft {
	from { }
	to { opacity: 0; -webkit-transform: translateX(-100%) rotateY(-90deg); transform: translateX(-100%) rotateY(-90deg); }
}

@-webkit-keyframes rotateFoldTop {
	from { }
	to { opacity: 0; -webkit-transform: translateY(-100%) rotateX(90deg); }
}
@keyframes rotateFoldTop {
	from { }
	to { opacity: 0; -webkit-transform: translateY(-100%) rotateX(90deg); transform: translateY(-100%) rotateX(90deg); }
}

@-webkit-keyframes rotateFoldBottom {
	from { }
	to { opacity: 0; -webkit-transform: translateY(100%) rotateX(-90deg); }
}
@keyframes rotateFoldBottom {
	from { }
	to { opacity: 0; -webkit-transform: translateY(100%) rotateX(-90deg); transform: translateY(100%) rotateX(-90deg); }
}

/* unfold */

@-webkit-keyframes rotateUnfoldLeft {
	from { opacity: 0; -webkit-transform: translateX(-100%) rotateY(-90deg); }
}
@keyframes rotateUnfoldLeft {
	from { opacity: 0; -webkit-transform: translateX(-100%) rotateY(-90deg); transform: translateX(-100%) rotateY(-90deg); }
}

@-webkit-keyframes rotateUnfoldRight {
	from { opacity: 0; -webkit-transform: translateX(100%) rotateY(90deg); }
}
@keyframes rotateUnfoldRight {
	from { opacity: 0; -webkit-transform: translateX(100%) rotateY(90deg); transform: translateX(100%) rotateY(90deg); }
}

@-webkit-keyframes rotateUnfoldTop {
	from { opacity: 0; -webkit-transform: translateY(-100%) rotateX(90deg); }
}
@keyframes rotateUnfoldTop {
	from { opacity: 0; -webkit-transform: translateY(-100%) rotateX(90deg); transform: translateY(-100%) rotateX(90deg); }
}

@-webkit-keyframes rotateUnfoldBottom {
	from { opacity: 0; -webkit-transform: translateY(100%) rotateX(-90deg); }
}
@keyframes rotateUnfoldBottom {
	from { opacity: 0; -webkit-transform: translateY(100%) rotateX(-90deg); transform: translateY(100%) rotateX(-90deg); }
}

/* room walls */

@-webkit-keyframes rotateRoomLeftOut {
	from { }
	to { opacity: .3; -webkit-transform: translateX(-100%) rotateY(90deg); }
}
@keyframes rotateRoomLeftOut {
	from { }
	to { opacity: .3; -webkit-transform: translateX(-100%) rotateY(90deg); transform: translateX(-100%) rotateY(90deg); }
}

@-webkit-keyframes rotateRoomLeftIn {
	from { opacity: .3; -webkit-transform: translateX(100%) rotateY(-90deg); }
}
@keyframes rotateRoomLeftIn {
	from { opacity: .3; -webkit-transform: translateX(100%) rotateY(-90deg); transform: translateX(100%) rotateY(-90deg); }
}

@-webkit-keyframes rotateRoomRightOut {
	from { }
	to { opacity: .3; -webkit-transform: translateX(100%) rotateY(-90deg); }
}
@keyframes rotateRoomRightOut {
	from { }
	to { opacity: .3; -webkit-transform: translateX(100%) rotateY(-90deg); transform: translateX(100%) rotateY(-90deg); }
}

@-webkit-keyframes rotateRoomRightIn {
	from { opacity: .3; -webkit-transform: translateX(-100%) rotateY(90deg); }
}
@keyframes rotateRoomRightIn {
	from { opacity: .3; -webkit-transform: translateX(-100%) rotateY(90deg); transform: translateX(-100%) rotateY(90deg); }
}

@-webkit-keyframes rotateRoomTopOut {
	from { }
	to { opacity: .3; -webkit-transform: translateY(-100%) rotateX(-90deg); }
}
@keyframes rotateRoomTopOut {
	from { }
	to { opacity: .3; -webkit-transform: translateY(-100%) rotateX(-90deg); transform: translateY(-100%) rotateX(-90deg); }
}

@-webkit-keyframes rotateRoomTopIn {
	from { opacity: .3; -webkit-transform: translateY(100%) rotateX(90deg); }
}
@keyframes rotateRoomTopIn {
	from { opacity: .3; -webkit-transform: translateY(100%) rotateX(90deg); transform: translateY(100%) rotateX(90deg); }
}

@-webkit-keyframes rotateRoomBottomOut {
	from { }
	to { opacity: .3; -webkit-transform: translateY(100%) rotateX(90deg); }
}
@keyframes rotateRoomBottomOut {
	from { }
	to { opacity: .3; -webkit-transform: translateY(100%) rotateX(90deg); transform: translateY(100%) rotateX(90deg); }
}

@-webkit-keyframes rotateRoomBottomIn {
	from { opacity: .3; -webkit-transform: translateY(-100%) rotateX(-90deg); }
}
@keyframes rotateRoomBottomIn {
	from { opacity: .3; -webkit-transform: translateY(-100%) rotateX(-90deg); transform: translateY(-100%) rotateX(-90deg); }
}

/* cube */

@-webkit-keyframes rotateCubeLeftOut {
	0% { }
	50% { -webkit-animation-timing-function: ease-out;  -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg); }
	100% { opacity: .3; -webkit-transform: translateX(-100%) rotateY(-90deg); }
}
@keyframes rotateCubeLeftOut {
	0% { }
	50% { -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out;  -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);  transform: translateX(-50%) translateZ(-200px) rotateY(-45deg); }
	100% { opacity: .3; -webkit-transform: translateX(-100%) rotateY(-90deg); transform: translateX(-100%) rotateY(-90deg); }
}

@-webkit-keyframes rotateCubeLeftIn {
	0% { opacity: .3; -webkit-transform: translateX(100%) rotateY(90deg); }
	50% { -webkit-animation-timing-function: ease-out;  -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg); }
}
@keyframes rotateCubeLeftIn {
	0% { opacity: .3; -webkit-transform: translateX(100%) rotateY(90deg); transform: translateX(100%) rotateY(90deg); }
	50% { -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out;  -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg);  transform: translateX(50%) translateZ(-200px) rotateY(45deg); }
}

@-webkit-keyframes rotateCubeRightOut {
	0% { }
	50% { -webkit-animation-timing-function: ease-out; -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg); }
	100% { opacity: .3; -webkit-transform: translateX(100%) rotateY(90deg); }
}
@keyframes rotateCubeRightOut {
	0% { }
	50% { -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg); transform: translateX(50%) translateZ(-200px) rotateY(45deg); }
	100% { opacity: .3; -webkit-transform: translateX(100%) rotateY(90deg); transform: translateX(100%) rotateY(90deg); }
}

@-webkit-keyframes rotateCubeRightIn {
	0% { opacity: .3; -webkit-transform: translateX(-100%) rotateY(-90deg); }
	50% { -webkit-animation-timing-function: ease-out; -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg); }
}
@keyframes rotateCubeRightIn {
	0% { opacity: .3; -webkit-transform: translateX(-100%) rotateY(-90deg); transform: translateX(-100%) rotateY(-90deg); }
	50% { -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg); transform: translateX(-50%) translateZ(-200px) rotateY(-45deg); }
}

@-webkit-keyframes rotateCubeTopOut {
	0% { }
	50% { -webkit-animation-timing-function: ease-out; -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg); }
	100% { opacity: .3; -webkit-transform: translateY(-100%) rotateX(90deg); }
}
@keyframes rotateCubeTopOut {
	0% {}
	50% { -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg); transform: translateY(-50%) translateZ(-200px) rotateX(45deg); }
	100% { opacity: .3; -webkit-transform: translateY(-100%) rotateX(90deg); transform: translateY(-100%) rotateX(90deg); }
}

@-webkit-keyframes rotateCubeTopIn {
	0% { opacity: .3; -webkit-transform: translateY(100%) rotateX(-90deg); }
	50% { -webkit-animation-timing-function: ease-out; -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg); }
}
@keyframes rotateCubeTopIn {
	0% { opacity: .3; -webkit-transform: translateY(100%) rotateX(-90deg); transform: translateY(100%) rotateX(-90deg); }
	50% { -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg); transform: translateY(50%) translateZ(-200px) rotateX(-45deg); }
}

@-webkit-keyframes rotateCubeBottomOut {
	0% { }
	50% { -webkit-animation-timing-function: ease-out; -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg); }
	100% { opacity: .3; -webkit-transform: translateY(100%) rotateX(-90deg); }
}
@keyframes rotateCubeBottomOut {
	0% { }
	50% { -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg); transform: translateY(50%) translateZ(-200px) rotateX(-45deg); }
	100% { opacity: .3; -webkit-transform: translateY(100%) rotateX(-90deg); transform: translateY(100%) rotateX(-90deg); }
}

@-webkit-keyframes rotateCubeBottomIn {
	0% { opacity: .3; -webkit-transform: translateY(-100%) rotateX(90deg); }
	50% { -webkit-animation-timing-function: ease-out; -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg); }
}
@keyframes rotateCubeBottomIn {
	0% { opacity: .3; -webkit-transform: translateY(-100%) rotateX(90deg); transform: translateY(-100%) rotateX(90deg); }
	50% { -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg); transform: translateY(-50%) translateZ(-200px) rotateX(45deg); }
}

/* carousel */

@-webkit-keyframes rotateCarouselLeftOut {
	from { }
	to { opacity: .3; -webkit-transform: translateX(-150%) scale(.4) rotateY(-65deg); }
}
@keyframes rotateCarouselLeftOut {
	from { }
	to { opacity: .3; -webkit-transform: translateX(-150%) scale(.4) rotateY(-65deg); transform: translateX(-150%) scale(.4) rotateY(-65deg); }
}

@-webkit-keyframes rotateCarouselLeftIn {
	from { opacity: .3; -webkit-transform: translateX(200%) scale(.4) rotateY(65deg); }
}
@keyframes rotateCarouselLeftIn {
	from { opacity: .3; -webkit-transform: translateX(200%) scale(.4) rotateY(65deg); transform: translateX(200%) scale(.4) rotateY(65deg); }
}

@-webkit-keyframes rotateCarouselRightOut {
	from { }
	to { opacity: .3; -webkit-transform: translateX(200%) scale(.4) rotateY(65deg); }
}
@keyframes rotateCarouselRightOut {
	from { }
	to { opacity: .3; -webkit-transform: translateX(200%) scale(.4) rotateY(65deg); transform: translateX(200%) scale(.4) rotateY(65deg); }
}

@-webkit-keyframes rotateCarouselRightIn {
	from { opacity: .3; -webkit-transform: translateX(-200%) scale(.4) rotateY(-65deg); }
}
@keyframes rotateCarouselRightIn {
	from { opacity: .3; -webkit-transform: translateX(-200%) scale(.4) rotateY(-65deg); transform: translateX(-200%) scale(.4) rotateY(-65deg); }
}

@-webkit-keyframes rotateCarouselTopOut {
	from { }
	to { opacity: .3; -webkit-transform: translateY(-200%) scale(.4) rotateX(65deg); }
}
@keyframes rotateCarouselTopOut {
	from { }
	to { opacity: .3; -webkit-transform: translateY(-200%) scale(.4) rotateX(65deg); transform: translateY(-200%) scale(.4) rotateX(65deg); }
}

@-webkit-keyframes rotateCarouselTopIn {
	from { opacity: .3; -webkit-transform: translateY(200%) scale(.4) rotateX(-65deg); }
}
@keyframes rotateCarouselTopIn {
	from { opacity: .3; -webkit-transform: translateY(200%) scale(.4) rotateX(-65deg); transform: translateY(200%) scale(.4) rotateX(-65deg); }
}

@-webkit-keyframes rotateCarouselBottomOut {
	from { }
	to { opacity: .3; -webkit-transform: translateY(200%) scale(.4) rotateX(-65deg); }
}
@keyframes rotateCarouselBottomOut {
	from { }
	to { opacity: .3; -webkit-transform: translateY(200%) scale(.4) rotateX(-65deg); transform: translateY(200%) scale(.4) rotateX(-65deg); }
}

@-webkit-keyframes rotateCarouselBottomIn {
	from { opacity: .3; -webkit-transform: translateY(-200%) scale(.4) rotateX(65deg); }
}
@keyframes rotateCarouselBottomIn {
	from { opacity: .3; -webkit-transform: translateY(-200%) scale(.4) rotateX(65deg); transform: translateY(-200%) scale(.4) rotateX(65deg); }
}

/* sides */

@-webkit-keyframes rotateSidesOut {
	from { }
	to { opacity: 0; -webkit-transform: translateZ(-500px) rotateY(90deg); }
}
@keyframes rotateSidesOut {
	from { }
	to { opacity: 0; -webkit-transform: translateZ(-500px) rotateY(90deg); transform: translateZ(-500px) rotateY(90deg); }
}

@-webkit-keyframes rotateSidesIn {
	from { opacity: 0; -webkit-transform: translateZ(-500px) rotateY(-90deg); }
}
@keyframes rotateSidesIn {
	from { opacity: 0; -webkit-transform: translateZ(-500px) rotateY(-90deg); transform: translateZ(-500px) rotateY(-90deg); }
}

/* slide */

@-webkit-keyframes rotateSlideOut {
	0% { }
	25% { opacity: .5; -webkit-transform: translateZ(-500px); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes rotateSlideOut {
	0% { }
	25% { opacity: .5; -webkit-transform: translateZ(-500px); transform: translateZ(-500px); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); transform: translateZ(-500px) translateX(-200%); }
}

@-webkit-keyframes rotateSlideIn {
	0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px); }
	100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@keyframes rotateSlideIn {
	0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px); transform: translateZ(-500px); }
	100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); transform: translateZ(0) translateX(0); }
}

/* animation delay classes */

.pt-page-delay100 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}
.pt-page-delay180 {
	-webkit-animation-delay: .180s;
	animation-delay: .180s;
}
.pt-page-delay200 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}
.pt-page-delay300 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
.pt-page-delay400 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}
.pt-page-delay500 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}
.pt-page-delay700 {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}
.pt-page-delay1000 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}



/*---------------------------------------------- 
7. COMPONENTS
------------------------------------------------*/

.pt-perspective {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px;
}

.page-portfolio-inner-item,.page-home-portfolio-item,.page-portfolio-item,.page-blog-item,.pt-page {
	width: 100%;
	background:#FDFDFB;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.page-portfolio-item.item-filter {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.filter-over .page-portfolio-item.item-filter {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    visibility: visible;
    z-index: 1;
}

.page-portfolio-item{overflow:auto;visibility: visible;}

.page-blog-item {
    overflow: auto;
    visibility: visible;
}
.pt-page-current,
.no-js .pt-page {
	visibility: visible;
	z-index: 1;
}

.no-js body {
	overflow: auto;
}

.pt-page-ontop {
	z-index: 999;
}

/* Text Styles, Colors, Backgrounds */

.pt-page h1 {
	position: absolute;
	font-weight: 300;
	font-size: 4.4em;
	line-height: 1;
	letter-spacing: 6px;
	margin: 0;
	top: 12%;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	word-spacing: -0.3em;
}

.pt-page h1 span {
	font-family: 'Satisfy', serif;
	font-weight: 400;
	font-size: 40%;
	text-transform: none;
	word-spacing: 0;
	letter-spacing: 0;
	display: block;
	opacity: 0.4;
}

.pt-page h1 strong {
	color: rgba(0,0,0,0.1);
}

.pt-page-1 {
	background: #0ac2d2;
}

.pt-page-2 {
	background: #7bb7fa;
}

.pt-page-3 {
	background: #60d7a9;
}

.pt-page-4 {
	background: #fdc162;
}

.pt-page-5 {
	background: #fd6a62;
}

.pt-page-6 {
	background: #f68dbb;
}

/* Triggers (menu and button) */

.pt-triggers {
	position: absolute;
	width: 300px;
	z-index: 999999;
	top: 12%;
	left: 50%;
	margin-top: 130px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%); 
	transform: translateX(-50%);
}

.no-js .pt-triggers {
	display: none;
}

.pt-triggers .dl-menuwrapper button,
.pt-touch-button {
	border: none;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 10px 0 20px;
	padding: 0px 20px;
	line-height: 50px;
	height: 50px;
	letter-spacing: 1px;
	width: 100%;
	cursor: pointer;
	display: block;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	box-shadow: 0 3px 0 rgba(0,0,0,0.1);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pt-touch-button {
	background: #fff;
	color: #aaa;
}

.pt-triggers .dl-menuwrapper button {
	margin-bottom: 0;
}

.pt-touch-button:active {
	box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

.touch .pt-triggers .dl-menuwrapper {
	display: none;
}

.pt-message {
	display: none;
	position: absolute;
	z-index: 99999;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #da475c;
	color: #fff;
	text-align: center;
}

.pt-message p {
	margin: 0;
	line-height: 60px;
	font-size: 26px;
}

.no-cssanimations .pt-message {
	display: block;
}

@media screen and (max-width: 47.4375em) {
	.pt-page h1 {
		font-size: 3em;
	}

	.pt-triggers .dl-menuwrapper {
		display: none;
	}
}

@media screen and (max-height: 45.9em) {
	.pt-triggers .dl-menuwrapper li a {
		padding-top: 2px;
		padding-bottom: 2px;
	}
	.pt-triggers .dl-menuwrapper li.dl-back:after, .dl-menuwrapper li > a:not(:only-child):after {
		line-height: 24px;
	}
}

@media screen and (max-height: 38em) { 
	.pt-triggers .dl-menuwrapper {
		display: none;
	}
}

@media screen and (max-width:1024px)
{
    .pt-page-current, .no-js .pt-page {
    position: relative;
}

.pt-page.pt-page-current .page-home-portfolio .pt-page-current {
    position: absolute;
}



#pt-main .pt-page.pt-page-current.pt-page-rotateUnfoldRight{position:absolute;}
}


/*---------------------------------------------- 
8. CUSTOM
------------------------------------------------*/


#post-container {
    overflow: scroll !important;
}

.svg-container {
  padding-bottom:67.3205033%;
  position:relative;
  background:#fff;
}
.svg-container__content {
  position:absolute;
  width:100%;
  height:100%;
  overflow:hidden
}
.svg-container__content svg {
  width:100%;
  height:100%
}



.comming-soon-page {
    background: #5F4234;
}