/*-----------------------------------------------------------------------------------

	Theme Name: Personage
	Theme URI: http://themeforest.net/user/PixFlow
	Description: <strong>Flexible and Responsive Resume Theme by PixFlow</strong> - Update notifications available on twitter and facebook:<br/> <a href='http://twitter.com/pixflow'>Follow us on twitter</a><br/> - <a href='https://www.facebook.com/pages/PixFlow/107145602731642'>Join the Facebook Group</a>
	Author: PixFlow
	Author URI: http://www.pixflow.net
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.6
	Tags: white, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, full-width-template, theme-options, translation-ready, rtl-language-support
    Text Domain: TEXTDOMAIN
	Designed & Handcrafted by PixFlow
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	X.	CSS Normalize & Local Font Files
/*-----------------------------------------------------------------------------------*/

@import url(assets/css/normalize.css);
@import url(assets/css/icomoon.css);
@import url(assets/css/elegant.css);


/*-----------------------------------------------------------------------------------*/
/*	X.	Element Styles
/*-----------------------------------------------------------------------------------*/

body
{
    font-family: 'Open Sans', sans-serif;
    background:#FFFFFF url(assets/img/page-background-pattern-02.png) repeat;
    line-height:1.54em;
    font-weight:400;

}

img
{
    height:auto;
    /* Fix for problem with moving images on hover */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
}

a img{
    vertical-align: top;
}

/* Paragraph */

p{
    margin:5px 0 10px;
}

/* List */

ul li ul,
ol li ol{
    margin-left: 15px;
}

/* hr */

hr{
    display: inline-block;
    height:1px;
    background-color: #bdbdbd;
    border: 0;
    margin: 30px 0;
}


/* Anchor */

a{
    text-decoration: none !important;
    font-size: 13px;
    outline: none !important;
    -webkit-transition:color .3s;
    -moz-transition:color .3s;
    -o-transition:color .3s;
    transition:color .3s;
}

a:hover{
    color:#62D703;
    text-decoration: none;
}

/* Block quote */

blockquote
{
    color: #5d5d5d;
    font-family: "oswald",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    padding: 10px 20px;
    position: relative;
    margin: 0;
    text-transform: uppercase;
}

blockquote p
{
    margin:0;
}

/* Headings */

h1, h2, h3, h4, h5, h6{
    font-weight: 400;
    line-height: 1.25em;
    margin:0;
    color: #2f2f2f;
    font-family: 'Oswald',sans-serif;
}

h1{ font-size: 76px; }

h2{ font-size: 32px; }

h3{ font-size: 30px; }

h4{ font-size: 27px; }

h5{ font-size: 25px; }

h6{ font-size: 20px; }

/* Text Selection */

::-moz-selection {
    background: #ff1503; /* Firefox */
    color: #FFF;
}
::selection {
    background: #ff1503; /* Safari */
    color: #FFF;
}

/* Forms */

form input[type="submit"]
{

    padding: 8px 20px;


}



/*-----------------------------------------------------------------------------------*/
/*	X.	Common Classes
/*-----------------------------------------------------------------------------------*/

/* Animation */

.js-enabled .animation-appear{
    opacity: 0;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);

    -webkit-transition: -webkit-transform .5s cubic-bezier(0.175, 0.885, 0.320, 1), opacity .5s;
    -moz-transition: -moz-transform .5s cubic-bezier(0.175, 0.885, 0.320, 1), opacity .5s;
    -ms-transition: -ms-transform .5s cubic-bezier(0.175, 0.885, 0.320, 1), opacity .5s;
    -o-transition: -o-transform .5s cubic-bezier(0.175, 0.885, 0.320, 1), opacity .5s;
    transition: transform .5s cubic-bezier(0.175, 0.885, 0.320, 1), opacity .5s;
}

.js-enabled .animation-appear.start-animation{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/* Colors */

.color-accent-background
{
    background-color:#ff1503;
}

.color-accent-foreground
{
    color:#ff1503;
}

.color-alt-main-background
{
    background-color: #ededed;
}

/*Used to pad content container*/

.container-vspace{
    padding-bottom:50px;
    padding-top:50px
}

/* Responsive video container */

.video-frame
{

    margin-bottom:20px;
    overflow:hidden;
    padding-bottom:50%;
    position:relative
}

.video-frame iframe
{
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%
}

.js-enabled .video-frame
{
    height:auto;
    overflow:visible;
    padding-bottom:0;
    position:static;
}

.js-enabled .video-frame iframe
{
    height:100%;
    position:static;
    width:100%;
    left:auto;
    top:auto;
}

.portfolio-media .media-content .video-frame iframe,
.post-content .video-frame iframe
{
    min-height: 500px;
}

/* Float */

.float-right{
    float:right !important;
}

/* Visibility */

.visible-phone
{
    display:none!important
}

.visible-tablet
{
    display:none!important
}

.hidden-desktop
{
    display:none!important
}

.hidden
{
    display:none
}

.not-visible{
    visibility: hidden;
}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

/* FlexSlider */

.flexslider ul{
    list-style: none;
    padding: 0;
}

.media-separator {
    background-color: #62d703;
    display: block;
    height: 5px;
    width: 43px;
    margin: 10px 0 8px;
}

/* WP Classes */

.alignleft {
    float: left;
    margin-right: 10px;
}

.alignright {
    float: right;
    margin-left: 10px;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: table;
    clear: both;
}

.wp-caption { }
.wp-caption-text{}
.sticky .title{background: url(assets/img/Sticky.png)no-repeat scroll 0 4px; padding-left: 19px;}
.gallery-caption { margin-left: 0; }
.bypostauthor{}


.blog .flex-control-nav,.single-post .flex-control-nav{
    display: none;
}

body.single .main-content, body.blog .main-content{
    height: auto !important;
}

/*-----------------------------------------------------------------------------------*/
/*	X.	Forms & contact form 7 style
/*-----------------------------------------------------------------------------------*/

.wpcf7-form p{
    font-size: 12px;
}

.input-text input[type="text"]{
    border:1px solid #838383;
    color:#5d5d5d;
    line-height:34px;
    height: 34px;
}

.input-textarea textarea{
    border:1px solid #838383;
    padding:10px 2%;
    color:#5d5d5d;
    width:100%;
    max-width: 100%;
    min-width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin-bottom: 20px;
    margin-top: -1px;
}


/*-----------------------------------------------------------------------------------*/
/*	X.	Header
/*-----------------------------------------------------------------------------------*/
#page-top-menu {
    clear: both;
    position: absolute;
    width: 100%;
    z-index: 70;
    top: 0;
}
#page-top-menu nav {
    margin-top: 30px;
}
#page-top-menu nav ul {
    padding-right: 0;
    margin: auto;
    display: table;
}
#page-top-menu nav ul li.menu-item {
    display: block;
    float: left;
    list-style: none;
    padding-left: 20px;
    border-left: 1px solid #FFFFFF;
    margin-right: 30px;
}
#page-top-menu nav ul li.menu-item:first-child {
    padding-left: 0;
    border-left: none;
}
#page-top-menu nav ul li.menu-item:last-child {
    margin-right: 0;
}
#page-top-menu nav.top-menu ul li.menu-item ul.sub-menu li.menu-item{
    border-left: none;
    padding-left: 0px;
}
#page-top-menu nav ul li.menu-item.menu-item-object-contact {
    padding-left: 0px;
}
#page-top-menu nav ul li.menu-item.contactitem a{
    padding-left: 42px;
}
#page-top-menu nav ul li.menu-item a{
    transition:0.3s;
}
#page-top-menu nav ul li.menu-item a:hover{
    opacity:0.9;
    transition:0.3s;
}
#page-top-menu nav ul li.menu-item span {
    color: #FAF6F5;
    text-transform: uppercase;
    font-family: "Oswald";
    line-height: 1.429;
    display: block;
}
#page-top-menu nav ul li.menu-item div.icon{
    color: #FAF6F5;
    display: block;
    float: left;
    position: absolute;
    vertical-align: middle;
    font-size: 22px;
    margin-left: -31px;
}
#page-top-menu nav ul li.menu-item span.menu-item-title {
    font-size: 16px;
}
#page-top-menu nav ul li.menu-item:hover span.menu-item-title {
    opacity: 0.7;
}
#page-top-menu nav ul li.menu-item span.menu-item-description {
    opacity: 0.65;
    font-size: 12px;
}
#page-top-menu nav ul li.menu-item ul {
    border: 1px solid #ffffff;
    background-color: rgba( 0, 0, 0, 0.2 );
    margin-top: 28px;
    width: 173px;
}
#page-top-menu nav.background--light ul li.menu-item ul {
    border: 1px solid #000000;
}
#page-top-menu nav ul li.menu-item ul li {
}
#page-top-menu nav ul li.menu-item ul li a {
    font-size: 14px;
    font-family: "Oswald";
    color: #ffffff;
    text-transform: uppercase;
    /* height: 28px; */
    padding: 5px;
    display: block;
}
#page-top-menu nav.background--light ul li.menu-item ul li a {
    color: #000000;
}
#page-top-menu nav ul li.menu-item ul li a:hover {
    color: #000000;
    background-color: #FFFFFF;
}

#page-top-menu nav ul li.menu-item ul li{
    width: 100%;
}

#page-top-menu nav ul li.menu-item ul li ul{
    margin-top: 30px;
    margin-left: -100px;
}
#page-top-menu nav.top-menu ul li.menu-item ul.sub-menu li.menu-item ul{
    margin-top:-1px;
    margin-left:3px;
}

/*--------- one page navigation ---------*/
#one-page-nav {
    background: none repeat scroll 0% 0% padding-box rgb(255, 255, 255);
    position: fixed;
    z-index: 99;
    right: -40px;
    bottom: 50%;
    opacity: 0;
    padding: 10px 0px;
    border-radius: 15px;
    border:1px solid rgba(78, 78, 78, 0.13);
    transition: all 0.5s ease-in-out 0s;
}
#one-page-nav ul {
    list-style: none outside none ! important;
    margin-bottom: 0px;
    padding: 0;
}
#one-page-nav ul li {
    margin-top: 0px;
    margin-bottom: 0px;
}
#one-page-nav ul li:first-child {
    margin-top: 0px;
}
#one-page-nav li a {
    display: block;
    border-bottom: 0px none;
    padding: 4px 8px;
}
#one-page-nav li a:hover > i {
    border-color: rgb(73, 73, 73);
    background: none repeat scroll 0% 0% rgb(73, 73, 73);
}
#one-page-nav li.current a > i {
    border-color: rgb(73, 73, 73);
    background: none repeat scroll 0% 0% rgb(73, 73, 73);
}
#one-page-nav li i {
    border-radius: 50%;
    width: 5px;
    height: 5px;
    border: 2px solid rgb(255, 255, 255);
    box-sizing: initial;
    background: none repeat scroll 0% 0% rgb(227, 227, 227);
    display: block;
    -moz-box-sizing: content-box;
    transition: all 0.3s ease-in-out 0s;
}

.tooltipster-base {
    width: auto !important;
}
.tooltipster-default {
    background: #FFFFFF;
    color: #000;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
}
.tooltipster-punk .tooltipster-default .tooltipster-content {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 10px;
}
.tooltipster-punk {
    border-radius: 5px;
    border-bottom: 3px solid #f71169;
    background: #2a2a2a;
    color: #fff;
}
.tooltipster-content {
    font-family: "Open Sans", sans-serif !important;
    font-size: 12px !important;
    line-height: 16px !important;
    padding: 4px 6px 5px !important;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 6px solid transparent !important;
    border-bottom: 6px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px;
}

/* First Section after header */
#page-top-menu + section > div.container,
#page-top-menu + section > div.skills,
#page-top-menu + section > div.clearfix{
    margin-top: 60px;
}

/*-----------------------------------------------------------------------------------*/
/*	X.	Layout Elements & mobile navigation
/*-----------------------------------------------------------------------------------*/
/*Detected by JS*/
.px-translate3d .pushed-left .main{
    -webkit-transform: translate3d(-260px, 0, 0);
    -moz-transform: translate3d(    -260px, 0, 0);
    -ms-transform: translate3d(-260px, 0, 0);
    -o-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0);
    left:0;
}

.pushed-left .main{
    left:-260px;
}

.main{
    width:100%;
    position:relative;
    left:0;
    top:0;
    overflow: hidden;
    z-index: 2;

    -webkit-transition: -webkit-transform .33s cubic-bezier(0.694, 0.0482, 0.335, 1), left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: -moz-transform .33s cubic-bezier(0.694, 0.0482, 0.335, 1), left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-transition: -o-transform .33s cubic-bezier(0.694, 0.0482, 0.335, 1), left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -ms-transition: -ms-transform .33s cubic-bezier(0.694, 0.0482, 0.335, 1), left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: transform .33s cubic-bezier(0.694, 0.0482, 0.335, 1), left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}

.main .main-content{
    -webkit-transform: inherit;
    -moz-transform:inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;

    -webkit-transition:all .45s ;
    -moz-transition:all .45s ;
    -ms-transition:all .45s ;
    -o-transition:all .45s ;
    transition:all .45s ;
}

/* Navigation Button inside header */

#page-top-menu .navigation-button{
    display: none;
    width: 32px;
    height:32px;
    color: #FAF6F5;
    text-align: center;
    text-decoration: none;
    position: relative;
    top:50%;
    margin-top: 18px;
    margin-right: 22px;
    float:right;
}

#page-top-menu .navigation-button:hover{
    opacity: 0.9;
    transition: all 0.3s ease 0s;
}

#page-top-menu .navigation-button span{
    display: block;
    font-size: 32px;
    line-height: 32px;
    margin-top: -5px;
}
#page-top-menu .navigation-button span.icon-mail5 {
    margin-top: -4px;
}

/* Mobile Navigation */

.navigation-mobile{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 180px;
    padding: 0 40px;
    background-color: #0c0c0c;
    overflow: hidden;
    display: none;
    z-index: 100;
    box-sizing: content-box;
}

.navigation-mobile ul{
    list-style: none;
    margin:0;
}

.navigation-mobile li{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9em;
}

.navigation-mobile ul ul{
    padding-left: 15px;
}

.navigation-mobile > ul{
    padding:0;
    margin-top: 60px;
}
.navigation-mobile ul li a {
    font-size: 14px;
}
.navigation-mobile ul li a span.icon {
    float: left;
    margin-left: -8px;
    margin-top: 6px;
    padding-right: 2px;
}
.navigation-mobile ul li a span.icon-arrow-right4 {
    opacity: 0.5;
}
.navigation-mobile a{
    color: #666;
    text-decoration: none;
    transition:0.3s;
}

.navigation-mobile li:hover > a{
    color: #FFF;
    transition:0.3s;
}

.navigation-close{
    color: #666666;
    cursor: pointer;
    font-size: 38px;
    position: absolute;
    right: 30px;
    top: 8px;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.navigation-close:hover{
    color: #FFF;
}

/*-----------------------------------------------------------------------------------*/
/*	X.	Widgets
/*-----------------------------------------------------------------------------------*/

.widget-area{
    padding-bottom: 50px;
    margin-top: 80px;
}

.widget-area .widget-title{
    color: #232323;
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 4px;
}

.widget-area hr{
    background-color: #303030;
    margin: 0;
    height: 5px;
    position: absolute;
    width: 33px;
    top: 30px;
    display: block;
}

.widget-area .widget{
    margin-bottom:26px;
    position: relative;
}

.widget-area .widget img{
    max-width: 100%;
}

.widget-area .widget:last-child{
    margin-bottom:0
}

.widget-area a{
    font-size:12px;
    font-weight:400;
    color:#949494;
    text-decoration: none;
}

.widget-area a:hover{
    color:#dc6555;
}

/* text widget */
.widget-area .textwidget{
    font-size: 13px;
    line-height: 20px;
}

/* Search */

.widget-area .search-form{
    max-width:300px
}

.widget-area .search-form fieldset{
    border:0;
    margin:0;
    padding: 0;
}

.widget-area .search-form form{
    padding: 10px 52px 10px 10px;

    position: relative;

    border:1px solid #929292;
    border-right: none;
}

.widget-area .search-form input[type="text"]{
    width:100%;
    min-width: 150px;
    background: none;
    border:none;
    color:#666;
    font-weight: 300;
    font-size: 14px;
}

.widget-area .search-form input[type="submit"]{
    position: absolute;
    right:0;
    top:0;
    width:29px;
    padding:0;
    height:100%;
    background-size: 18px 18px;
    border:none;
    background-color: #989898;
}


.widget-area .search-form input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */
    color:    #838383;
}
.widget-area .search-form input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #838383;
    opacity: 1;
}
.widget-area .search-form input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #838383;
    opacity: 1;
}
.widget-area .search-form input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #838383;
}

.widget-area .search-form form{
    background-color: #FFFFFF;
    padding: 2px 42px 2px 10px;

    border: 1px solid #929292;
    -moz-border: 1px solid #929292;
    -webkit-border: 1px solid #929292;
}

.widget-area .search-form input[type="text"]{
    color: #5d5d5d;;
}


.widget-area .search-form input[type="submit"]:hover{
    background-color: #303030;
    color: #ffffff;
}

.widget-area .search-form input[type="text"]::-webkit-input-placeholder ,
.widget-area .search-form input[type="text"]:-moz-placeholder ,
.widget-area .search-form input[type="text"]:-ms-input-placeholder { /* WebKit browsers */
    color:    #5d5d5d;
}

/* Lists */

.widget-area ul{
    padding:0;
    margin:0;
    list-style: none;
}

.widget-area li{
    padding: 1px 0;
    font-size: 12px;
    border-bottom: none;
}

.widget-area li:first-child{
    padding-top: 0;
}

.widget-area li:last-child{
    margin-bottom: 0;
}

.widget-area li a{
    display: inline-block;
}

.widget-area li ul{
    margin-top:10px;
    padding-left:10px;
}

.widget-area li ul li:last-child{
    border-bottom: none;
    padding-bottom:0;
}
/* Tag Cloud */

.tagcloud{
    margin-left: -4px;
}

.tagcloud a{
    padding: 3px 5px;
    border:1px solid #e6e6e6;
    font-size: 13px !important;
    color:#aeaeae;
    text-decoration:none;
    margin-left: 4px;
    margin-bottom: 4px;
    display: inline-block;

    -webkit-transition: color 0.3s, background-color 0.3s;
    -moz-transition: color 0.3s, background-color 0.3s;
    -ms-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

.tagcloud a:hover{
    color:#62D703;

    border: 1px solid #62D703;
    -moz-border: 1px solid #62D703;
    -webkit-border: 1px solid #62D703;
}

.widget-area .tagcloud a,
.widget-area .tagcloud{
    margin-left: 0;
}
/* Calendar */

#wp-calendar{
    width: 100%;
}

/*calendar table*/
#wp-calendar td, #wp-calendar th{
    text-align: center;
    font-size: 13px;
    padding: 3px;
}

#wp-calendar caption{
    margin-bottom: 10px;
}

#wp-calendar #today{
    background: #303030;
    color: #fff;
}

/* Select Element */

.widget-area select{
    width: 95%;
}

/* Recent entries */

.widget_recent_entries a{
    font-size: 13px;
}

.widget_recent_entries .post-date{
    font-size: 12px;
}

/* Flickr Badge */

.flickr-container{
    margin-left: -7px;
}

.flickr-container:after
{
    clear:both;
    content:"";
    display:table
}

.flickr-container .flickr_badge_image{
    float:left;
    margin-left: 7px;
    margin-bottom: 7px;
}

.flickr-container .flickr_badge_image a{
    display: block;
    padding:3px;
    border:1px solid #ccc;
}

.flickr-container .flickr_badge_image img{
    vertical-align: top;
    width:50px;
}

/* Recent Tweets */

.widget_px_twitter .twitter-recent-list{
    margin:0 0 10px;
}

.widget_px_twitter li a{
    display: inline;
    font-style: normal;
}

.widget_px_twitter li{
    padding:0;
    border-bottom: none;
    margin-bottom: 30px;
    font-weight: 400;
}

.widget_px_twitter .link{
    color:#939393;
    font-size:13px;
    font-style: italic;
}

/* Recent Portfolio & blog */

.widget_px_recent_posts .item,
.widget_px_recent_portfolio .item{
    margin-bottom: 10px;
}

.widget_px_recent_posts .item-image,
.widget_px_recent_portfolio .item-image{
    display: block;
    float:left;
    margin-right:10px;
    width:75px;
    height:63px;
    background-color: #4d4d4d;
}

.widget_px_recent_posts .item-info,
.widget_px_recent_portfolio .item-info{
    float: left;
    width: 65%;
}

.widget_px_recent_posts .item-title,
.widget_px_recent_portfolio .item-title{
    font-size: 13px;
    color: #3d3d3d;
    line-height: 17px;
    float: left;
}

.widget_px_recent_posts .item-date,
.widget_px_recent_portfolio .item-date{
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
    float: left;
    color: #000000;
    margin-left: 5px;
}

/* Progress */
/***** Progress *****/

.progressbar{
    /*margin-bottom: 16px;*/
}

.progressbar .title{
    color: #626262;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
}

.progressbar .progress{
    height:16px;
    background-color: #c8eafc;
    overflow: hidden;
}


.progressbar .progress-inner{
    height:100%;
    background-color: #62D703;
}

.js-enabled .progressbar.animate .progress-inner{
    position: relative;
    -webkit-transition: left 3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: left 3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -ms-transition: left 3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: left 3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: left 3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.js-enabled .progressbar.animate.start-animation .progress-inner{
    left: 0 !important;
}

.widget_px_progress .progressbar:last-child{
    margin-bottom: 0;
}

/* Testimonials */

.widget_px_testimonials .testimonials-container{
    position: relative;
}

.widget_px_testimonials .testimonials-controls{
    position: absolute;
    right:5px;
    top:0;
    z-index: 10;
}

.widget_px_testimonials .testimonials-controls:after{
    content: "";
    display: table;
    clear:both;
}

.widget_px_testimonials .name{
    font-size:15px;
    font-weight: 400;
    font-style: italic;
    color: #d4be9a;
    margin-bottom:15px;
    padding-right:60px;
    display: inline-block;

    -moz-transition:opacity .2s;
    -o-transition:opacity .2s;
    -webkit-transition:opacity .2s;
    transition:opacity .2s;
}

.widget_px_testimonials blockquote{
    padding: 0;
    background: none;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.6923em;
    color:#949494;
    border:none;
}

.widget_px_testimonials ul{
    overflow: hidden;
    position: relative;
}

.widget_px_testimonials li{
    border:none !important;
    padding:0;
    display: none;
}

.widget_px_testimonials li:first-child{
    display: block;
}

.widget_px_testimonials .separator,
.widget_px_testimonials .next,
.widget_px_testimonials .previous{
    display: block;
    text-indent: -1000px;
    float:left;
    overflow: hidden;
}

.widget_px_testimonials .next,
.widget_px_testimonials .previous{
    display: block;
    width:7px;
    height:13px;
    background: url(assets/img/testimonial-controls.png) no-repeat;
    background-size: 14px 13px;
    text-indent: -1000px;
    float:left;
}

.widget_px_testimonials .next:focus ,
.widget_px_testimonials .previous:focus {
    outline: none;
}

.widget_px_testimonials .next{
    background-position: -7px 0;
}

.widget_px_testimonials .separator{
    margin:0 5px;
    height:13px;
    width:1px;
}


.tab-selectors .flex-control-paging li a{
    background-color: transparent;
    height: 10px;
    width: 10px;
    border: 1px solid black;
}

.tab-selectors .flex-control-nav li {
    display: inline-block;
    zoom: 1;
    clear: both;
    float: right;
    margin: 4px;
}

.tab-selectors ul.flex-direction-nav{
    display: none;
}

.tab-selectors{
    margin-top:15px;
}

/*-----------------------------------------------------------------------------------*/
/*	X.	404 Page
/*-----------------------------------------------------------------------------------*/

.page404 {
    margin-top: 200px;
    margin-bottom: 150px;
}

.page404 .title{
    color: #2f2f2f;
    font-family: "Oswald", sans-serif;
    font-size: 79px;
    line-height: 79px;
}

.page404 .separator{
    max-width: 237px;
    width: 100%;
    height: 3px;
    margin: 0;
    background-color: #2F2F2F;
}

.page404 .subtitle{
    color: #2f2f2f;
    font-family: "Oswald", sans-serif;
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 10px;
}

.page404 .image{
    width: 274px;
    float: left;
}

.page404 .subtitle-separator{
    width: 33px;
    border-bottom: 8px solid #62D703;
    margin: 0;
}

.page404 .description{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #5d5d5d;
}

.page404 .search-form{
    max-width: 270px;
    margin-top: 13px;
    margin-bottom: 15px;
}

.page404 .search-form fieldset{
    border:0;
    margin:0;
    padding: 0;
}

.page404 .search-form form{
    padding: 10px 52px 10px 10px;
    position: relative;
    border:1px solid #929292;
    border-right: none;
}

.page404 .search-form input[type="text"]{
    width:100%;
    min-width: 150px;
    background: none;
    border:none;
    color:#666;
    font-weight: 300;
    font-size: 14px;
}

.page404 .search-form input[type="submit"]{
    background: url("assets/img/search.png") no-repeat scroll center center / 18px 18px rgba(0, 0, 0, 0);
    position: absolute;
    right:0;
    top:0;
    width:29px;
    padding:0;
    height:100%;
    background-size: 18px 18px;
    border:none;
    background-color: #2F2F2F;
}

.page404 .search-form input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */
    color: #838383;
}
.page404 .search-form input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #838383;
    opacity: 1;
}
.page404 .search-form input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #838383;
    opacity: 1;
}
.page404 .search-form input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #838383;
}

.page404 .search-form form{
    background-color: #FFFFFF;
    padding: 2px 42px 2px 10px;
    border: 1px solid #2F2F2F;
    -moz-border: 1px solid #2F2F2F;
    -webkit-border: 1px solid #2F2F2F;
}

.page404 .search-form input[type="text"]{
    color: #5d5d5d;;
}


.page404 .search-form input[type="submit"]:hover{
    background-color: #303030;
    color: #ffffff;
}

.page404 .search-form input[type="text"]::-webkit-input-placeholder ,
.page404 .search-form input[type="text"]:-moz-placeholder ,
.page404 .search-form input[type="text"]:-ms-input-placeholder { /* WebKit browsers */
    color:    #5d5d5d;
}

.error404 footer{
    bottom: 0;
    position: absolute;
    width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*	X.	Footer
/*-----------------------------------------------------------------------------------*/

#page-footer{
    bottom: 0;
    position: relative;
    width: 100%;
    background-color: rgba(129, 129, 129, 0.07);
}


#page-footer .top-border {
    background-color: rgb( 47, 47, 47 );
    opacity: 0.502;
    position: absolute;
    width: 272px;
    height: 2px;
}

#page-footer .copyright-text {
    font-size: 12px;
    color: rgba( 71, 71, 71, 0.8 );
    line-height: 1.5;
    padding: 10px 0;
}

#page-footer .copyright-text a{
    color:rgba( 71, 71, 71, 0.8 ); ;
}

#page-footer .copyright-text a:hover{
    color: #62D703;
}


#page-footer ul {
    padding: 0;
}
#page-footer ul li.social-icon {
    list-style: none;
    display: block;
    float: left;
}
#page-footer ul li.social-icon a {
    color: #6c6c6c;
    font-size: 18px;
    transition: 0.3s;
    margin-right: 13px;
}
#page-footer ul li.social-icon a:hover {
    color: #62D703;
    transition: 0.3s;
}

/* Widgets */

#page-footer .footer-widgets{
    border-top: 1px solid #c0c0c0;
}

#page-footer .widget-area
{
    color:#000000;
    padding:45px 0 15px;
    position:relative;
    margin: 0;
}

#page-footer .widget-area .widget-title{
    color:#141414;
    margin-bottom: 30px;
}

#page-footer .widget-area hr{
    margin-bottom: 30px;
}

#page-footer .widget-area a{
    color:#000;
}

/* Lists */

#page-footer .widget-area li{
    border-bottom: 1px solid #4b4b4b;
}

/* Widget Specific styles */

#page-footer .widget_tag_cloud a
{
    border:1px solid #59595a;
    color:#999;
}

#page-footer .widget_tag_cloud a:hover{
    background-color: #474747;
}


/* Flickr badges*/

#page-footer .flickr-container .flickr_badge_image a{
    border:1px solid #d2d2d2;
}

/* Recent Tweets */

#page-footer .widget_px_twitter li{
    border-bottom: none;
    background-color: transparent;
    padding: 0px;
    font-weight: 300;
    position: relative;
}

#page-footer .widget_px_twitter li span,
#page-footer .widget_px_twitter .join{
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-family: "oswald",sans-serif;
}

#page-footer .widget_px_twitter li span > a{
    color:inherit;
    font: inherit;
}

#page-footer .widget_px_twitter li a{
    display: inline;
    font-size: 11px;
    color:#e2e2e2;
}


#page-footer .widget_px_twitter .link{
    color:#000;
}

#page-footer .widget_px_twitter hr.hr-twitter{
    background-color: #4b4b4b;
}



/* Search */

#page-footer .widget-area .search-form form{
    background-color: #4d4d4d;
}

#page-footer .widget-area .search-form input[type="text"]{
    color:#dadada;
}

#page-footer .widget-area .search-form input[type="submit"]{
    background-color: #838383;
}

#page-footer .widget-area .search-form input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */
    color:#dadada;
}
#page-footer .widget-area .search-form input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#dadada;
}
#page-footer .widget-area .search-form input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#dadada;
}
#page-footer .widget-area .search-form input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#dadada;
}

/* Testimonials */

#page-footer .widget_px_testimonials blockquote{
    color:#807C7C;
}

#page-footer .widget_px_testimonials .separator{
    background-color: #646464;
}

/* Custom Menu */

#page-footer .widget_nav_menu .sub-menu{
    margin: 8px 0 0 10px;
}

#page-footer .widget_nav_menu a{
    display: block;
    padding: 3px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-transition:all 200ms;
    -o-transition:all 200ms ;
    -webkit-transition:all 200ms;
    transition:all 200ms;
}

#page-footer .widget_nav_menu a:hover{
    background-color: #b3b3b3;
    padding-left: 10px;
}

/* CF7 */

.footer-widgets .wpcf7 p{
    margin: 0;
}

.footer-widgets .wpcf7 br{
    display: none;
}

.footer-widgets .wpcf7-form-control-wrap{
    padding-bottom: 3px;
    margin-bottom: 3px;
    background-color:transparent;
    border-bottom: 2px solid #919191;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.footer-widgets .wpcf7-form-control-wrap input[type="text"],
.footer-widgets .wpcf7-form-control-wrap input[type="email"]{
    height: 26px;
    line-height: 26px;
}

.footer-widgets .wpcf7 input[type="submit"]{
    margin-top:7px;
    background-color: #d9d9d9;
    color: #151515;
}

.footer-widgets .wpcf7 input[type="submit"]:hover{
    background-color: #62D703;
    color:#FFF;
}

/*-----------------------------------------------------------------------------------*/
/*	X.	Intro Sec
/*-----------------------------------------------------------------------------------*/
#intro {
    /*display: table;*/
    padding: 0 0;
    overflow: hidden;
    text-align: center;
}

#intro .flexslider {
    position: absolute;
}

/*#intro > .container {
    vertical-align: bottom;
    display: table-cell;
}*/

#intro .face-photo-container {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    height: 190px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 190px;
    overflow: hidden;
}
#intro div.face-photo {
    margin-top: 6px;
    margin-left: 6px;
    width: 178px;
    height: 178px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: absolute;
}

#intro img.face-pic{
    display: none;
    border-radius: 50%;
}

#intro .about {
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#intro .about .about-name {
    font-size: 36px;
    font-family: "Oswald";
    text-transform: uppercase;
    line-height: 1.429;
    margin-left: auto;
    margin-right: auto;
}
#intro .about .separator {
    background-color: #ffffff;
    width: 32px;
    height: 6px;
    margin-left: auto;
    margin-right: auto;
}

#intro .about .description-container{
    text-align: center;
    margin-top: 10px;
}
#intro .about .description-container > .description,
#intro .about .separator-container > .separator{
    margin-left: auto !important;
}
#intro .about .description {
    font-size: 19px;
    font-weight: 300;
    font-family: "Open Sans";
    width: auto;
    max-width: 679px;
    margin-left: auto;
    margin-right: auto;
    line-height: 26px;
}
#intro .about .signature {
    padding-bottom: 25px;
}

#intro .video-background{
    width: 100%;
    position: absolute;
    z-index: -2;
    max-height: 100%;
}

/* Overlay */
.header-overly {
    background-attachment: scroll , scroll;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-position: 0 0%, center center;
    background-repeat: repeat, no-repeat;
    display: block;
    height: inherit;
    width: 100%;
}

/* background image */
#page-top-menu .background--light ul li.menu-item span,
#page-top-menu .background--light ul li.menu-item .logo .name,
#page-top-menu .background--light ul li.menu-item div.icon{
    color: #000000 !important;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}

#page-top-menu .background--dark ul li.menu-item span,
#page-top-menu .background--dark ul li.menu-item .logo .name,
#page-top-menu .background--dark ul li.menu-item div.icon{
    color: #FAF6F5 !important;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}

#page-top-menu .background--light ul li.menu-item{
    border-left: 1px solid #000000;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}

#page-top-menu .background--dark ul li.menu-item{
    border-left: 1px solid #FAF6F5;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}

/*-----------------------------------------------------------------------------------*/
/*	X.	Skills Sec
/*-----------------------------------------------------------------------------------*/

#skill .skills {
    padding-top: 66px;
    height: 322px;
}
#skill div.skills > div {
    height: inherit;
}
#skill div.skills > div:first-child {
    height: auto;
    margin-bottom: 60px;
}


#skill .skills .skill-text,.custom-part-text{
    font-size: 52px;
    font-family: "Oswald";
    color: rgba( 77, 77, 77, 0.929 );
    line-height: 1.008;
    margin-top: 43px;
}




#skill .skills .skill-text .green {
    color: #5ccd00;
}

#skill .skills div.underline-box,
.custom-part div.underline-box{
    background-color: #5ccd00;
    display: block;
    width: 92px;
    height: 8px;
    margin-top: 11px;
    margin-bottom: 15px;
}
#skill .skills .skill-chart .chart-container {
    position: absolute;
}
#skill .skills .skill-chart {
    margin: auto;
    width: 141px;
}
#skill .skills .skill-chart .chart {
    position: absolute;
    margin: 11px 11px;
}
/* eaSY pie chart*/
.chart > canvas {
    position: inherit;
}
.chart-text-container {
    position: absolute;
}
.percent {
    font-size: 45px;
    font-family: "Oswald";
    color: rgb( 77, 77, 77 );
    text-transform: uppercase;
    z-index: 2;
    position: inherit;
    top: 145px;
    text-align: left;
    margin: 0 auto;
    width: 118px;
    display: block;
}
.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}

.experience {
    color: rgba(77, 77, 77, 0.93);
    font-family: "Oswald";
    font-size: 25px;
    margin-left: 0px;
    position: inherit;
    top: 202px;
    width: 130px;
    font-size: 25px;
    line-height: 28px;
    margin-top: 8px;
}


/*-----------------------------------------------------------------------------------*/
/*	X.	Experience and Education Section
/*-----------------------------------------------------------------------------------*/
#experience{
    margin-top: 72px;
    margin-bottom: 72px;
}
#education {
    margin-top: 82px;
    margin-bottom: 123px;
}

#experience .experience-header-container,
#education .education-header-container{
    padding-bottom: 45px;
}
#experience .experience-header,
#education .education-header,
.custom-part .custom-part-title{
    background-color: #62D703;
    color: #FFFFFF;
    display: inline-block;
    font-family: "oswald";
    font-size: 30px;
    font-weight: normal;
    padding: 0 4px 2px;
    text-transform: uppercase;
}
#experience a.print-box {
    border: 1px solid #8e8e8e;
    border-radius: 18px;
    background-color: #ffffff;
;
    float: right;
    width: auto;
    height: 35px;
    font-size: 12px;
    font-family: "Oswald";
    color: rgb( 47, 47, 47 );
    line-height: 1.335;
    text-transform: uppercase;
    padding: 9px 18px;
    margin-top: 20px;
}
#experience a.print-box:hover {
    background-color: #62D703;
    color: #ffffff;
    border-color: #62D703;
}
#experience .print-box .text {
    margin-left: 6px;
}
#experience .experience-parts .experience-part {
    border-bottom: 1px solid #000000;
    padding-bottom: 30px;
    padding-top: 20px;
    width: 100%;
}
#experience .experience-parts .experience-part:last-child {
    border-bottom: none;
}
#experience.container .experience-parts .experience-part .title > div {
    display: table-cell;
    vertical-align: middle;
}
#experience.container .experience-parts .experience-part .title > div:first-child {
    max-width: calc(100% - 34px);
    padding-top: 10px;
    padding-top: 20px;
}

#experience.container .experience-parts .experience-part .title > div:last-child {
    position: absolute;
    right: 0;
    top: calc(50% + 5px);
}
#experience .experience-parts .experience-part h3 {
    font-size: 22px;
    font-family: "Oswald";
    color: #000000;
    text-transform: uppercase;
    line-height: 1.483;
    margin-top: 0;
    padding-right: 34px;
    /*max-width: calc(100% - 18px);*/
}
#experience .experience-parts .experience-part .underline-box {
    background-color: rgb( 98, 215, 3 );
    float: right;
    width: 34px;
    height: 9px;
    margin-top: 9px;
}
#experience .experience-parts .experience-part .years {
    font-size: 16px;
    font-family: "Oswald";
    color: rgb( 112, 112, 112 );
    text-transform: uppercase;
    position: absolute;
    margin-top: -8px;
    
}
#experience .experience-parts .experience-part .description {
    padding-top: 22px;
}
#experience .experience-parts .experience-part .description .icon {
    position: absolute;
    margin-left: 41px;
    font-size: 44px;
    margin-top: 9px;
    transition: 0.3s;
}
#experience .experience-parts .experience-part:hover .description .icon,
#education .education-parts .education-part:hover .description .icon {
    color: #62D703;
    transition: 0.3s;
}
#experience .experience-parts .experience-part .description .text {
    margin-left: 154px;
    position: relative;
}
/*#experience .education-parts .education-part .title{*/
#education .education-parts{
    padding-top: 30px;
}
#education .education-parts .education-part {
    width: 100%;
}
#education .education-parts .education-part .content {
    display: table;
    width: 100%;
}

#education .education-parts .education-part .title{
    font-family: "oswald";
    text-transform: uppercase;
    padding-right: 0px;
    padding-top: 22px;
}
#education .education-parts .education-part .title > div {
    display: table-cell;
    vertical-align: middle;
}
#education .education-parts .education-part .title .years{
    font-size: 22px;
    padding-right: 26px;
    border-right: 2px solid #000000;
    display: inline-block;
    font-family: "Oswald";
    border-style: none;
}
#education .education-parts .education-part .title h3{
    font-size: 18px;
    color: #707070;
    display: inline-block;
    padding-left: 20px;

    border-left: 2px solid black;
    margin-bottom: 0;
    margin-left: -2px;
    margin-top: 0;
    max-width: 150px;
}
#education .education-parts .education-part .description {
    padding-top: 22px;
}
#education .education-parts .education-part .description .icon {
    font-size: 44px;
    transition: all 0.3s ease 0s;;
}
#education .education-parts .education-part .underline-box {
    background-color: #62D703;
    clear: both;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 34px;
    height: 9px;
    margin: 42px 0 37px 15px;
}
#education .education-parts .education-part:last-child .underline-box {
    visibility: hidden;
    display: none;
}


/*-----------------------------------------------------------------------------------*/
/*	X.	Portfolio Section
/*-----------------------------------------------------------------------------------*/
#portfolio .portfolio-header, #testimonial .testimonial-header {
    font-size: 30px;
    font-family: "Oswald";
    color: rgb( 47, 47, 47 );
    line-height: 1.335;
}
#portfolio div.underline-box, #testimonial div.underline-box {
    background-color: #373737;
    width: 92px;
    height: 7px;
    display: block;
    margin-top: 5px;
    text-transform: uppercase;
}

#portfolio {
    margin:47px auto 70px;
    padding: 0;
    overflow:hidden;
}
#portfolio ul.portfolio-filter {
    border: 1px solid #000000;
    background-color: #ffffff;
    color: #181818;
    width: 179px;
    height: 36px;
    padding: 0;
    margin-top:30px;
}
#portfolio ul.portfolio-filter:hover {
    border-bottom:none;
}
#portfolio ul.portfolio-filter li {
    font-size: 14px;
    font-family: "Oswald";
    text-transform: uppercase;
    list-style: none;
}
#portfolio ul.portfolio-filter li > div {
    padding: 7px;
}
#portfolio ul.portfolio-filter li .text {
    letter-spacing: 1.3px;
}
#portfolio ul.portfolio-filter li .icon {
    font-size: 20px;
    margin-right: 5px;
}

#portfolio ul.portfolio-filter li ul {
    margin-left: -1px;
    background-color:#FFFFFF;
    border: 1px solid #000000;
    border-top:none;
    width: 179px;
    z-index: 1;
    padding: 0;
    position: absolute;
}

#portfolio ul.portfolio-filter li ul li a {
    font-size: 14px;
    font-family: "Oswald";
    color:#000000;
    text-transform: uppercase;
    height: 28px;
    padding: 5px;
    display: block;
}
#portfolio ul.portfolio-filter li ul li a:hover {
    color: #fff;
    background-color: #000;
}

#portfolio .portfolio-container {
    margin-top: 54px;
    margin-right: -5px;
}

#portfolio article.portfolio-item {
    background-color: #FFFFFF;
    width: 20%;
    display: block;
    float: left;
    height: initial;
    position: relative;
    border: 1px solid #efefef;
    margin-left: -1px;
}

#portfolio article.portfolio-item .portfolio-image-link{
    width:initial;
    height:initial;
}
#portfolio article.portfolio-item .portfolio-image-link .photo {
    height:inherit;
    position: relative;
    overflow: hidden;
}

#portfolio article.portfolio-item .portfolio-image-link img {
    width: 100%;
    height:100%;

    -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#portfolio.animation article.portfolio-item{
    opacity: 0;
}

#portfolio.animation article.portfolio-item.start-animation{
    opacity: 1;
}

#portfolio article.portfolio-item:hover .portfolio-image-link img {
    width: 100%;

    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#portfolio article.portfolio-item .portfolio-image-link .description {
    background-color: #FFF;
    transition: 0.3s;
}

#portfolio article.portfolio-item:hover .portfolio-image-link .description {
    background-color: #5CCD00;
    transition: 0.3s;
}

#portfolio article.portfolio-item .portfolio-image-link div.overly {
    background-color: #FFFFFF;
    display: block;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    transition: 0.3s;
    width: 100%;
    z-index: 2;
}

#portfolio article.portfolio-item:hover .portfolio-image-link div.overly {
    opacity: 0.15;
    background-color:#000000;
    transition: 0.3s;
}

#portfolio article.portfolio-item .portfolio-image-link .plus {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    background-color:#fffd82;
    pointer-events: none;
    z-index:10;
    -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#portfolio article.portfolio-item .portfolio-image-link .plus.hor {
    width: 0;
    height: 2px;
    margin-left: 0;
}

#portfolio article.portfolio-item:hover .portfolio-image-link .plus.hor {
    opacity:1;
    margin-left:-25px;
    width:52px;
    -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#portfolio article.portfolio-item .portfolio-image-link .plus.ver {
    width: 2px;
    height: 0;
    margin-top: 0;
}

#portfolio article.portfolio-item:hover .portfolio-image-link .plus.ver {
    opacity:1;
    margin-top:-25px;
    height:52px;
    -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#portfolio article.portfolio-item .portfolio-image-link .description .title {
    font-size: 17px;
    font-family: "Oswald";
    color: #000000;
    text-transform: uppercase;
    line-height: 1.335;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 16px;
    -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity:0.5;
}

#portfolio article.portfolio-item:hover .portfolio-image-link .description .title {
    color: #000;
    opacity:1;
    -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#portfolio article.portfolio-item .portfolio-image-link .description .category {
    font-size: 11px;
    font-family: "Open Sans";
    color: #999999;
    text-transform: uppercase;
    line-height: 1.772;
    text-align: center;
    display: block;
    opacity:0.5;
    padding-bottom: 12px;
    -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#portfolio article.portfolio-item:hover .portfolio-image-link .description .category {
    opacity:1;
    color:#FFFFFF;
    -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* isotope animation settings */
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/*** Load More Btn ***/
.container.portfolio-loadmore{
    margin-top: 50px;
}
.loadmore{
    font-size: 14px;
    position: relative;
    padding: 0;
    border-radius: 0%;
    z-index: 999;
    cursor: pointer;
    width: 32px;
    height: 32px;
    float: right;
    background-color: #f1f1f1;
    overflow: hidden;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    border-radius: 31px;
    -webkit-transition:width .5s cubic-bezier(0.565, 0.220, 0.105, 0.905),background-color .3s;
    -moz-transition:width .5s cubic-bezier(0.565, 0.220, 0.105, 0.905),background-color .3s;
    -o-transition:width .5s cubic-bezier(0.565, 0.220, 0.105, 0.905),background-color.3s;
    transition:width .5s cubic-bezier(0.565, 0.220, 0.105, 0.905),background-color .3s;
}
.loadmore-btn{
    background:#f1f1f1  url("assets/img/arrow.png") no-repeat scroll center ;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0px;
    z-index: 351;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    border-radius: 31px;
}
.loadmore .loadmore-text{
    font-size: 14px;
    color: #5d5d5d;
    display: none;
    width: 90px;
    white-space: nowrap;
    padding: 5px;
    padding-left: 15px;
}
.loadmore:hover {
    width: 135px;
}

.loadmore:hover .loadmore-text {
    display: block;
}

/*-----------------------------------------------------------------------------------*/
/*	X.	Testimonials Section
/*-----------------------------------------------------------------------------------*/
#testimonial {
    padding-bottom: 44px;
    margin-top: 70PX;
}
#testimonial .special-intro {
    padding: 32px 0 22px;
    /*border-bottom: 1px solid #969696;*/
}
#testimonial .special-intro .descriptions {
    height: 112px;
    overflow: hidden;
}
#testimonial .special-intro .descriptions .description {
    font-size: 20px;
    font-family: "open sans";
    color: rgb( 92, 92, 92 );
    height: 112px;
    overflow: auto;
    padding-right: 8px;
    line-height: 1.15;
}
#testimonial .special-intro .descriptions .description .talker{
    font-size: 15px;
}
#testimonial .special-intro div.tab-selectors ul {
    padding: 0;
}
#testimonial .special-intro div.tab-selectors ul li.tab-selector {
    list-style: none;
}
#testimonial .special-intro div.tab-selectors ul li.tab-selector a {
    background: url("assets/img/horisontal-tab-item.png");
    clear: both;
    float: right;
    height: 14px;
    margin-bottom: 7px;
    width: 14px;
}
#testimonial .special-intro div.tab-selectors ul li.tab-selector a.selected {
    background: url("assets/img/horisontal-tab-item-selected.png");
}


/*-----------------------------------------------------------------------------------*/
/*	X.	Contact
/*-----------------------------------------------------------------------------------*/
#contact-topbar{
    background-color:#FFFFFF;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: -9999px;
    width: 100%;
    z-index: 1000;
    opacity: 0;
}
#contact-topbar .control-bar a.close-btn{
    height:38px;
    width:38px;
    float:right;
    background-image:url(assets/img/topbar-close.png);
    margin-top:42px;
    margin-right:32px;
    background-size: contain;
}
#contact-topbar .wrapper{
    margin-top:120px;
}
.contact-topbar .gmap{
    padding-right:0;
    padding-left:0;
    width: 50%;
    float: left;
}
.contact-topbar #contact-map{
    height:470px;
}
#contact-topbar.contact-topbar .gmap ul.social-icons{
    padding:0;
    margin-top:8px;
}
#contact-topbar.contact-topbar .gmap ul.social-icons li.social-icon{
    list-style:none;
    float:left;
    margin-right:3px;

}
#contact-topbar.contact-topbar .gmap ul.social-icons li.social-icon a{
    border: 1px solid #bfbfbf;
    width: 37px;
    height: 37px;
    display:block;
    color: #6c6c6c;
    font-size: 19px;
    padding:8px;
    transition: 0.3s;
}
#contact-topbar.contact-topbar .gmap ul.social-icons li.social-icon a:hover {
    border-color:#1d1d1d;
    background-color:#1d1d1d;
    color: #ffffff;
    transition: 0.3s;
}

#contact-topbar.contact-topbar .gmap ul.social-icons li.social-icon a span{
    display: block;
}

#contact-topbar div.contact-form{
    padding-left:27px;
    width: 50%;
    float: left;
}
#contact-topbar div.contact-form .contact-header{
    font-size: 30px;
    font-family: "Oswald";
    color: rgb( 47, 47, 47 );
    line-height: 1.335;
    text-transform:uppercase;
    margin-top:-7px;
    margin-bottom:8px;
}
#contact-topbar div.contact-form .underline-box{
    background-color: #373737;
    width: 92px;
    height: 7px;
    display: block;
    margin-top: 5px;
}
#contact-topbar div.contact-form .contact-text{
    font-size: 17px;
    font-family: "Oswald";
    color: #000000;
    line-height: 1.294;
    margin-top:35px;
    max-width:327px;
}
#contact-topbar ul.contact-form{
    font-family:'open sans';
    font-size:12px;
    padding:0;
    margin-top: -13px;
}
#contact-topbar ul.contact-form li{
    float: left;
    list-style: none;
    padding:0;
}
#contact-topbar ul.contact-form li.text-field{
    padding: 8px 8px 0 0;
}
#contact-topbar ul.contact-form li.text-field:last-child{
    padding-right: 0px;
}
#contact-topbar ul.contact-form li input{
    border: 1px solid #bfbfbf;
    background-color:#ffffff;
    width: 158px;
    height: 36px;
    padding:9px;
}
#contact-topbar ul.contact-form li.submit {
    clear: both;
    margin-bottom: 8px;
}
#contact-topbar ul.contact-form li input.submit{
    margin-top:8px;
    font-size:13px;
    width: 128px;
    height: 37px;
    padding:4px;
}
#contact-topbar ul.contact-form li.comment-text-field{
    width: 100%;
}
#contact-topbar ul.contact-form li .comment {
    border: 1px solid #bfbfbf;
    background-color:#ffffff;
    width:100%;
    max-width: 490px;
    height: 220px;
    margin-top:8px;
    padding:5px;
    resize:none;
}

div.wpcf7-validation-errors{
    border: none;
}

/*------ Contact for Print Page -------*/
.contact-info{
    width: 60%;
    margin: 7cm auto 0 ;
    text-align: center;
    display: none;
    font-size: 17px;
    font-family: "oswald", sans-serif;
    color: #000000;
    line-height: 1.294;
}
.contact-info .contact-header{
    font-size: 30px;
}

.contact-info .underline-box{
    width: 90px;
    margin: 15px auto 20px;
    border-bottom: 6px solid #373737;
}


/*-----------------------------------------------------------------------------------*/
/*	X.	Blog listing/Archive
/*-----------------------------------------------------------------------------------*/
#main-content div.row{
    margin-top: 30px;
}
.page-template-default #main-content{
    margin-top: 50px;
}

body.single .main-content,body.blog .main-content
{
height: auto;    
}

#archive,#search{
    margin-top: 80px;
}
.single header#page-top-menu,
.blog header#page-top-menu,
.page-template-default header#page-top-menu{
    background-color: #ffffff;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}
.single #page-top-menu nav,
.blog #page-top-menu nav,
.page-template-default #page-top-menu nav{
    margin-top: 18px;
    margin-bottom: 15px;
}
.single #page-top-menu nav ul li.menu-item span,
.blog #page-top-menu nav ul li.menu-item span{
    color: #818181;
}
.single #page-top-menu nav ul li.menu-item div.icon,
.blog #page-top-menu nav ul li.menu-item div.icon{
    color: #818181;
}
.single #main,
.blog #main{
    padding-top: 60px;
}
.page-title{
    font-family: "Oswald";
    font-size: 76px;
    line-height: 90px;
    font-weight: 400;
    margin: 50px 0 40px;
    color: #3d3d3d;
}

.posts{
    overflow: hidden;
}

.archive .post,
.blog .post{
    padding-bottom: 80px;
    position: relative;
}

/*
    Time line
*/
.post .timeline-container{
    text-align: center;
    position: absolute;
    height: 100%;
    width: 68px;
    overflow-y: hidden;
}

.post .timeline-container .circle{
    width: 65px;
    height: 65px;
    background-color: #fff;
    display: table;

    border: solid 1px #929292;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.posts .small .timeline-container .circle{
    opacity: .1;

    transform :scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);

}

.post .timeline-container .date{
    display: table-cell;
    vertical-align: middle;

}
.post .timeline-container .date span{
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #303030;
}

.post .timeline-container .date span.year{
    font-size: 20px;
}

.post .timeline-container .date span.day-month{
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 1px;
}

.post .timeline-container  .line{
    height: 0;
    width: 1px;
    background-color: #929292;
    margin: auto;
    opacity: .1;
}

/*
        Post Content
*/
.post .post-container{
    padding-left: 105px;
}

.post-media
{
    margin-bottom:20px;
}

.post-media iframe,
.post-media img{
    vertical-align: top;
    width: 100%;
}

.archive .post-meta,
.blog .post-meta
{
    padding-right: 3%;
    margin-bottom: 20px;
    margin-top: 3px
}

.post .title a
{
    font-family: "Oswald";
    font-size: 32px;
    color:#333;
}
.post .title a:hover{
    color: #62d703;
}

.post .title a{
    font-size: inherit;
}

.archive .text-comment p,
.blog .text-comment p{
    float: left;
    width: 91%;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}

.archive .text-comment .more-link,
.blog .text-comment  .more-link{
    color:#3f3f3f;
    font-size: 12px;
    position: absolute;
    bottom: 50px;
    left: 106px;
    color:#3f3f3f;
    font-size: 13px
}
.archive .text-comment .more-link span ,
.blog .text-comment  .more-link span{
    display: inline-block;
    height: 12px;
    width: 10px;
    top: 2px;
    position: relative;
}

.archive .post-comments,
.blog .post-comments
{
    float: right;
    margin-left: 2%;
    margin-top: 10px;
    min-width: 30px;
    width: 6%
}

.archive .comments-link,
.blog .comments-link{
    background: url("assets/img/comments-count.png") no-repeat scroll center bottom / 34px 7px #62D703;
    color: #FFFFFF;
    display: inline-block;
    font-family: "oswald",sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 32px;
    margin-left: 7px;
    text-align: center;
    width: 34px;
}

.archive .comments-link:hover,
.blog .comments-link:hover
{
    text-decoration: none;
}

.archive .post-info-container,
.blog .post-info-container{
    font-weight: 400;
    color:#2a2a2a;
}



.archive .post-info,
.blog .post-info{
    width:83%;
    margin-top:-4px;
}

.post-info span{
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #3f3f3f;
}

.post-info a{
    color:#3f3f3f;
    font-size: inherit;
}



/* Quote */
.post-content .quote{
    position: relative;
}

.post-content .quote-symbol{
    color: #62D703;
    float: left;
    font-size: 40px;
    height: 41px;
    width: 43px;
    margin-top: 17px;
    margin-left: 19px;
}

.post-content .quote-content{
    float: right;
    width: 90%;
}
.post-content .quote-content .name
{
    font-size: 14px;
    font-weight: 300;
    line-height: 15px;
    border: none;
    color: #373737;
    padding-left: 20px;
    text-transform: capitalize;
}

/* Single */

.single-post .head{
    margin:50px 0 26px;
    font-family: "Oswald";
}

.single-post .head .date{
    font-size:27px;
    color: #62D703;
    text-transform: uppercase;
}

.single-post .head .title{
    font-size:76px;
    color: #3d3d3d;
}

.post-content p{
    font-size: 13px;
}

/* Pagination */

.post-pagination{
    margin:40px 0;
    font-family: "oswald", sans-serif;
    font-size: 15px;
    color: #3f3f3f;
}

.post-pagination span,
.post-pagination a{
    display: inline-block;
    margin-bottom: 2px;
    text-align: center;
    min-width: 28px;
    height:15px;
    line-height: 15px;
    color:#3f3f3f;
    border-left:1px solid #d9d9d9;
    font-family: "oswald", sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.post-pagination a{
    text-decoration: none;
}

.post-pagination span:first-child,
.post-pagination a:first-child{
    border: none;
    background-position: 0 -7px;
}

.post-pagination a:hover,
.post-pagination .this-page
{
    color:#62D703;
}

.post-pagination .prev-page-link:hover{
    background-position: -1px -30px;
}

.post-pagination .next-page-link{
    background-position: -32px -7px;
}

.post-pagination .next-page-link:hover{
    background-position: -32px -30px;
}

.post-pagination .page-numbers
{
    background-color: transparent;
}


.comments-wrap
{
    margin-bottom:74px;
}

/*List*/

.comments-list{
    list-style: none;
    padding:0;
    margin:0;
    font-weight: 400;
    font-size: 12px;
}

.comments-list .comment
{
    padding:12px 10px 44px;
    color:#535353;
    width: 89%;
    border: 1px solid #e2e2e2;

    position:relative;
}

.comments-list .comment-image
{
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    float: left;
    margin-right: 12px;
    min-height: 87px;
    min-width: 87px;
    padding: 4px;
    text-align: center;
}

.comments-list .comment-image img
{
    border-radius: 50%;
    display: block;
    margin: auto;
    width: 100%;
}

.comments-list .comment-reply-link
{
    display: block;
    position:absolute;
    bottom: 9px;
    left: 22px;
    color:#7e7e7e;
    padding-right:5px;
    padding-left:26px;
    border:1px solid #dfdfdf;
    background:url(assets/img/comment-reply.png) no-repeat 9px center;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 25px;
    text-decoration: none;
}

.comments-list .comment-reply-link:hover
{
    border: none;
    background-color: #62D703;
    background-image: url(assets/img/comment-reply-hover.png);
    color:#FFF;
}

.comments-list .comment-content{
    margin-top: 28px;
    display: inline-block;
    margin-left: 12px;
    width: 80%;
}

.comments-list cite{
    font-style: normal;
    font-weight:bold;
    text-transform:uppercase;
}

.comments-list cite a{
    color: #565656;
    text-decoration: none;
}

.comments-list .comment-date{
    font-family: "open sans";
    font-size: 12px;
    font-weight: 300;
    color:#535353;
    text-decoration: none;
}

.comments-list .comment-text
{
    font-size: 12px;
}
/* Comment reply style */

.comments-list .line
{
    background-color: #D6D6D6;
    display: none;
    height: 1px;
    left: -31px;
    position: absolute;
    top: 65px;
    width: 16px;
}

.comments-list ul
{
    list-style: none;
    padding:0;
}

.comments-list .children
{
    border-left: 1px solid #D6D6D6;
    margin: 36px 0;
    padding: 9px 0 10px 29px;
}

.comments-list .children .comment{
    width: 93%;
}

.comments-list .children .line
{
    display: block;
}

/*-----------------------------------------------------------------------------------*/
/*	X.	Respond form
/*-----------------------------------------------------------------------------------*/

.comments-list #respond
{
    margin: 20px 0;
}

.logged-in-as{
    /*border-bottom: 1px solid #838383;*/
    margin-bottom: 0;
    padding-bottom: 10px;
}

#respond .comment-reply-title{
    margin-bottom: 20px;
    font-family: "oswald";
    font-size: 20px;
}

#commentform .input-text
{
    float:left;
    width:calc(100% / 3);
}

#commentform .input-text:first-child{
    margin-left: 0;
}

#commentform p:first-child{
    font-size:12px;
    font-weight: 400;
    color:#9c9c9c;
}

#commentform .input-textarea

#commentform .input-textarea{
    width:100%;
    margin-bottom: 20px;
}

#commentform .input-text input[type="text"]{
    padding:2% 3%;
    width:100%;
    font-size:14px;

    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
#commentform input[type="submit"]{

    background-color: #62D703;

    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
    border:1px solid #62D703;
}

#commentform input[type="submit"]:hover{
    background-color: transparent;
    border: 1px solid #2a2a2a;
    color: #2a2a2a;
}





/*-----------------------------------------------------------------------------------*/
/*	X.	Search Page
/*-----------------------------------------------------------------------------------*/

.search-title{
    font-size: 49px;
}

#main-content[page-type="search"] p{
    font-family: "oswald", sans-serif;
    font-size: 20px;
    font-weight: 100;
    color: #999999;
}

.search-separator{
    max-width: 343px;
    width: 100%;
    height: 3px;
    margin: 10px 0 8px;
    background-color: #2F2F2F;
}
.search-box {
    width:100%;
    background-color: #2F2F2F;
    height: 50px;
}

.search-box .search-result{
    width: 60%;
    color: #FFF;
    float: left;
    padding: 12px;
    font-family: "oswald", sans-serif;
    font-size: 16px;
    font-weight: 100;
    text-transform: uppercase;
}
.search-box .search-form {
    width: 35%;
    float: right;
}
.search-box .search-form fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.search-box .search-form form {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border:none;
    padding: 10px 42px 10px 10px;
    position: relative;
}
.search-box .search-form input[type="text"] {
    border: 0 none;
    color: #666666;
    font-weight: 400;
    min-width: 150px;
    width: 100%;
    height:30px;
}
.search-box .search-form input[type="submit"] {
    background: url("assets/img/search.png") no-repeat scroll center center / 18px 18px;
    border: medium none;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
}

.search-box .search-form input[type="text"]:-moz-placeholder {
    color: #838383;
    opacity: 1;
}
.search-box .search-form input[type="text"]::-moz-placeholder {
    color: #838383;
    opacity: 1;
}

.search-item{
    padding:19px;
    padding-left:0;
    color:#9c9c9c;
    border-bottom: 1px solid #A4A4A4;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(170, 170, 170, 0.2);
    position:relative;

}

.search-item .count{
    float:left;
    font-size: 22px;
    font-family: "oswald", sans-serif;
    font-weight: 300;
    color: #2f2f2f;
    padding: 5px 0;
    margin-top:12px;
}

.search-item .content{
    float:left;
    margin-left: 42px;
}

.search-item .content .date{
    font-size: 13px;
}

.search-item .title{
    margin: 0;
    line-height: 1em;
}

.search-item .title a{
    font-size: 16px;
    color: #5d5d5d;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-decoration: none;
}

#main-content[page-type="search"] .post-pagination{
    padding-left: 0;
}

/***************************

Retina displays styles

***************************/

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 2) {

    /* Header navigation */
    header .navigation li.menu-item-parent{ background-image:url(assets/img/navigation-arrow@2x.png); }

    /* Block quote */
    .post-content .quote-symbol{background-size: 16px 11px; }


    /* Comments link */
    .post-info-container .comments-link{ background-image: url(assets/img/comments-count@2x.png); background-size: 30px 7px }

    /* Comment Reply */
    .comments-list .comment-reply-link { background-image:url(assets/img/comment-reply@2x.png); background-size: 13px 11px; }
    .comments-list .comment-reply-link:hover{ background-image: url(assets/img/comment-reply-hover@2x.png); }

    /* Post Pagination */
    .post-pagination .prev-page-link,
    .post-pagination .next-page-link { background-image:url(assets/img/pagination-arrows@2x.png); }

    /*Testimonial widget */
    .widget_px_testimonials blockquote .begin{ background-image: url("assets/img/blockquote-start-dark@2x.png"); }
    .widget_px_testimonials blockquote .end{ background-image: url("assets/img/blockquote-end-dark@2x.png"); }

    .widget_px_testimonials .next,
    .widget_px_testimonials .previous{ background-image: url(assets/img/testimonial-controls@2x.png);  }

    /* Search widget */
    .widget_px_search input[type="submit"]{ background-image:url(assets/img/search@2x.png); }

    /* Image carousel */
    .nbs-flexisel-nav-left,
    .nbs-flexisel-nav-right { background-image: url(assets/img/image-carousel-arrows@2x.png); }

    /* Post/Portfolio slider */
    .post-slider .nav-prev, .post-slider .nav-next{ background-image: url(assets/img/post-slider-controls@2x.png);}

    /* Blog */
    .archive .comments-link,
    .blog .comments-link{ background-image:url(assets/img/comments-count@2x.png); }

}
/***************************

End of Retina displays styles

***************************/

.background--light {
    color: black !important;
}

.background--dark {
    color: white !important;
}

.background--complex {
    color: gray !important;
}

/*** Magnific PopUp ***/
.mfp-preloader{
    font-family: "open sans";
}
.mfp-bg{
    opacity:1;

    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,1) 75%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.8)), color-stop(75%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,1) 75%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,1) 75%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,1) 75%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,1) 75%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .mfp-content {
    opacity: 0;

    -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);



    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .mfp-content {
    opacity: 1;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .mfp-content {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 1;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.slider-popup{
    position: relative;
    width: auto;
    max-width: 990px;
    margin: 20px auto;
    padding-top: 70px;
}
.slider-nav-controls-container{
    display: block;
    width: 128px;
    margin: auto;
}
.slider-nav-controls-container > *{
    width: 64px;
    margin: auto;
    background-color: #121212;
    border: 1px solid white;
    padding: 10px;
    position: relative;
    height: 64px;
    margin: 0 auto 25px;
    float: left;
}
.flex-direction-nav .flex-prev, .flex-direction-nav:hover .flex-prev{
    left: 10px;
    /*opacity:1;*/
}
.flex-direction-nav .flex-next, .flex-direction-nav:hover .flex-next{
    right: 10px;
    /*opacity:1;*/
}
.slider-popup .flexslider .flex-viewport ul.slides{
    width: inherit;
}
.slider-popup .flexslider .flex-viewport ul.slides{
    height: inherit;
}
.mfp-wrap .mfp-container .mfp-content .slider-popup .portfolio-description {
    font-size: 16px;
    font-family: "Open Sans";
    font-weight:300;
    color: rgb( 255, 255, 255 );
    text-align: center;
    width:auto;
    max-width:625px;
    margin:auto;
    clear: both;
}
.flexslider .slides > li{
    width: inherit;
}
.flexslider .flex-direction-nav{
    display: none;
}
div.comments{
	display:none;
}

.custom-part-content{

    margin-top:20px;
}

.custom-part .full-width{
    width: 100%;
}

.tab-selectors .flex-control-paging li a.flex-active{
    background-clip: content-box;
    padding: 2px;
}

.tab-selectors .flex-control-paging li a{
    transition: all 0.1s ease-out;
}