/*
Alert Shortcode
-----------------------------------------------------------------------------*/
.t4p-alert {
    position: relative;
    padding: 15px 25px;
    font-size: 15px;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -border-radius: 4px;
    border-radius: 4px;
}
.t4p-alert.alert-shadow {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.t4p-alert .close {
    position: absolute;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    right: -1px;
    top: -1px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    opacity: 1;
    border: 1px solid;
    border-color: inherit;
    color: inherit;
    font-size: 15px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -border-top-right-radius: 4px;
    border-top-right-radius: 4px; 
    -webkit-border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    -border-top-left-radius: 0px;
    border-top-left-radius:0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -border-bottom-right-radius: 0px;
    border-bottom-right-radius:0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    -border-bottom-left-radius: 0px;
    border-bottom-left-radius:0px; 
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -box-shadow: none;
    box-shadow: none;
}
.t4p-alert button.close:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.05);
	border-color:rgba(0, 0, 0, 0.1)!important;
}
.t4p-alert .alert-icon {
    margin-right: 10px;
}
.t4p-alert.alert-blank {
    border: 1px solid #747474;
}
.t4p-alert.alert-info {
    background-color: #f6f6f6;
    border-color: #D7D6D6;
    color: inherit;
}

/*
Button Shortcode
-----------------------------------------------------------------------------*/
.t4p-button {
    display: inline-block;
    position: relative;
    outline: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;  
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
    border: 1px solid rgba(0, 0, 0, 0);
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    font-weight: bold;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background-position: 0px !important;
}

.button.buttonshadow-yes, .button.buttonshadow-1 {  
    text-shadow:0 1px 0 rgba(0,0,0,.4);  
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2), 0 1px 10px rgba(0,0,0,0.1) inset, 0 1px 0px rgba(255,255,255,0.6) inset;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2), 0 1px 10px rgba(0,0,0,0.1) inset, 0 1px 0px rgba(255,255,255,0.6) inset;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2), 0 1px 10px rgba(0,0,0,0.1) inset, 0 1px 0px rgba(255,255,255,0.6) inset;
}   

.t4p-button:hover {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.t4p-button:focus {
    outline: 0;
}
#wrapper .button-square {
    border-radius: 0;
}
#wrapper .button-round {
    border-radius: 4px;
}
#wrapper .button-round.button-3d {
    border-radius: 4px;
}
#wrapper .button-pill {
    border-radius: 25px !important;
}
.button-small,
.button.small {
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
}
.button-small .t4p-button-text-left,
.button.small .t4p-button-text-left {
    padding-left: 32px;
}
.button-small .t4p-button-text-right,
.button.small .t4p-button-text-right {
    padding-right: 32px;
}
.button-small .button-icon-divider-left,
.button.small .button-icon-divider-left {
    padding: 0 10px;
}
.button-small .button-icon-divider-right,
.button.small .button-icon-divider-right {
    padding: 0 10px;
}
.button-small.button-3d:active,
.button.small.button-3d:active {
    top: 2px;
}
.button-medium,
.button.medium,
.woocommerce form.checkout #place_order {
    padding: 0 23px;
    height: 38px;
    line-height: 38px;
    font-size: 13px;
}
.button-medium .t4p-button-text-left,
.button.medium .t4p-button-text-left,
.woocommerce form.checkout #place_order .t4p-button-text-left {
    padding-left: 38px;
}
.button-medium .t4p-button-text-right,
.button.medium .t4p-button-text-right,
.woocommerce form.checkout #place_order .t4p-button-text-right {
    padding-right: 38px;
}
.button-medium .button-icon-divider-left,
.button.medium .button-icon-divider-left,
.woocommerce form.checkout #place_order .button-icon-divider-left {
    padding: 0 12.5px;
}
.button-medium .button-icon-divider-right,
.button.medium .button-icon-divider-right,
.woocommerce form.checkout #place_order .button-icon-divider-right {
    padding: 0 12.5px;
}
.button-medium.button-3d:active,
.button.medium.button-3d:active,
.woocommerce form.checkout #place_order.button-3d:active {
    top: 3px;
}
.button-large,
.button.large {
    padding: 0 29px;
    height: 43px;
    line-height: 43px;
    font-size: 14px;
}
.button-large .t4p-button-text-left,
.button.large .t4p-button-text-left {
    padding-left: 43px;
}
.button-large .t4p-button-text-right,
.button.large .t4p-button-text-right {
    padding-right: 43px;
}
.button-large .button-icon-divider-left,
.button.large .button-icon-divider-left {
    padding: 0 14.5px;
}
.button-large .button-icon-divider-right,
.button.large .button-icon-divider-right {
    padding: 0 14.5px;
}
.button-large.button-3d:active,
.button.large.button-3d:active {
    top: 4px;
}
.button-xlarge,
.button.xlarge {
    padding: 0 40px;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
}
.button-xlarge .t4p-button-text-left,
.button.xlarge .t4p-button-text-left {
    padding-left: 55px;
}
.button-xlarge .t4p-button-text-right,
.button.xlarge .t4p-button-text-right {
    padding-right: 55px;
}
.button-xlarge .button-icon-divider-left,
.button.xlarge .button-icon-divider-left {
    padding: 0 18.5px;
}
.button-xlarge .button-icon-divider-right,
.button.xlarge .button-icon-divider-right {
    padding: 0 18.5px;
}
.button-xlarge.button-3d:active,
.button.xlarge.button-3d:active {
    top: 6px;
}
button.t4p-button.button-3d:active {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 1px 2px 3px 2px rgba(0, 0, 0, 0.3), 0 0 0 #000000;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 1px 2px 3px 2px rgba(0, 0, 0, 0.3), 0 0 0 #000000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 1px 2px 3px 2px rgba(0, 0, 0, 0.3), 0 0 0 #000000;
}
.button-icon-left {
    margin-right: 10px;
}
.button-icon-right {
    margin-left: 10px;
}
.button-icon-divider-left,
.button-icon-divider-right {
    display: inline-block;
    position: absolute;
    top: 0;
    height: inherit;
}
.button-icon-divider-left i,
.button-icon-divider-right i {
    position: relative;
}
.button-icon-divider-left {
    left: 0;
    border-right: 1px solid;
}
.button-icon-divider-right {
    right: 0;
    border-left: 1px solid;
}
.t4p-button.button-green,
.button.green {
    background: #94E48D;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#82CF7C), to(#94E48D));
    background-image: -webkit-linear-gradient(bottom, #82CF7C, #94E48D);
    background-image: -moz-linear-gradient(bottom, #82CF7C, #94E48D);
    background-image: -o-linear-gradient(bottom, #82CF7C, #94E48D);
    background-image: linear-gradient(to top, #82CF7C, #94E48D);
    border: 1px solid #4DAB46;
    color: #fff !important;
}
.t4p-button.button-green .button-icon-divider-left,
.button.green .button-icon-divider-left,
.t4p-button.button-green .button-icon-divider-right,
.button.green .button-icon-divider-right {
    border-color: #4DAB46;
}    
.t4p-button.button-green:hover .button-icon-divider-left,
.button.green:hover .button-icon-divider-left,
.t4p-button.button-green:focus .button-icon-divider-left,
.button.green:focus .button-icon-divider-left,
.t4p-button.button-green:active .button-icon-divider-left,
.button.green:active .button-icon-divider-left,
.t4p-button.button-green:hover .button-icon-divider-right,
.button.green:hover .button-icon-divider-right,
.t4p-button.button-green:focus .button-icon-divider-right,
.button.green:focus .button-icon-divider-right,
.t4p-button.button-green:active .button-icon-divider-right,
.button.green:active .button-icon-divider-right {
    border-color: #4DAB46;
}
.no-cssgradients .t4p-button.button-green,
.no-cssgradients .button.green {
    background-color: #94E48D;
}
.t4p-button.button-green.button-3d.button-small,
.button.green.button-3d.button-small {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-green.button-3d.button-small:active,
.button.green.button-3d.button-small:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-green.button-3d.button-medium,
.button.green.button-3d.button-medium {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-green.button-3d.button-medium:active,
.button.green.button-3d.button-medium:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-green.button-3d.button-large,
.button.green.button-3d.button-large {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-green.button-3d.button-large:active,
.button.green.button-3d.button-large:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-green.button-3d.button-xlarge,
.button.green.button-3d.button-xlarge {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-green.button-3d.button-xlarge:active,
.button.green.button-3d.button-xlarge:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkgreen,
.button.darkgreen {
    background: #60945b;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#497146), to(#60945b));
    background-image: -webkit-linear-gradient(bottom, #497146, #60945b);
    background-image: -moz-linear-gradient(bottom, #497146, #60945b);
    background-image: -o-linear-gradient(bottom, #497146, #60945b);
    background-image: linear-gradient(to top, #497146, #60945b);
    border: 1px solid #497146;
    color: #fff !important;
}
.t4p-button.button-darkgreen .button-icon-divider-left,
.button.darkgreen .button-icon-divider-left,
.t4p-button.button-darkgreen .button-icon-divider-right,
.button.darkgreen .button-icon-divider-right {
    border-color: #497146;
}
.t4p-button.button-darkgreen:hover .button-icon-divider-left,
.button.darkgreen:hover .button-icon-divider-left,
.t4p-button.button-darkgreen:focus .button-icon-divider-left,
.button.darkgreen:focus .button-icon-divider-left,
.t4p-button.button-darkgreen:active .button-icon-divider-left,
.button.darkgreen:active .button-icon-divider-left,
.t4p-button.button-darkgreen:hover .button-icon-divider-right,
.button.darkgreen:hover .button-icon-divider-right,
.t4p-button.button-darkgreen:focus .button-icon-divider-right,
.button.darkgreen:focus .button-icon-divider-right,
.t4p-button.button-darkgreen:active .button-icon-divider-right,
.button.darkgreen:active .button-icon-divider-right {
    border-color: #497146;
}
.no-cssgradients .t4p-button.button-darkgreen,
.no-cssgradients .button.darkgreen {
    background-color: #60945b;
}
.t4p-button.button-darkgreen.button-3d.button-small,
.button.darkgreen.button-3d.button-small {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkgreen.button-3d.button-small:active,
.button.darkgreen.button-3d.button-small:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkgreen.button-3d.button-medium,
.button.darkgreen.button-3d.button-medium {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkgreen.button-3d.button-medium:active,
.button.darkgreen.button-3d.button-medium:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkgreen.button-3d.button-large,
.button.darkgreen.button-3d.button-large {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkgreen.button-3d.button-large:active,
.button.darkgreen.button-3d.button-large:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkgreen.button-3d.button-xlarge,
.button.darkgreen.button-3d.button-xlarge {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkgreen.button-3d.button-xlarge:active,
.button.darkgreen.button-3d.button-xlarge:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-orange,
.button.orange {
    background: #FFCB8C;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FFB660), to(#FFCB8C));
    background-image: -webkit-linear-gradient(bottom, #FFB660, #FFCB8C);
    background-image: -moz-linear-gradient(bottom, #FFB660, #FFCB8C);
    background-image: -o-linear-gradient(bottom, #FFB660, #FFCB8C);
    background-image: linear-gradient(to top, #FFB660, #FFCB8C);
    border: 1px solid #c0830b;
    color: #fff !important;
}
.t4p-button.button-orange .button-icon-divider-left,
.button.orange .button-icon-divider-left,
.t4p-button.button-orange .button-icon-divider-right,
.button.orange .button-icon-divider-right {
    border-color: #c0830b;
}
.t4p-button.button-orange:hover .button-icon-divider-left,
.button.orange:hover .button-icon-divider-left,
.t4p-button.button-orange:focus .button-icon-divider-left,
.button.orange:focus .button-icon-divider-left,
.t4p-button.button-orange:active .button-icon-divider-left,
.button.orange:active .button-icon-divider-left,
.t4p-button.button-orange:hover .button-icon-divider-right,
.button.orange:hover .button-icon-divider-right,
.t4p-button.button-orange:focus .button-icon-divider-right,
.button.orange:focus .button-icon-divider-right,
.t4p-button.button-orange:active .button-icon-divider-right,
.button.orange:active .button-icon-divider-right {
    border-color: #c0830b;
}
.no-cssgradients .t4p-button.button-orange,
.no-cssgradients .button.orange {
    background-color: #FFCB8C;
}
.t4p-button.button-orange.button-3d.button-small,
.button.orange.button-3d.button-small {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #c0830b, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #c0830b, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #c0830b, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-orange.button-3d.button-small:active,
.button.orange.button-3d.button-small:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-orange.button-3d.button-medium,
.button.orange.button-3d.button-medium {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #c0830b, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #c0830b, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #c0830b, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-orange.button-3d.button-medium:active,
.button.orange.button-3d.button-medium:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-orange.button-3d.button-large,
.button.orange.button-3d.button-large {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #c0830b, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #c0830b, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #c0830b, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-orange.button-3d.button-large:active,
.button.orange.button-3d.button-large:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-orange.button-3d.button-xlarge,
.button.orange.button-3d.button-xlarge {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #c0830b, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #c0830b, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #c0830b, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-orange.button-3d.button-xlarge:active,
.button.orange.button-3d.button-xlarge:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #c0830b, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #c0830b, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #c0830b, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-blue,
.button.blue {
    background: #88BDFF;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#60A7FF), to(#88BDFF));
    background-image: -webkit-linear-gradient(bottom, #60A7FF, #88BDFF);
    background-image: -moz-linear-gradient(bottom, #60A7FF, #88BDFF);
    background-image: -o-linear-gradient(bottom, #60A7FF, #88BDFF);
    background-image: linear-gradient(to top, #60A7FF, #88BDFF);
    border: 1px solid #1172c1;
    color: #fff !important;
}
.t4p-button.button-blue .button-icon-divider-left,
.button.blue .button-icon-divider-left,
.t4p-button.button-blue .button-icon-divider-right,
.button.blue .button-icon-divider-right {
    border-color: #1172c1;
}
.t4p-button.button-blue:hover .button-icon-divider-left,
.button.blue:hover .button-icon-divider-left,
.t4p-button.button-blue:focus .button-icon-divider-left,
.button.blue:focus .button-icon-divider-left,
.t4p-button.button-blue:active .button-icon-divider-left,
.button.blue:active .button-icon-divider-left,
.t4p-button.button-blue:hover .button-icon-divider-right,
.button.blue:hover .button-icon-divider-right,
.t4p-button.button-blue:focus .button-icon-divider-right,
.button.blue:focus .button-icon-divider-right,
.t4p-button.button-blue:active .button-icon-divider-right,
.button.blue:active .button-icon-divider-right {
    border-color: #1172c1;
}
.no-cssgradients .t4p-button.button-blue,
.no-cssgradients .button.blue {
    background-color: #88BDFF;
}
.t4p-button.button-blue.button-3d.button-small,
.button.blue.button-3d.button-small {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #1172c1, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #1172c1, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #1172c1, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-blue.button-3d.button-small:active,
.button.blue.button-3d.button-small:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-blue.button-3d.button-medium,
.button.blue.button-3d.button-medium {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #1172c1, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #1172c1, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #1172c1, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-blue.button-3d.button-medium:active,
.button.blue.button-3d.button-medium:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-blue.button-3d.button-large,
.button.blue.button-3d.button-large {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #1172c1, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #1172c1, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #1172c1, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-blue.button-3d.button-large:active,
.button.blue.button-3d.button-large:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-blue.button-3d.button-xlarge,
.button.blue.button-3d.button-xlarge {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #1172c1, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #1172c1, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #1172c1, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-blue.button-3d.button-xlarge:active,
.button.blue.button-3d.button-xlarge:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #1172c1, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #1172c1, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #1172c1, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkblue,
.button.darkblue {
    background: #428bca;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#2a6496), to(#428bca));
    background-image: -webkit-linear-gradient(bottom, #2a6496, #428bca);
    background-image: -moz-linear-gradient(bottom, #2a6496, #428bca);
    background-image: -o-linear-gradient(bottom, #2a6496, #428bca);
    background-image: linear-gradient(to top, #2a6496, #428bca);
    border: 1px solid #072c5e;
    color: #fff !important;
}
.t4p-button.button-darkblue .button-icon-divider-left,
.button.darkblue .button-icon-divider-left,
.t4p-button.button-darkblue .button-icon-divider-right,
.button.darkblue .button-icon-divider-right {
    border-color: #072c5e;
}
.t4p-button.button-darkblue:hover .button-icon-divider-left,
.button.darkblue:hover .button-icon-divider-left,
.t4p-button.button-darkblue:focus .button-icon-divider-left,
.button.darkblue:focus .button-icon-divider-left,
.t4p-button.button-darkblue:active .button-icon-divider-left,
.button.darkblue:active .button-icon-divider-left,
.t4p-button.button-darkblue:hover .button-icon-divider-right,
.button.darkblue:hover .button-icon-divider-right,
.t4p-button.button-darkblue:focus .button-icon-divider-right,
.button.darkblue:focus .button-icon-divider-right,
.t4p-button.button-darkblue:active .button-icon-divider-right,
.button.darkblue:active .button-icon-divider-right {
    border-color: #072c5e;
}
.no-cssgradients .t4p-button.button-darkblue,
.no-cssgradients .button.darkblue {
    background-color: #428BCA;
}
.t4p-button.button-darkblue.button-3d.button-small,
.button.darkblue.button-3d.button-small {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #072c5e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #072c5e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #072c5e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkblue.button-3d.button-small:active,
.button.darkblue.button-3d.button-small:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkblue.button-3d.button-medium,
.button.darkblue.button-3d.button-medium {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #072c5e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #072c5e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #072c5e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkblue.button-3d.button-medium:active,
.button.darkblue.button-3d.button-medium:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkblue.button-3d.button-large,
.button.darkblue.button-3d.button-large {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #072c5e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #072c5e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #072c5e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkblue.button-3d.button-large:active,
.button.darkblue.button-3d.button-large:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkblue.button-3d.button-xlarge,
.button.darkblue.button-3d.button-xlarge {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #072c5e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #072c5e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #072c5e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkblue.button-3d.button-xlarge:active,
.button.darkblue.button-3d.button-xlarge:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #072c5e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #072c5e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #072c5e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-red,
.button.red {
    background: #FF7979;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FF5F5F), to(#FF7979));
    background-image: -webkit-linear-gradient(bottom, #FF5F5F, #FF7979);
    background-image: -moz-linear-gradient(bottom, #FF5F5F, #FF7979);
    background-image: -o-linear-gradient(bottom, #FF5F5F, #FF7979);
    background-image: linear-gradient(to top, #FF5F5F, #FF7979);
    border: 1px solid #9d1111;
    color: #fff !important;
}
.t4p-button.button-red .button-icon-divider-left,
.button.red .button-icon-divider-left,
.t4p-button.button-red .button-icon-divider-right,
.button.red .button-icon-divider-right {
    border-color: #9d1111;
}
.t4p-button.button-red:hover .button-icon-divider-left,
.button.red:hover .button-icon-divider-left,
.t4p-button.button-red:focus .button-icon-divider-left,
.button.red:focus .button-icon-divider-left,
.t4p-button.button-red:active .button-icon-divider-left,
.button.red:active .button-icon-divider-left,
.t4p-button.button-red:hover .button-icon-divider-right,
.button.red:hover .button-icon-divider-right,
.t4p-button.button-red:focus .button-icon-divider-right,
.button.red:focus .button-icon-divider-right,
.t4p-button.button-red:active .button-icon-divider-right,
.button.red:active .button-icon-divider-right {
    border-color: #9d1111;
}
.no-cssgradients .t4p-button.button-red,
.no-cssgradients .button.red {
    background-color: #FF7979;
}
.t4p-button.button-red.button-3d.button-small,
.button.red.button-3d.button-small {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #9d1111, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #9d1111, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #9d1111, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-red.button-3d.button-small:active,
.button.red.button-3d.button-small:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-red.button-3d.button-medium,
.button.red.button-3d.button-medium {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #9d1111, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #9d1111, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #9d1111, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-red.button-3d.button-medium:active,
.button.red.button-3d.button-medium:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-red.button-3d.button-large,
.button.red.button-3d.button-large {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #9d1111, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #9d1111, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #9d1111, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-red.button-3d.button-large:active,
.button.red.button-3d.button-large:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-red.button-3d.button-xlarge,
.button.red.button-3d.button-xlarge {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #9d1111, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #9d1111, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #9d1111, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-red.button-3d.button-xlarge:active,
.button.red.button-3d.button-xlarge:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #9d1111, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #9d1111, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #9d1111, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkred,
.button.darkred {
    background: #fe2020;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#b01818), to(#fe2020));
    background-image: -webkit-linear-gradient(bottom, #b01818, #fe2020);
    background-image: -moz-linear-gradient(bottom, #b01818, #fe2020);
    background-image: -o-linear-gradient(bottom, #b01818, #fe2020);
    background-image: linear-gradient(to top, #b01818, #fe2020);
    border: 1px solid #690e0e;
    color: #fff !important;
}
.t4p-button.button-darkred .button-icon-divider-left,
.button.darkred .button-icon-divider-left,
.t4p-button.button-darkred .button-icon-divider-right,
.button.darkred .button-icon-divider-right {
    border-color: #690e0e;
}
.t4p-button.button-darkred:hover .button-icon-divider-left,
.button.darkred:hover .button-icon-divider-left,
.t4p-button.button-darkred:focus .button-icon-divider-left,
.button.darkred:focus .button-icon-divider-left,
.t4p-button.button-darkred:active .button-icon-divider-left,
.button.darkred:active .button-icon-divider-left,
.t4p-button.button-darkred:hover .button-icon-divider-right,
.button.darkred:hover .button-icon-divider-right,
.t4p-button.button-darkred:focus .button-icon-divider-right,
.button.darkred:focus .button-icon-divider-right,
.t4p-button.button-darkred:active .button-icon-divider-right,
.button.darkred:active .button-icon-divider-right {
    border-color: #690e0e;
}
.no-cssgradients .t4p-button.button-darkred,
.no-cssgradients .button.darkred {
    background-color: #fe2020;
}
.t4p-button.button-darkred.button-3d.button-small,
.button.darkred.button-3d.button-small {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #690e0e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #690e0e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #690e0e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkred.button-3d.button-small:active,
.button.darkred.button-3d.button-small:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkred.button-3d.button-medium,
.button.darkred.button-3d.button-medium {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #690e0e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #690e0e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #690e0e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkred.button-3d.button-medium:active,
.button.darkred.button-3d.button-medium:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkred.button-3d.button-large,
.button.darkred.button-3d.button-large {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #690e0e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #690e0e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #690e0e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkred.button-3d.button-large:active,
.button.darkred.button-3d.button-large:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkred.button-3d.button-xlarge,
.button.darkred.button-3d.button-xlarge {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #690e0e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #690e0e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #690e0e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkred.button-3d.button-xlarge:active,
.button.darkred.button-3d.button-xlarge:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #690e0e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #690e0e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #690e0e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-pink,
.button.pink {
    background: #E782F1;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#D271DA), to(#E782F1));
    background-image: -webkit-linear-gradient(bottom, #D271DA, #E782F1);
    background-image: -moz-linear-gradient(bottom, #D271DA, #E782F1);
    background-image: -o-linear-gradient(bottom, #D271DA, #E782F1);
    background-image: linear-gradient(to top, #D271DA, #E782F1);
    border: 1px solid #a31366;
    color: #fff !important;
}
.t4p-button.button-pink .button-icon-divider-left,
.button.pink .button-icon-divider-left,
.t4p-button.button-pink .button-icon-divider-right,
.button.pink .button-icon-divider-right {
    border-color: #a31366;
}
.t4p-button.button-pink:hover .button-icon-divider-left,
.button.pink:hover .button-icon-divider-left,
.t4p-button.button-pink:focus .button-icon-divider-left,
.button.pink:focus .button-icon-divider-left,
.t4p-button.button-pink:active .button-icon-divider-left,
.button.pink:active .button-icon-divider-left,
.t4p-button.button-pink:hover .button-icon-divider-right,
.button.pink:hover .button-icon-divider-right,
.t4p-button.button-pink:focus .button-icon-divider-right,
.button.pink:focus .button-icon-divider-right,
.t4p-button.button-pink:active .button-icon-divider-right,
.button.pink:active .button-icon-divider-right {
    border-color: #a31366;
}
.no-cssgradients .t4p-button.button-pink,
.no-cssgradients .button.pink {
    background-color: #E782F1;
}
.t4p-button.button-pink.button-3d.button-small,
.button.pink.button-3d.button-small {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #a31366, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #a31366, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #a31366, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-pink.button-3d.button-small:active,
.button.pink.button-3d.button-small:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-pink.button-3d.button-medium,
.button.pink.button-3d.button-medium {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #a31366, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #a31366, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #a31366, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-pink.button-3d.button-medium:active,
.button.pink.button-3d.button-medium:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-pink.button-3d.button-large,
.button.pink.button-3d.button-large {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #a31366, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #a31366, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #a31366, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-pink.button-3d.button-large:active,
.button.pink.button-3d.button-large:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-pink.button-3d.button-xlarge,
.button.pink.button-3d.button-xlarge {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #a31366, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #a31366, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #a31366, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-pink.button-3d.button-xlarge:active,
.button.pink.button-3d.button-xlarge:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #a31366, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #a31366, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #a31366, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-lightgray,
.button.lightgray {
    background: #fbfbfb;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f0f0f0), to(#fbfbfb));
    background-image: -webkit-linear-gradient(bottom, #f0f0f0, #fbfbfb);
    background-image: -moz-linear-gradient(bottom, #f0f0f0, #fbfbfb);
    background-image: -o-linear-gradient(bottom, #f0f0f0, #fbfbfb);
    background-image: linear-gradient(to top, #f0f0f0, #fbfbfb);
    border: 1px solid #ababab;
    color: #666; 
    text-shadow:0 1px 0 rgba(255,255,255,.9);
}
.t4p-button.button-lightgray .button-icon-divider-left,
.button.lightgray .button-icon-divider-left,
.t4p-button.button-lightgray .button-icon-divider-right,
.button.lightgray .button-icon-divider-right {
    border-color: #ababab;
}
.t4p-button.button-lightgray:hover,
.button.lightgray:hover,
.t4p-button.button-lightgray:focus,
.button.lightgray:focus,
.t4p-button.button-lightgray:active,
.button.lightgray:active {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.t4p-button.button-lightgray:hover .button-icon-divider-left,
.button.lightgray:hover .button-icon-divider-left,
.t4p-button.button-lightgray:focus .button-icon-divider-left,
.button.lightgray:focus .button-icon-divider-left,
.t4p-button.button-lightgray:active .button-icon-divider-left,
.button.lightgray:active .button-icon-divider-left,
.t4p-button.button-lightgray:hover .button-icon-divider-right,
.button.lightgray:hover .button-icon-divider-right,
.t4p-button.button-lightgray:focus .button-icon-divider-right,
.button.lightgray:focus .button-icon-divider-right,
.t4p-button.button-lightgray:active .button-icon-divider-right,
.button.lightgray:active .button-icon-divider-right {
    border-color: #ababab;
}
.no-cssgradients .t4p-button.button-lightgray,
.no-cssgradients .button.lightgray {
    background-color: #fbfbfb;
}
.t4p-button.button-lightgray.button-3d.button-small,
.button.lightgray.button-3d.button-small {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #ababab, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #ababab, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #ababab, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-lightgray.button-3d.button-small:active,
.button.lightgray.button-3d.button-small:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-lightgray.button-3d.button-medium,
.button.lightgray.button-3d.button-medium {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #ababab, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #ababab, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #ababab, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-lightgray.button-3d.button-medium:active,
.button.lightgray.button-3d.button-medium:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-lightgray.button-3d.button-large,
.button.lightgray.button-3d.button-large {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #ababab, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #ababab, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #ababab, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-lightgray.button-3d.button-large:active,
.button.lightgray.button-3d.button-large:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-lightgray.button-3d.button-xlarge,
.button.lightgray.button-3d.button-xlarge {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #ababab, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #ababab, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #ababab, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-lightgray.button-3d.button-xlarge:active,
.button.lightgray.button-3d.button-xlarge:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #ababab, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #ababab, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #ababab, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkgray,
.button.darkgray {
    background: #909090;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#5e5e5e), to(#909090));
    background-image: -webkit-linear-gradient(bottom, #5e5e5e, #909090);
    background-image: -moz-linear-gradient(bottom, #5e5e5e, #909090);
    background-image: -o-linear-gradient(bottom, #5e5e5e, #909090);
    background-image: linear-gradient(to top, #5e5e5e, #909090);
    border: 1px solid #5e5e5e;
    color: #fff !important;
}
.t4p-button.button-darkgray .button-icon-divider-left,
.button.darkgray .button-icon-divider-left,
.t4p-button.button-darkgray .button-icon-divider-right,
.button.darkgray .button-icon-divider-right {
    border-color: #5e5e5e;
}
.t4p-button.button-darkgray:hover .button-icon-divider-left,
.button.darkgray:hover .button-icon-divider-left,
.t4p-button.button-darkgray:focus .button-icon-divider-left,
.button.darkgray:focus .button-icon-divider-left,
.t4p-button.button-darkgray:active .button-icon-divider-left,
.button.darkgray:active .button-icon-divider-left,
.t4p-button.button-darkgray:hover .button-icon-divider-right,
.button.darkgray:hover .button-icon-divider-right,
.t4p-button.button-darkgray:focus .button-icon-divider-right,
.button.darkgray:focus .button-icon-divider-right,
.t4p-button.button-darkgray:active .button-icon-divider-right,
.button.darkgray:active .button-icon-divider-right {
    border-color: #5e5e5e;
}
.no-cssgradients .t4p-button.button-darkgray,
.no-cssgradients .button.darkgray {
    background-color: #909090;
}
.t4p-button.button-darkgray.button-3d.button-small,
.button.darkgray.button-3d.button-small {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #434c50, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #434c50, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #434c50, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkgray.button-3d.button-small:active,
.button.darkgray.button-3d.button-small:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkgray.button-3d.button-medium,
.button.darkgray.button-3d.button-medium {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #434c50, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #434c50, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #434c50, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkgray.button-3d.button-medium:active,
.button.darkgray.button-3d.button-medium:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkgray.button-3d.button-large,
.button.darkgray.button-3d.button-large {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #434c50, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #434c50, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #434c50, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkgray.button-3d.button-large:active,
.button.darkgray.button-3d.button-large:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkgray.button-3d.button-xlarge,
.button.darkgray.button-3d.button-xlarge {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #434c50, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #434c50, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #434c50, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.t4p-button.button-darkgray.button-3d.button-xlarge:active,
.button.darkgray.button-3d.button-xlarge:active {
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #434c50, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #434c50, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #434c50, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}



/*
Checklist Shortcode
-----------------------------------------------------------------------------*/
.t4p-checklist {
    list-style-type: none;
    list-style-image: none !important;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}
.t4p-checklist .t4p-li-item {
    margin-bottom: 11px;
}
.t4p-checklist .t4p-icon-wrapper {
    display: table;
    float: left;
}
.t4p-checklist .t4p-li-icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.t4p-checklist .size-small {
    font-size: 13px;
    line-height: 21px;
}
.t4p-checklist .size-small .t4p-icon-wrapper {
    float: left;
    margin-right: 9px;
    height: 21px;
    width: 21px;
}
.t4p-checklist .size-small .t4p-li-item-content {
    display: block;
    margin-left: 30px;
}
.t4p-checklist .size-small .circle-yes {
    font-size: 10px;
}
.t4p-checklist .size-medium {
    font-size: 18px;
    line-height: 35px;
}
.t4p-checklist .size-medium .t4p-icon-wrapper {
    margin-right: 15px;
    height: 35px;
    width: 35px;
}
.t4p-checklist .size-medium .t4p-li-item-content {
    display: block;
    margin-left: 50px;
}
.t4p-checklist .size-large {
    font-size: 40px;
    line-height: 70px;
}
.t4p-checklist .size-large .t4p-icon-wrapper {
    margin-right: 25px;
    height: 70px;
    width: 70px;
}
.t4p-checklist .size-large .t4p-li-item-content {
    display: block;
    margin-left: 95px;
}
.t4p-checklist .circle-yes {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #333333;
    color: #fff;
    text-align: center;
}

/*
Client Shortcode
-----------------------------------------------------------------------------*/
.es-nav-prev, .es-nav-next {
    opacity: 1;    
}

/*
Column Shortcode
-----------------------------------------------------------------------------*/
.t4p-clearfix {
    clear: both;
    zoom: 1;
}
.t4p-clearfix:before,
.t4p-clearfix:after {
    content: " ";
    display: table;
}
.t4p-clearfix:after {
    clear: both;
}
.t4p-column {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.t4p-column-last {
    clear: right;
    zoom: 1;
}
.t4p-column-last:before,
.t4p-column-last:after {
    content: " ";
    display: table;
}
.t4p-column-last:after {
    clear: both;
}

/*
Content Boxes Shortcode
-----------------------------------------------------------------------------*/
.content-boxes-icon-boxed .content-box-column {
    border-radius: 4px;
}
.t4p-columns-4 {
    margin-left:0px;
    margin-right:0px;
}
.t4p-content-boxes .col {
    width:100%;
}
.t4p-content-boxes {
    margin-bottom: 60px;
    margin-top: 60px;
    max-width: 100%;
}
.t4p-content-boxes .t4p-column {
    margin-bottom: 20px;
}
.t4p-content-boxes .heading {
    overflow: hidden;
    margin-bottom: 15px;
}
.t4p-content-boxes .heading .heading-link:hover .content-box-heading {
    color: #37B6BD;
}
.t4p-content-boxes .heading .heading-link:hover .fontawesome-icon {
    background-color: #37B6BD;
    border-color: #37B6BD;
}
.t4p-content-boxes .heading .content-box-heading {
    margin: 0;
}
.t4p-content-boxes .content-container .button-more {
    display: block;
    margin: 18px 0 0;
    text-align: center;  
}
.t4p-content-boxes .content-container .read-more {
    font-size: 13px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    padding-left: 10px;
	padding-right: 10px;
    cursor: pointer;
    font-weight: normal;
    border: 1px solid #444;
    background: transparent -moz-linear-gradient(center top , #606060 20%, #505050 100%) repeat scroll 0% 0%;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3) inset, 0px 1px 2px rgba(0, 0, 0, 0.29);
    color: #FFF !important;
}
.t4p-content-boxes.content-boxes-icon-with-title .heading-with-icon,
.t4p-content-boxes.content-boxes-icon-on-side .heading-with-icon {
    display: table;
    width: auto;
}
.t4p-content-boxes.content-boxes-icon-with-title .heading-with-icon .heading-link,
.t4p-content-boxes.content-boxes-icon-on-side .heading-with-icon .heading-link {
    display: block;
}
.t4p-content-boxes.content-boxes-icon-with-title .heading-with-icon .icon,
.t4p-content-boxes.content-boxes-icon-on-side .heading-with-icon .icon,
.t4p-content-boxes.content-boxes-icon-with-title .heading-with-icon .image,
.t4p-content-boxes.content-boxes-icon-on-side .heading-with-icon .image {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.t4p-content-boxes.content-boxes-icon-with-title .heading-with-icon img,
.t4p-content-boxes.content-boxes-icon-on-side .heading-with-icon img {
    margin-right: 10px;
}
.t4p-content-boxes.content-boxes-icon-with-title .heading-with-icon .fontawesome-icon,
.t4p-content-boxes.content-boxes-icon-on-side .heading-with-icon .fontawesome-icon {
    display: block;
    float: none;
    margin-right: 5px;
}
.t4p-content-boxes.content-boxes-icon-with-title .heading-with-icon .content-box-heading,
.t4p-content-boxes.content-boxes-icon-on-side .heading-with-icon .content-box-heading {
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
}
.t4p-content-boxes.content-boxes-icon-on-side .content-container {
    padding-left: 45px;
}
.t4p-content-boxes.content-boxes-icon-on-top .heading {
    text-align: center;
}
.t4p-content-boxes.content-boxes-icon-on-top .heading .icon {
    margin-bottom: 5px;
}
.t4p-content-boxes.content-boxes-icon-on-top .heading .fontawesome-icon {
    display: block;
    float: none;
    margin: 0 auto;
    height: 64px;
    width: 64px;
    line-height: 64px;
    font-size: 24px;
}
.t4p-content-boxes.content-boxes-icon-on-top .content-container,
.t4p-content-boxes.content-boxes-icon-on-top .read-more {
    text-align: center;
}
.t4p-content-boxes.content-boxes-icon-boxed {
    overflow: visible;
}
.t4p-content-boxes.content-boxes-icon-boxed .content-wrapper-boxed {
    overflow: visible;
    padding: 50px 18px 18px 18px;
    text-align: center;
    margin: 0px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08), 0px 0px 0px 1px rgba(0, 0, 0, 0.07) inset;
}
.t4p-content-boxes.content-boxes-icon-boxed .heading {
    overflow: visible;
    position: relative;
    text-align: center;
}
.t4p-content-boxes.content-boxes-icon-boxed .heading .fontawesome-icon {
    display: block;
    position: absolute;
    left: 50%;
    top: -80px;
    float: none;
    margin-left: -32px;
    height: 64px;
    width: 64px;
    line-height: 64px;
    font-size: 24px;
}
.t4p-content-boxes.content-boxes-icon-boxed .heading .image {
    display: block;
    position: absolute;
    left: 50%;
}
.t4p-content-boxes.content-boxes-icon-boxed .content-container,
.t4p-content-boxes.content-boxes-icon-boxed .read-more {
    text-align: center;
}

/*
Counters Box Shortcode
-----------------------------------------------------------------------------*/
.counter-box-wrapper {
    background: none; 
    margin-right: 0px;
}
.t4p-counters-box.row {
    margin-left: -7px;
    margin-right: -7px;
}
.t4p-counters-box .t4p-counter-box {
    padding: 5px;
    margin-bottom: 7px;
    text-align: center;
}
.t4p-counters-box .t4p-counter-box .counter-box-container {
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;  
    -border-radius: 4px;  
    border-radius: 4px;
    color: #fff;
    background-color: #e1e1e1;
}
.t4p-counters-box .t4p-counter-box .counter-box-border {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;  
    -border-radius: 4px;  
    border-radius: 4px;  
}
.t4p-counters-box .content-box-counter {
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
}
.t4p-counters-box .counter-box-icon {
    float: none;
    margin-top: -8px;
    vertical-align: middle;
    color: inherit;
}

/*
Counters Circle Shortcode
-----------------------------------------------------------------------------*/
.t4p-counters-circle {
    margin-bottom: 20px;
    text-align: center;
}
.t4p-counters-circle .counter-circle-wrapper {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    margin-right: 15px;
    vertical-align: middle;
    height: 220px;
    width: 220px;
    text-align: center;
}
.t4p-counters-circle .counter-circle {
    position: relative;
    height: 220px;
    width: 220px;
    text-align: center;
    line-height: 220px;
    font-size: 50px;
}
.t4p-counters-circle .counter-circle .fontawesome-icon {
    float: none;
    margin: 0;
    font-size: 50px;
}
.t4p-counters-circle .counter-circle canvas {
    position: absolute;
    left: 0;
    top: 0;
}
.t4p-counters-circle :last-child {
    margin-right: 0;
}

/*
Dropcap Shortcode
-----------------------------------------------------------------------------*/
.dropcap {
    padding: 13px 5px 11px;
}

/*
Flip Box Shortcode
-----------------------------------------------------------------------------*/
.t4p-flip-boxes {
    margin-bottom: 25px;
}
.t4p-flip-box {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.t4p-flip-box .flip-box-inner-wrapper {
    position: relative;
    margin-bottom: 15px;
}
.t4p-flip-box .flip-box-front,
.t4p-flip-box .flip-box-back {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    -ms-perspective: 600px;
    perspective: 600px;
    padding: 27px 20px 27px 20px;
    height: 100%;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    webkit-transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) 0 !important;
    -moz-transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) 0s !important;
    -o-transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) 0 !important;
    transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) 0 !important;
}
.t4p-flip-box .flip-box-front {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 10;
}
.t4p-flip-box .flip-box-back {
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    width: 100%;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    z-index: -1;
}
.t4p-flip-box .flip-box-back .t4p-button {
    display: block;
    margin: 20px auto 0 auto;
}
.t4p-flip-box.hover .flip-box-back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 10;
}
.t4p-flip-box.hover .flip-box-front {
    z-index: -1;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.t4p-flip-box.hover .flip-box-front .flip-box-grafix i:before {
    display: none;
}
.t4p-flip-box .flip-box-grafix {
    display: table;
    margin: 0 auto;
    margin-bottom: 10px;
}
.t4p-flip-box .flip-box-circle {
    height: 64px;
    width: 64px;
    border: 1px solid;
    border-radius: 50%;
}
.t4p-flip-box .flip-box-circle i {
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
}
.t4p-flip-box .flip-box-no-circle i {
    font-size: 60px;
}
.t4p-flip-box .flip-box-heading {
    margin-bottom: 15px;
}
.t4p-flip-box .flip-box-heading.without-text {
    margin-bottom: 0;
}
.t4p-flip-box .flip-box-heading-back {
    margin-bottom: 15px;
    font-size: 14px;
}
.t4p-flip-box .finished-animating {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
}

/*
Highlight Shortcode
-----------------------------------------------------------------------------*/
.t4p-highlight {
    padding: 0.1em 0.3em;
    line-height: 1.7em;
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
    -box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
}
.t4p-highlight.rounded {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.t4p-highlight.dark {
    color: #ccc;
}

/*
Carousel Shortcode
-----------------------------------------------------------------------------*/
.t4p-image-carousel {
    overflow: hidden;
    margin-bottom: 40px;
    padding: 0;
    height: auto;
}
.es-carousel-wrapper {
    overflow: hidden;
    position: relative;
    padding: 0;
    background: transparent;
}
.es-carousel-wrapper .es-carousel {
    overflow: hidden;
}

.es-carousel-wrapper .es-carousel ul li {
    display: block;
    float: left;
    padding: 0;
}
.es-carousel-wrapper .es-carousel ul li .image {
    margin-bottom: 0;
    text-align: center;
    visibility: hidden;
}
.es-carousel-wrapper .es-carousel ul li > a {
    display: block;
}
.es-carousel-wrapper .es-carousel ul li img {
    vertical-align: middle;
    margin: 0 auto;
}

.es-carousel-wrapper.t4p-carousel-small .es-carousel {
    padding-left: 13px;
}
.es-carousel-wrapper.t4p-carousel-small .es-carousel ul li {
    margin-right: 13px;
}
.es-carousel-wrapper.t4p-carousel-small .es-carousel ul li .image {
    height: 118px;
    width: 159px;
    line-height: normal;
}
.es-carousel-wrapper.t4p-carousel-small .es-carousel ul li img {
    max-height: 100%;
}

.es-carousel-wrapper.t4p-carousel-large .es-carousel ul li {
    margin-right: 44px;
    height: 100%;
}
.es-carousel-wrapper.t4p-carousel-large .es-carousel ul li .image {
    height: 138px;
    width: 180px;
    line-height: 138px;
}
.es-carousel-wrapper.t4p-carousel-large .es-carousel ul li .image .image-extras-content {
    line-height: normal;
}
.picture-size-auto .es-carousel-wrapper.t4p-carousel-large .es-carousel ul li .image {
    height: auto;
    width: 180px;
    line-height: 138px;
}

/*
Image Frame Shortcode
-----------------------------------------------------------------------------*/
.t4p-imageframe {
    display: inline-block;
    z-index: 1;
    position: relative;
    max-width: 100%;
}
.t4p-imageframe.element-bottomshadow img {
    background: rgba(255, 255, 255, 1) none repeat scroll 0% 0%;
}
.imageframe-align-center {
    text-align: center;
}
.t4p-imageframe.imageframe-dropshadow {
    overflow: visible;
    width: auto;
}
.imageframe-bottomshadow {
    position:relative;
    z-index:0;
}
.imageframe-bottomshadow:after {
    left: auto;
    right: 10px;
    transform: skew(8deg) rotate(3deg);
} 
.element-bottomshadow {
    position: relative;
}
.element-bottomshadow:before,
.element-bottomshadow:after {
    content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:20px;
    right:20px;
}   
.element-bottomshadow:after {
    left: auto;
    right: 20px;
    transform: skew(8deg) rotate(3deg);
}   
.t4p-imageframe.element-bottomshadow img {
    margin: 0;
}

/*
Modal Shortcode
-----------------------------------------------------------------------------*/
.t4p-modal button {
    box-shadow: none;
}
.modal-dialog {
    margin: 60px auto;
}
.t4p-modal .modal-header {
    min-height: 54px;
}
.t4p-modal .modal-title {
    font-family: 'Open Sans', arial, helvetica, sans-serif;
}
.t4p-modal .close {
    font-size: 30px;
    margin-top: -5px;
}
.t4p-modal button.close:hover {
	background: none;
	border: 0;
}
.t4p-modal .t4p-separator {
    width: 100% !important;
}

/*
Person Shortcode
-----------------------------------------------------------------------------*/
.t4p-person .person-imgage-container img{
    padding:0px;
}
.t4p-person .person-shortcode-image-wrapper {
    text-align: center;
    margin-top: 50px;
}
.t4p-person .person-imgage-container {
    display: inline-block;
    z-index: 1;
    max-width: 100%;
}
.t4p-person .person-imgage-container.glow {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.t4p-person .person-imgage-container.dropshadow {
    -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
}
.t4p-person .person-desc {
    margin-top: 25px;
}
.t4p-person .person-desc .person-author {
    display: table;
    width: 100%;
}
.t4p-person .person-desc .person-author .person-author-wrapper,
.t4p-person .person-desc .t4p-social-networks {
    display: block;
    vertical-align: middle;
    float: none;
    width: 100%;
    text-align: center;
}
.t4p-person .person-desc .person-author .person-author-wrapper {
    font-family: 'Open Sans';
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.t4p-person .person-desc .t4p-social-networks a:first-child {
    margin-left: 0;
}
.t4p-person .person-desc .t4p-icon-holder {
    margin-top: 10px;
}
.t4p-person .person-desc .t4p-social-networks {
    margin-top:10px;
}
.t4p-person .person-desc .t4p-social-networks a {
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 20px;
}
.t4p-person .person-desc .person-author .boxed-icons a {
    margin-left: 10px;
}
.t4p-person .person-desc .person-author .person-name,
.t4p-person .person-desc .person-author .person-title {
    display: block;
}
.t4p-person .person-desc .person-author .person-title {
    color:#aaa;
}
.t4p-person .person-desc .person-author .person-name {
    font-size: 20px;
    line-height: 25px; 
}

/*
Popover Shortcode
-----------------------------------------------------------------------------*/
.t4p-popover {
    cursor: pointer;
    color: #37B6BD;
}
.popover {
    padding: 0;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    white-space: normal;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 3px 3px 0 0;
}
.popover-content {
    padding: 9px 14px;
    border-radius: 0px 0px 3px 3px;
}
.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover .arrow {
    border-width: 11px;
}
.popover .arrow:after {
    border-width: 10px;
    content: "";
}
.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    bottom: -11px;
}
.popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #ffffff;
}
.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
}
.popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff;
}
.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    top: -11px;
}
.popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
}
.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
}
.popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px;
}

/*
Pricing Table Shortcode
-----------------------------------------------------------------------------*/
.t4p-pricing-table {
    margin: 0 0 20px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.t4p-pricing-table * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.t4p-pricing-table .panel {
    overflow: hidden;
    margin: 0;
    background-color: #ffffff;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #e5e4e3;
}
.t4p-pricing-table .panel-heading {
    padding: 15px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom: 1px solid #e5e4e3;
    text-align: center;
}
.t4p-pricing-table .panel-heading h3 {
    margin: 0;
}
.t4p-pricing-table .panel-body {
    padding: 15px;
    background-color: #f8f8f8;
    text-align: center;
}
.t4p-pricing-table .panel-body .price .currency {
    position: relative;
    color: #505050;
}
.t4p-pricing-table .panel-body .price .currency.pos-right {
    top: 0;
    margin-left: -12px;
    font-size: 32px;
}
.t4p-pricing-table .panel-body .price .integer-part {
    display: inline;
    font-weight: bold;
    color: #333;
    line-height: normal;
}
.t4p-pricing-table .panel-body .price .decimal-part {
    position: relative;
    font-weight: bold;
    color: #333;
}
.t4p-pricing-table .panel-body .price .time {
    position: relative;
    font-style: italic;
    color: #888888;
}
.t4p-pricing-table.sep-boxed-pricing .panel-body .price .integer-part,
.t4p-pricing-table.sep-boxed-pricing .panel-body .price .decimal-part {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.t4p-pricing-table.sep-boxed-pricing .panel-body .price .currency,
.t4p-pricing-table.sep-boxed-pricing .panel-body .price .time {
    color:#eee;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.t4p-pricing-table .panel-body .price .time.pos-right {
    display: block;
}
.t4p-pricing-table .list-group {
    margin: 0;
    padding: 0;
}
.t4p-pricing-table .list-group li {
    margin:0;
}
.t4p-pricing-table .list-group-item {
    display: block;
    position: relative;
    padding: 15px;
    background: none;
    border-radius: 0;
    border-top: 1px solid #e5e4e3;
    text-align: center;
}
.t4p-pricing-table .list-group-item:last-child {
    border-bottom: 1px solid #e5e4e3;
}
.t4p-pricing-table .panel-footer {
    padding: 15px;
    background-color: #f8f8f8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-color: 1px solid #e5e4e3;
    text-align: center;
}
.t4p-pricing-table .panel-wrapper:hover {
    cursor: pointer;
}
.t4p-pricing-table .panel-wrapper:hover .panel {
    background-color: #f8f8f8;
}
#wrapper .full-boxed-pricing .panel-wrapper {
    padding: 0;
}
.full-boxed-pricing .panel-wrapper:last-child .panel {
    border-right: 1px solid #e5e4e3;
}
.full-boxed-pricing .panel-body .price .currency {
    top: -20px;
    font-size: 21px;
}
.full-boxed-pricing .panel-body .price .integer-part {
    font-size: 55px;
}
.full-boxed-pricing .panel-body .price .decimal-part {
    top: -26px;
    font-size: 17px;
}
.full-boxed-pricing .panel-body .price .time {
    top: -5px;
    font-size: 13px;
}
.full-boxed-pricing .panel-wrapper:hover .panel-heading {
    background-color: #f8f8f8;
}
.sep-boxed-pricing .panel-wrapper {
    margin-bottom: 10px;
    padding: 0;
}
.sep-boxed-pricing .panel-container {
    padding: 9px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -border-radius: 4px;  
    border-radius: 4px; 
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    -box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;      
}
.sep-boxed-pricing .panel {
    border:none;
}
.sep-boxed-pricing .panel-heading {
    background-color: #37B6BD;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom: none;
    text-align: center;
}
.sep-boxed-pricing .panel-heading h3 {
    margin: 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    font-size:18px;
    font-weight:bold;
}
.sep-boxed-pricing .panel-body .price .currency {
    top: -30px;
    font-size: 28px;
}
.sep-boxed-pricing .panel-body .price .integer-part {
    font-size: 75px;
}
.sep-boxed-pricing .panel-body .price .decimal-part {
    font-size: 23px;
    left: 56px;
    top: -90px;
}
.sep-boxed-pricing .panel-body .price .time {
    top: -5px;
    font-size: 26px;
}
.sep-boxed-pricing .pricing-row {
    -webkit-box-shadow: 0 1px 60px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 60px rgba(0, 0, 0, 0.2) inset;
    -box-shadow: 0 1px 60px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 60px rgba(0, 0, 0, 0.2) inset;
}
.full-boxed-pricing {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    padding:4px; 
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    -box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;   
}
.full-boxed-pricing .panel-wrapper:first-child .panel {
    border-left:none;
}
.full-boxed-pricing .panel {
    border-top:none;
    border-bottom:none;
}
@media (min-width: 768px) {
    .t4p-pricing-table .standout .panel-container {
        z-index: 1000;
    }
    .t4p-pricing-table .standout .panel-heading,
    .t4p-pricing-table .standout .panel-footer {
        padding: 20px;
    }
    .full-boxed-pricing .panel-wrapper:last-child .panel {
        border-right:none;
    }
    .full-boxed-pricing .panel {
        border-right: none;
    }
    .full-boxed-pricing .standout .panel-container {
        position: relative;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        margin: -10px -9px;
        padding: 9px;
        -webkit-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.08);
        box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.08);
        background-color: #f8f8f8;
    }
    .full-boxed-pricing .standout .panel {
        border-right: 1px solid #e5e4e3;
    }
    .full-boxed-pricing .standout .panel-heading h3 {
        color: #37B6BD;
    }
    .sep-boxed-pricing .standout .panel-container {
        margin: -10px;
        -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.16);
        box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.16);
    }
}
.t4p-columns-5 .col-lg-2, .t4p-columns-5 .col-md-2, .t4p-columns-5 .col-sm-2 {
    width: 20%;
}
.t4p-pricing-table .panel-heading h3 {
    font-size:16px !important;
}
.sep-boxed-pricing .column {
    margin-left: 0;
}
.sep-boxed-pricing.columns-4 .column,
.sep-boxed-pricing.columns-3 .column,
.sep-boxed-pricing.columns-2 .column,
.sep-boxed-pricing.columns-1 .column {
    padding: 10px;
}
.sep-boxed-pricing .column {
    border: 0px;
    background:none;
    box-shadow:none;
}
.sep-boxed-pricing.columns-3 .panel-body .price .decimal-part {

    left: 0px;
    top: -50px;
}
.sep-boxed-pricing.columns-2 .panel-body .price .decimal-part {

    left: 0px;
    top: -50px;
}
.sep-boxed-pricing.columns-1 .panel-body .price .decimal-part {
    left: 0px;
    top: -50px;
}


/*
Title Shortcode
-----------------------------------------------------------------------------*/
.t4p-title,
#sidebar .heading {
    display: table;
    margin: 0 0 31px;
    overflow: hidden;   
}
.heading {
    margin-bottom:20px; 
}
.t4p-title h1,
.t4p-title h2,
.t4p-title h3,
.t4p-title h4,
.t4p-title h5,
.t4p-title h6,
.heading h3 {
    float: left;
    display: table-cell;
    margin: 0;
    padding: 0 8px 0 0;
    line-height: normal;
    white-space: pre;   
}                    
.t4p-title h1.title-heading-left,
.t4p-title h2.title-heading-left,
.t4p-title h3.title-heading-left,
.t4p-title h4.title-heading-left,
.t4p-title h5.title-heading-left,
.t4p-title h6.title-heading-left {
    padding-right: 8px;
}
.t4p-title h1.title-heading-left .fontawesome-icon,
.t4p-title h2.title-heading-left .fontawesome-icon,
.t4p-title h3.title-heading-left .fontawesome-icon,
.t4p-title h4.title-heading-left .fontawesome-icon,
.t4p-title h5.title-heading-left .fontawesome-icon,
.t4p-title h6.title-heading-left .fontawesome-icon {
    margin-left: 10px;
}
.t4p-title h1.title-heading-right,
.t4p-title h2.title-heading-right,
.t4p-title h3.title-heading-right,
.t4p-title h4.title-heading-right,
.t4p-title h5.title-heading-right,
.t4p-title h6.title-heading-right {
    padding: 0 0 0 8px;
    float:right;
}
.t4p-title h1.title-heading-right .fontawesome-icon,
.t4p-title h2.title-heading-right .fontawesome-icon,
.t4p-title h3.title-heading-right .fontawesome-icon,
.t4p-title h4.title-heading-right .fontawesome-icon,
.t4p-title h5.title-heading-right .fontawesome-icon,
.t4p-title h6.title-heading-right .fontawesome-icon,
.t4p-title h1.title-heading-right img,
.t4p-title h2.title-heading-right img,
.t4p-title h3.title-heading-right img,
.t4p-title h4.title-heading-right img,
.t4p-title h5.title-heading-right img,
.t4p-title h6.title-heading-right img {
    margin-left: 10px;
    margin-right: 0;
}
.t4p-title h1 img,
.t4p-title h2 img,
.t4p-title h3 img,
.t4p-title h4 img,
.t4p-title h5 img,
.t4p-title h6 img {
    margin-right: 10px;
}
.t4p-title h1 .fontawesome-icon,
.t4p-title h2 .fontawesome-icon,
.t4p-title h3 .fontawesome-icon,
.t4p-title h4 .fontawesome-icon,
.t4p-title h5 .fontawesome-icon,
.t4p-title h6 .fontawesome-icon {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin-left: 2px;
}
.t4p-title h1 .fontawesome-icon.size-small,
.t4p-title h2 .fontawesome-icon.size-small,
.t4p-title h3 .fontawesome-icon.size-small,
.t4p-title h4 .fontawesome-icon.size-small,
.t4p-title h5 .fontawesome-icon.size-small,
.t4p-title h6 .fontawesome-icon.size-small,
.t4p-title h1 .fontawesome-icon.size-medium,
.t4p-title h2 .fontawesome-icon.size-medium,
.t4p-title h3 .fontawesome-icon.size-medium,
.t4p-title h4 .fontawesome-icon.size-medium,
.t4p-title h5 .fontawesome-icon.size-medium,
.t4p-title h6 .fontawesome-icon.size-medium,
.t4p-title h1 .fontawesome-icon.size-large,
.t4p-title h2 .fontawesome-icon.size-large,
.t4p-title h3 .fontawesome-icon.size-large,
.t4p-title h4 .fontawesome-icon.size-large,
.t4p-title h5 .fontawesome-icon.size-large,
.t4p-title h6 .fontawesome-icon.size-large {
    margin-top: 0;
}
.t4p-title .title-sep-container,
.heading .title-sep-container,
.title .title-sep-container {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 6px;
    width: 100%;
}
.t4p-title.sep-underline {
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #e7e6e6;
}
.t4p-title.sep-underline .title-heading-right {
    float: right;
    margin: 0;
}
.t4p-title .title-sep, 
.title-sep {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
}
.t4p-title .title-sep.sep-double {
    height: 6px;
    border-bottom-width: 1px;
    border-top-width: 1px;
}
.t4p-title .title-sep.sep-single {
    border-bottom-width: 1px;
}
.t4p-title .title-sep.sep-dashed {
    border-bottom-style: dashed;
    border-top-style: dashed;
}
.t4p-title .title-sep.sep-dotted {
    border-bottom-style: dotted;
    border-top-style: dotted;
}
.t4p-title.sep-dashed {
    border-bottom-style: dashed;
}
.t4p-title.sep-dotted {
    border-bottom-style: dotted;
}
.border-below-title {
    display: block;
}
.border-below-title h1,
.border-below-title h2,
.border-below-title h3,
.border-below-title h4,
.border-below-title h5,
.border-below-title h6 {
    white-space: normal;
}
#main .post-content .border-below-title h1,
#main .post-content .border-below-title h2,
#main .post-content .border-below-title h3,
#main .post-content .border-below-title h4,
#main .post-content .border-below-title h5,
#main .post-content .border-below-title h6 {
    float: none;
    padding-right: 0;
}
.border-below-title .title-sep-container {
    display: none;
    height: 8px;
}

/*
Progress Bar Shortcode
-----------------------------------------------------------------------------*/
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress-bar {
    background-image: none;
}
.t4p-progressbar .progress {
    background-image: none;
}
.t4p-progress-bar {
    overflow: hidden;
    height: 37px;
    margin-bottom: 20px;
    background-color: #e6e7e8;
    border-bottom:1px solid #f0f1f1;  
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.t4p-progress {
    float: left;
    width: 0%;
    height: 100% !important;
    font-size: 12px;
    line-height: 37px;
    color: #ffffff;
    text-align: center;
    background-color: #37B6BD;   	
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-striped .progress {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress-bar.active .progress {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.t4p-progressbar {
    position: relative;
    margin-bottom: 20px;
    height: 43px ;
    width: 100% ;
    background-color: #E6E7E8 ;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;  
}
.t4p-progressbar .t4p-progress {
    background-color: #37B6BD;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.t4p-progressbar .sr-only {
    left: 0px;
    top: 0px;
    clip: auto;
    height: auto;
    width: auto;
    color: #FFFFFF;
    font-size: 15px;
    padding: 14px 15px;
    background: rgba(0, 0, 0, 0.1);  
    font-weight: normal;
}

/*
Recent Posts Shortcode
-----------------------------------------------------------------------------*/
.t4p-recent-posts .recent-posts-content h3{
    clear:none;
    margin-top: 10px;
    font-size: 20px !important;

}
.date-and-formats .format-box i {
    padding: 15px 20px 20px 0px;    
}
.t4p-recent-posts .format-box {
    float:left;
}
.t4p-recent-posts {
    margin-bottom: 50px;
}
.t4p-recent-posts .columns {
    overflow: hidden;
}
.t4p-recent-posts .columns .column .t4p-flexslider {
    margin-bottom: 0;
}
.t4p-recent-posts .columns .column h4 {
    margin: 15px 0 3px 0;
}
.t4p-recent-posts .columns .column .meta {
    overflow: hidden;
    margin-bottom: 13px;
    padding: 0;
    color: #aaa;
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    line-height: 14px;
}
.t4p-recent-posts .meta a {
    font-size: 12px;
}
.t4p-recent-posts .columns .column .meta .meta-separator {
    padding: 0 5px;
}
.t4p-recent-posts .columns-2 .column:nth-child(3n) {
    clear: left;
}
.t4p-recent-posts .columns-3 .column:nth-child(4n) {
    clear: left;
}
.t4p-recent-posts.layout-thumbnails-on-side .columns .column {
    margin-bottom: 20px;
}
.t4p-recent-posts.layout-thumbnails-on-side .columns .column .floated-slideshow {
    overflow: hidden;
    float: left;
    margin: 0 20px 5px 0;
    width: 144px;
}
.t4p-recent-posts.layout-thumbnails-on-side .columns .column h4 {
    margin-bottom: 0px;
    margin-top: 0;
}
.t4p-recent-posts.layout-date-on-side .date-and-formats {
    overflow: hidden;
    float: left;
    margin: 0 20px 5px 0;
    width: 82px;
}
.t4p-recent-posts.layout-date-on-side .date-and-formats .date-box {
    padding: 8px 0 5px;
    color: #FFFFFF;
}
.t4p-recent-posts.layout-date-on-side .date-and-formats .date-box .date {
    display: block;
    font-size: 29px;
    font-weight: bold;
    line-height: 29px;
}
.t4p-recent-posts.layout-date-on-side .date-and-formats .format-box {
    margin-top: 3px;
    background-color: #EEF0F2;
}
.t4p-recent-posts.layout-date-on-side .columns .column {
    margin-bottom: 20px;
}
.t4p-recent-posts.layout-date-on-side .columns .column h4 {
    margin-top: 0;
    margin-bottom: 0;
}

/*
Recent Works Shortcode
-----------------------------------------------------------------------------*/

.t4p-recent-works.recent-works-carousel.picture-size-auto .es-carousel-wrapper.t4p-carousel-large .es-carousel {
    margin-left: -30px;
}
.t4p-recent-works.recent-works-carousel .es-carousel ul {
    margin-left: 22px;
}
.t4p-recent-works.layout-carousel {
    overflow: hidden;
    height: auto;
}
.t4p-recent-works.layout-carousel .image .image-extras .image-extras-content {
    line-height: initial;
}

.t4p-recent-works .image-extras-content.recent-works-shortcode .entry-title a {
    font-size:15px !important;
    text-shadow :none;
    color: #fff !important;
}
.t4p-recent-works .rw-comma {
    font-size: 12px;
	color: rgba(0, 0, 0, 0.3);	
}
.t4p-recent-works .image-extras-content.recent-works-shortcode h4 a {
    font-size: 12px !important;
}
.t4p-recent-works .image-extras-content.recent-works-shortcode h4 {
	line-height:14px;
}
	
.t4p-recent-works .portfolio-item {
    padding-bottom:50px; 
	width:100%;
}
.t4p-recent-works  .portfolio-item .image {
    max-width: 100%;
}
.t4p-recent-works  .portfolio-wrapper {
    max-width: 100%;
}
.t4p-recent-works {
    margin-bottom: 55px;
}


@media (min-width: 320px) {   
	/* Four Column 800px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-800 .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 260px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 260px;
    }	
	/* Four Column and Sidebar 800px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-800 .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 260px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 260px;
    } 
	/* Four Column with Excerpt 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-800 .portfolio-wrapper {
		width: 260px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 260px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-800 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 260px;
	}	
	/* Four Column with Excerpt and Sidebar 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-800 .portfolio-wrapper {
		width: 260px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 260px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-800 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 260px;
	}	
	/* Four Column 985px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-985 .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 260px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 260px;
    }	
	/* Four Column and Sidebar 985px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-985 .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 260px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 260px;
    } 
	/* Four Column with Excerpt 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-985 .portfolio-wrapper {
		width: 260px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 260px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-985 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 260px;
	}	
	/* Four Column with Excerpt and Sidebar 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-985 .portfolio-wrapper {
		width: 260px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 260px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-985 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 260px;
	}	
	
		/* Four Column 1600px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-1600 .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-1600 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 260px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 260px;
    }	
	/* Four Column and Sidebar 1600px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-1600 .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-1600 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 260px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 260px;
    } 
	/* Four Column with Excerpt 1600px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-1600 .portfolio-wrapper {
		 width: 260px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-1600 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 260px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-1600 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 260px;
	}	
	/* Four Column with Excerpt and Sidebar 1600px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-1600 .portfolio-wrapper {
		width: 260px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-1600 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 260px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-1600 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 260px;
	}
	
	/* Four Column*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 260px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 260px;
    }	
	/* Four Column and Sidebar*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 260px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 260px;
    }
	/* Four Column with Excerpt*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper {
		width: 260px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 260px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 260px;
	}	
	/* Four Column with Excerpt and Sidebar*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text .portfolio-wrapper {
		width: 260px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 260px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 260px;
	}	
	/* Three Column 800px*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-800 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 260px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 260px;
    }	
	/* Three Column and Sidebar 800px*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-800 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 260px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 260px;
    } 
	/* Three Column with Excerpt 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-800 .portfolio-wrapper {
		width: 300px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 260px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-800 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 260px;
	}	
	/* Three Column with Excerpt and Sidebar 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-800 .portfolio-wrapper {
		width: 300px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 260px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-800 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 260px;
	}	
	/* Three Column 985px*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-985 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 260px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 260px;
    }	
	/* Three Column and Sidebar 985px*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-985 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 260px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 260px;
    } 
	/* Three Column with Excerpt 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-985 .portfolio-wrapper {
		width: 300px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 260px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-985 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 260px;
	}	
	/* Three Column with Excerpt and Sidebar 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-985 .portfolio-wrapper {
		width: 300px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 260px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-985 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 260px;
	}	
	/* Three Column*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 260px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 260px;
    }	
	/* Three Column and Sidebar*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 260px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 260px;
    }
	/* Three Column with Excerpt*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper {
		width: 300px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 260px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 260px;
	}	
	/* Three Column with Excerpt and Sidebar*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text .portfolio-wrapper {
		width: 300px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 260px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 260px;
	}	
	/* Two Column 800px*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-800 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 260px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 260px;
    }	
	/* Two Column and Sidebar 800px*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-800 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 260px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 260px;
    } 
	/* Two Column with Excerpt 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-800 .portfolio-wrapper {
		width: 300px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 260px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-800 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 260px;
	}	
	/* Two Column with Excerpt and Sidebar 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-800 .portfolio-wrapper {
		width: 300px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 260px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-800 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 260px;
	}	
	/* Two Column 985px*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-985 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 260px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 260px;
    }	
	/* Two Column and Sidebar 985px*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-985 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 260px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 260px;
    } 
	/* Two Column with Excerpt 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-985 .portfolio-wrapper {
		width: 300px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 260px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-985 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 260px;
	}	
	/* Two Column with Excerpt and Sidebar 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-985 .portfolio-wrapper {
		width: 300px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 260px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-985 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 260px;
	}	
	/* Two Column*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 260px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 260px;
    }	
	/* Two Column and Sidebar*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 260px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 260px;
    }
	/* Two Column with Excerpt*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper {
		width: 300px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 260px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 260px;
	}	
	/* Two Column with Excerpt and Sidebar*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text .portfolio-wrapper {
		width: 300px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 260px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 260px;
	}	
	/* One Column*/
	.t4p-recent-works.layout-grid.portfolio-one.portfolio-one-page .portfolio-wrapper {
        width: 250px;
        margin:0 auto;	
    }	
	.t4p-recent-works.layout-grid.portfolio-one.portfolio-one-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }	
	/* One Column and Sidebar*/
	.t4p-recent-works.layout-grid.portfolio-one.portfolio-one-page.portfolio-one-sidebar-page .portfolio-wrapper {
        width: 250px;
        margin:0 auto;	
    }	
	.t4p-recent-works.layout-grid.portfolio-one.portfolio-one-page.portfolio-one-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }
	/* One Column with Excerpt*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-one.portfolio-one-page.portfolio-one-text .portfolio-wrapper {
		width: 250px;
        margin:0 auto;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-one.portfolio-one-page.portfolio-one-text .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 250px;
	}	
	/* One Column with Excerpt and Sidebar*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-one.portfolio-one-page.portfolio-one-text.portfolio-one-sidebar-page-text .portfolio-wrapper {
		width: 250px;
		margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-one.portfolio-one-page.portfolio-one-text.portfolio-one-sidebar-page-text .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 250px;
	}
}

@media (min-width: 360px) {  
		/* Four Column 800px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-800 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 298px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 298px;
    }	
	/* Four Column and Sidebar 800px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-800 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 298px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 298px;
    } 
	/* Four Column with Excerpt 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-800 .portfolio-wrapper {
		width: 300px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 298px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-800 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 298px;
	}	
	/* Four Column with Excerpt and Sidebar 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-800 .portfolio-wrapper {
		width: 300px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 298px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-800 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 298px;
	}
	
	/* Four Column 985px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-985 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 298px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 298px;
    }	
	/* Four Column and Sidebar 985px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-985 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 298px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 298px;
    } 
	/* Four Column with Excerpt 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-985 .portfolio-wrapper {
		width: 300px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 298px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-985 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 298px;
	}	
	/* Four Column with Excerpt and Sidebar 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-985 .portfolio-wrapper {
		width: 300px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 298px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-985 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 298px;
	}
	
	/* Four Column 1600px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-1600 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-1600 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 298px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 298px;
    }	
	/* Four Column and Sidebar 1600px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-1600 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-1600 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 298px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 298px;
    } 
	/* Four Column with Excerpt 1600px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-1600 .portfolio-wrapper {
		 width: 300px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-1600 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 298px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-1600 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 298px;
	}	
	/* Four Column with Excerpt and Sidebar 1600px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-1600 .portfolio-wrapper {
		width: 300px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-1600 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 298px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-1600 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 298px;
	}
	
	/* Four Column*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 298px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 298px;
    }	
	/* Four Column and Sidebar*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 298px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 298px;
    }
	/* Four Column with Excerpt*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper {
		width: 300px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 298px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 298px;
	}	
	/* Four Column with Excerpt and Sidebar*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text .portfolio-wrapper {
		width: 300px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 298px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 298px;
	}
	
	/* Three Column 800px*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-800 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 300px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Three Column and Sidebar 800px*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-800 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 300px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    } 
	/* Three Column with Excerpt 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-800 .portfolio-wrapper {
		width: 300px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 300px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-800 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 300px;
	}	
	/* Three Column with Excerpt and Sidebar 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-800 .portfolio-wrapper {
		width: 300px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 300px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-800 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 300px;
	}
	
	/* Three Column 985px*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-985 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 300px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Three Column and Sidebar 985px*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-985 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 300px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    } 
	/* Three Column with Excerpt 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-985 .portfolio-wrapper {
		width: 300px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 300px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-985 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 300px;
	}	
	/* Three Column with Excerpt and Sidebar 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-985 .portfolio-wrapper {
		width: 300px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 300px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-985 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 300px;
	}
	
	/* Three Column*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 300px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Three Column and Sidebar*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 300px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }
	/* Three Column with Excerpt*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper {
		width: 300px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 300px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 300px;
	}	
	/* Three Column with Excerpt and Sidebar*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text .portfolio-wrapper {
		width: 300px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 300px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 300px;
	}
	
	/* Two Column 800px*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-800 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 300px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Two Column and Sidebar 800px*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-800 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 300px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    } 
	/* Two Column with Excerpt 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-800 .portfolio-wrapper {
		width: 300px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 300px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-800 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 300px;
	}	
	/* Two Column with Excerpt and Sidebar 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-800 .portfolio-wrapper {
		width: 300px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 300px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-800 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 300px;
	}
	
	/* Two Column 985px*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-985 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 300px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Two Column and Sidebar 985px*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-985 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 300px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    } 
	/* Two Column with Excerpt 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-985 .portfolio-wrapper {
		width: 300px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 300px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-985 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 300px;
	}	
	/* Two Column with Excerpt and Sidebar 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-985 .portfolio-wrapper {
		width: 300px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 300px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-985 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 300px;
	}
	
	/* Two Column*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 300px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Two Column and Sidebar*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 300px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }
	/* Two Column with Excerpt*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper {
		width: 300px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 300px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 300px;
	}	
	/* Two Column with Excerpt and Sidebar*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text .portfolio-wrapper {
		width: 300px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 300px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 300px;
	}
	
	/* One Column*/
	.t4p-recent-works.layout-grid.portfolio-one.portfolio-one-page .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }	
	.t4p-recent-works.layout-grid.portfolio-one.portfolio-one-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* One Column and Sidebar*/
	.t4p-recent-works.layout-grid.portfolio-one.portfolio-one-page.portfolio-one-sidebar-page .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }	
	.t4p-recent-works.layout-grid.portfolio-one.portfolio-one-page.portfolio-one-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }
	/* One Column with Excerpt*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-one.portfolio-one-page.portfolio-one-text .portfolio-wrapper {
		width: 300px;
        margin:0 auto;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-one.portfolio-one-page.portfolio-one-text .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 300px;
	}	
	/* One Column with Excerpt and Sidebar*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-one.portfolio-one-page.portfolio-one-text.portfolio-one-sidebar-page-text .portfolio-wrapper {
		width: 300px;
		margin:0 auto;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-one.portfolio-one-page.portfolio-one-text.portfolio-one-sidebar-page-text .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 300px;
	}
}

@media (min-width: 768px) {  
		/* Four Column 800px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-800 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 172px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }	
	/* Four Column and Sidebar 800px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-800 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 172px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    } 
	/* Four Column with Excerpt 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-800 .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 172px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-800 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 172px;
	}	
	/* Four Column with Excerpt and Sidebar 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-800 .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 172px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-800 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 172px;
	}
	
	/* Four Column 985px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-985 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 172px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }	
	/* Four Column and Sidebar 985px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-985 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 172px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    } 
	/* Four Column with Excerpt 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-985 .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 172px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-985 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 172px;
	}	
	/* Four Column with Excerpt and Sidebar 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-985 .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 172px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-985 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 172px;
	}
	
	/* Four Column 1600px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-1600 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 172px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }	
	/* Four Column and Sidebar 1600px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-1600 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 172px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    } 
	/* Four Column with Excerpt 1600px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-1600 .portfolio-wrapper {
		 width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-1600 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 172px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-1600 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 172px;
	}	
	/* Four Column with Excerpt and Sidebar 1600px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-1600 .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-1600 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 172px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-1600 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 172px;
	}
	
	/* Four Column*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 172px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }	
	/* Four Column and Sidebar*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 172px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }
	/* Four Column with Excerpt*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 172px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 172px;
	}	
	/* Four Column with Excerpt and Sidebar*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 172px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 172px;
	}
 
	/* Three Column 800px*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-800 .portfolio-wrapper {
        width: 740px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 230px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }	
	/* Three Column and Sidebar 800px*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-800 .portfolio-wrapper {
        width: 740px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 230px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    } 
	/* Three Column with Excerpt 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-800 .portfolio-wrapper {
		width: 740px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 230px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-800 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 230px;
	}	
	/* Three Column with Excerpt and Sidebar 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-800 .portfolio-wrapper {
		width: 740px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 230px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-800 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 230px;
	}
	
	/* Three Column 985px*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-985 .portfolio-wrapper {
        width: 740px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 230px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }	
	/* Three Column and Sidebar 985px*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-985 .portfolio-wrapper {
        width: 740px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 230px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    } 
	/* Three Column with Excerpt 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-985 .portfolio-wrapper {
		width: 740px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 230px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-985 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 230px;
	}	
	/* Three Column with Excerpt and Sidebar 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-985 .portfolio-wrapper {
		width: 740px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 230px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-985 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 230px;
	}
	
	/* Three Column 1600px*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-1600 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 230px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }	
	/* Three Column and Sidebar 1600px*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-1600 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 230px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    } 
	/* Three Column with Excerpt 1600px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-1600 .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-1600 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 230px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-1600 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 230px;
	}	
	/* Three Column with Excerpt and Sidebar 1600px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-1600 .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-1600 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 230px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-1600 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 230px;
	}
	
	/* Three Column*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page .portfolio-wrapper {
        width: 686px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 216px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 216px;
    }	
	/* Three Column and Sidebar*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper {
        width: 686px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 216px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 216px;
    }
	/* Three Column with Excerpt*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper {
		width: 686px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 216px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 216px;
	}	
	/* Three Column with Excerpt and Sidebar*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text .portfolio-wrapper {
		width: 686px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 216px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 216px;
	}
	
	/* Two Column 800px*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-800 .portfolio-wrapper {
        width: 650px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 325px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 325px;
    }	
	/* Two Column and Sidebar 800px*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-800 .portfolio-wrapper {
        width: 650px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 325px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 325px;
    } 
	/* Two Column with Excerpt 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-800 .portfolio-wrapper {
		width: 650px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 325px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-800 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 325px;
	}	
	/* Two Column with Excerpt and Sidebar 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-800 .portfolio-wrapper {
		width: 650px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 325px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-800 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 325px;
	}
	
	/* Two Column 985px*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-985 .portfolio-wrapper {
        width: 650px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 325px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 325px;
    }	
	/* Two Column and Sidebar 985px*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-985 .portfolio-wrapper {
        width: 650px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 325px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 325px;
    } 
	/* Two Column with Excerpt 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-985 .portfolio-wrapper {
		width: 650px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 325px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-985 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 325px;
	}	
	/* Two Column with Excerpt and Sidebar 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-985 .portfolio-wrapper {
		width: 650px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 325px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-985 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 325px;
	}
	
	/* Two Column*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page .portfolio-wrapper {
        width: 680px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 340px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 340px;
    }	
	/* Two Column and Sidebar*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper {
        width: 680px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 340px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 340px;
    }
	/* Two Column with Excerpt*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper {
		width: 680px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 340px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 340px;
	}	
	/* Two Column with Excerpt and Sidebar*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text .portfolio-wrapper {
		width: 680px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 340px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 340px;
	}
	
	/* One Column*/
	.t4p-recent-works.layout-grid.portfolio-one.portfolio-one-page .portfolio-wrapper {
        width: 640px;
        margin:0 auto;	
    }	
	.t4p-recent-works.layout-grid.portfolio-one.portfolio-one-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 640px;
    }	
	/* One Column and Sidebar*/
	.t4p-recent-works.layout-grid.portfolio-one.portfolio-one-page.portfolio-one-sidebar-page .portfolio-wrapper {
        width: 640px;
        margin:0 auto;	
    }	
	.t4p-recent-works.layout-grid.portfolio-one.portfolio-one-page.portfolio-one-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 640px;
    }
	/* One Column with Excerpt*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-one.portfolio-one-page.portfolio-one-text .portfolio-wrapper {
		width: 640px;
        margin:0 auto;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-one.portfolio-one-page.portfolio-one-text .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 640px;
	}	
	/* One Column with Excerpt and Sidebar*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-one.portfolio-one-page.portfolio-one-text.portfolio-one-sidebar-page-text .portfolio-wrapper {
		width: 640px;
		margin:0 auto;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-one.portfolio-one-page.portfolio-one-text.portfolio-one-sidebar-page-text .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 640px;
	}
}
@media (min-width: 800px) { 	
		/* Four Column 800px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-800 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 172px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }	
	/* Four Column and Sidebar 800px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-800 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 172px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    } 
	/* Four Column with Excerpt 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-800 .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 172px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-800 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 172px;
	}	
	/* Four Column with Excerpt and Sidebar 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-800 .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 172px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-800 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 172px;
	}
	
	/* Four Column 985px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-985 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 172px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }	
	/* Four Column and Sidebar 985px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-985 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 172px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    } 
	/* Four Column with Excerpt 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-985 .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 172px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-985 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 172px;
	}	
	/* Four Column with Excerpt and Sidebar 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-985 .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 172px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-985 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 172px;
	}
	
	/* Four Column 1600px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-1600 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 172px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }	
	/* Four Column and Sidebar 1600px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-1600 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 172px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    } 
	/* Four Column with Excerpt 1600px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-1600 .portfolio-wrapper {
		 width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-1600 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 172px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-1600 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 172px;
	}	
	/* Four Column with Excerpt and Sidebar 1600px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-1600 .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-1600 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 172px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-1600 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 172px;
	}
	
	/* Four Column*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 172px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }	
	/* Four Column and Sidebar*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 172px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }
	/* Four Column with Excerpt*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 172px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 172px;
	}	
	/* Four Column with Excerpt and Sidebar*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 172px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 172px;
	}
	
	/* Three Column 800px*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-800 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 230px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }	
	/* Three Column and Sidebar 800px*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-800 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 230px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    } 
	/* Three Column with Excerpt 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-800 .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 230px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-800 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 230px;
	}	
	/* Three Column with Excerpt and Sidebar 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-800 .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 230px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-800 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 230px;
	}
	
	/* Three Column 985px*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-985 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 230px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }	
	/* Three Column and Sidebar 985px*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-985 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 230px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    } 
	/* Three Column with Excerpt 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-985 .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 230px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-985 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 230px;
	}	
	/* Three Column with Excerpt and Sidebar 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-985 .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 230px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-985 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 230px;
	}
	
	/* Three Column 1600px*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-1600 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 230px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }	
	/* Three Column and Sidebar 1600px*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-1600 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 230px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    } 
	/* Three Column with Excerpt 1600px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-1600 .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-1600 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 230px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-1600 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 230px;
	}	
	/* Three Column with Excerpt and Sidebar 1600px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-1600 .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-1600 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 230px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-1600 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 230px;
	}
	
	/* Three Column*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page .portfolio-wrapper {
        width: 686px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 216px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 216px;
    }	
	/* Three Column and Sidebar*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper {
        width: 686px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 216px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 216px;
    }
	/* Three Column with Excerpt*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper {
		width: 686px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 216px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 216px;
	}	
	/* Three Column with Excerpt and Sidebar*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text .portfolio-wrapper {
		width: 686px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 216px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 216px;
	}
	
	/* Two Column 800px*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-800 .portfolio-wrapper {
        width: 650px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 325px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 325px;
    }	
	/* Two Column and Sidebar 800px*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-800 .portfolio-wrapper {
        width: 650px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 325px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 325px;
    } 
	/* Two Column with Excerpt 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-800 .portfolio-wrapper {
		width: 650px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 325px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-800 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 325px;
	}	
	/* Two Column with Excerpt and Sidebar 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-800 .portfolio-wrapper {
		width: 650px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 325px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-800 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 325px;
	}
	
	/* Two Column 985px*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-985 .portfolio-wrapper {
        width: 650px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 325px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 325px;
    }	
	/* Two Column and Sidebar 985px*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-985 .portfolio-wrapper {
        width: 650px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 325px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 325px;
    } 
	/* Two Column with Excerpt 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-985 .portfolio-wrapper {
		width: 650px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 325px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-985 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 325px;
	}	
	/* Two Column with Excerpt and Sidebar 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-985 .portfolio-wrapper {
		width: 650px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 325px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-985 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 325px;
	}
	
	/* Two Column*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page .portfolio-wrapper {
        width: 680px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 340px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 340px;
    }	
	/* Two Column and Sidebar*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper {
        width: 680px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 340px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 340px;
    }
	/* Two Column with Excerpt*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper {
		width: 680px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 340px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 340px;
	}	
	/* Two Column with Excerpt and Sidebar*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text .portfolio-wrapper {
		width: 680px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 340px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 340px;
	}
	
	/* One Column*/
	.t4p-recent-works.layout-grid.portfolio-one.portfolio-one-page .portfolio-wrapper {
        width: 640px;
        margin:0 auto;	
    }	
	.t4p-recent-works.layout-grid.portfolio-one.portfolio-one-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 640px;
    }	
	/* One Column and Sidebar*/
	.t4p-recent-works.layout-grid.portfolio-one.portfolio-one-page.portfolio-one-sidebar-page .portfolio-wrapper {
        width: 640px;
        margin:0 auto;	
    }	
	.t4p-recent-works.layout-grid.portfolio-one.portfolio-one-page.portfolio-one-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 640px;
    }
	/* One Column with Excerpt*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-one.portfolio-one-page.portfolio-one-text .portfolio-wrapper {
		width: 640px;
        margin:0 auto;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-one.portfolio-one-page.portfolio-one-text .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 640px;
	}
	/* One Column with Excerpt and Sidebar*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-one.portfolio-one-page.portfolio-one-text.portfolio-one-sidebar-page-text .portfolio-wrapper {
		width: 640px;
		margin:0 auto;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-one.portfolio-one-page.portfolio-one-text.portfolio-one-sidebar-page-text .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 640px;
	}
}

@media (min-width: 980px) {   
		/* Four Column 800px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-800 .portfolio-wrapper {
        width: 740px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 185px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 185px;
    }	
	/* Four Column and Sidebar 800px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-800 .portfolio-wrapper {
        width: 740px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 185px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 185px;
    } 
	/* Four Column with Excerpt 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-800 .portfolio-wrapper {
		width: 740px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 185px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-800 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 185px;
	}	
	/* Four Column with Excerpt and Sidebar 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-800 .portfolio-wrapper {
		width: 740px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 185px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-800 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 185px;
	}
	
	/* Four Column 985px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-985 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 172px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }	
	/* Four Column and Sidebar 985px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-985 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 172px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    } 
	/* Four Column with Excerpt 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-985 .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 172px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-985 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 172px;
	}	
	/* Four Column with Excerpt and Sidebar 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-985 .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 172px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-985 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 172px;
	}
	
	/* Four Column 1600px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-1600 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 172px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }	
	/* Four Column and Sidebar 1600px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-1600 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 172px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    } 
	/* Four Column with Excerpt 1600px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-1600 .portfolio-wrapper {
		 width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-1600 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 172px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-1600 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 172px;
	}	
	/* Four Column with Excerpt and Sidebar 1600px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-1600 .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-1600 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 172px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-1600 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 172px;
	}
	
	/* Four Column*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 172px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }	
	/* Four Column and Sidebar*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 172px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }
	/* Four Column with Excerpt*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 172px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 172px;
	}	
	/* Four Column with Excerpt and Sidebar*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 172px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 172px;
	}
	
	/* Three Column 800px*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-800 .portfolio-wrapper {
        width: 740px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 245px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 245px;
    }	
	/* Three Column and Sidebar 800px*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-800 .portfolio-wrapper {
        width: 740px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 245px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 245px;
    } 
	/* Three Column with Excerpt 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-800 .portfolio-wrapper {
		width: 740px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 245px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-800 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 245px;
	}	
	/* Three Column with Excerpt and Sidebar 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-800 .portfolio-wrapper {
		width: 740px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 245px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-800 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 245px;
	}
	
	/* Three Column 985px*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-985 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 230px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }	
	/* Three Column and Sidebar 985px*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-985 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 230px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    } 
	/* Three Column with Excerpt 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-985 .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 230px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-985 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 230px;
	}	
	/* Three Column with Excerpt and Sidebar 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-985 .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 230px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-985 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 230px;
	}
	
	/* Three Column 1600px*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-1600 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 230px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }	
	/* Three Column and Sidebar 1600px*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-1600 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 230px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    } 
	/* Three Column with Excerpt 1600px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-1600 .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-1600 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 230px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-1600 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 230px;
	}	
	/* Three Column with Excerpt and Sidebar 1600px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-1600 .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-1600 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 230px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-1600 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 230px;
	}
	
	/* Three Column*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page .portfolio-wrapper {
        width: 686px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 216px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 216px;
    }	
	/* Three Column and Sidebar*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper {
        width: 686px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 216px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 216px;
    }
	/* Three Column with Excerpt*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper {
		width: 686px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 216px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 216px;
	}	
	/* Three Column with Excerpt and Sidebar*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text .portfolio-wrapper {
		width: 686px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 216px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 216px;
	}
	
	/* Two Column 800px*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-800 .portfolio-wrapper {
        width: 740px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 370px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 370px;
    }	
	/* Two Column and Sidebar 800px*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-800 .portfolio-wrapper {
        width: 740px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 370px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 370px;
    } 
	/* Two Column with Excerpt 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-800 .portfolio-wrapper {
		width: 740px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 370px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-800 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 370px;
	}	
	/* Two Column with Excerpt and Sidebar 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-800 .portfolio-wrapper {
		width: 740px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 370px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-800 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 370px;
	}
	
	/* Two Column 985px*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-985 .portfolio-wrapper {
        width: 650px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 325px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 325px;
    }	
	/* Two Column and Sidebar 985px*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-985 .portfolio-wrapper {
        width: 650px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 325px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 325px;
    } 
	/* Two Column with Excerpt 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-985 .portfolio-wrapper {
		width: 650px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 325px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-985 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 325px;
	}	
	/* Two Column with Excerpt and Sidebar 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-985 .portfolio-wrapper {
		width: 650px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 325px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-985 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 325px;
	}
	
	/* Two Column*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 345px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 345px;
    }	
	/* Two Column and Sidebar*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 345px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 345px;
    }
	/* Two Column with Excerpt*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 345px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 345px;
	}	
	/* Two Column with Excerpt and Sidebar*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text .portfolio-wrapper {
		width: 690px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 345px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 345px;
	}
	
	
	/* One Column*/
	.t4p-recent-works.layout-grid.portfolio-one.portfolio-one-page .portfolio-wrapper {
        width: 640px;
        margin:0 auto;	
    }	
	.t4p-recent-works.layout-grid.portfolio-one.portfolio-one-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 640px;
    }	
	/* One Column and Sidebar*/
	.t4p-recent-works.layout-grid.portfolio-one.portfolio-one-page.portfolio-one-sidebar-page .portfolio-wrapper {
        width: 640px;
        margin:0 auto;	
    }	
	.t4p-recent-works.layout-grid.portfolio-one.portfolio-one-page.portfolio-one-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 640px;
    }
	/* One Column with Excerpt*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-one.portfolio-one-page.portfolio-one-text .portfolio-wrapper {
		width: 640px;
        margin:0 auto;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-one.portfolio-one-page.portfolio-one-text .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 640px;
	}	
	/* One Column with Excerpt and Sidebar*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-one.portfolio-one-page.portfolio-one-text.portfolio-one-sidebar-page-text .portfolio-wrapper {
		width: 640px;
		margin:0 auto;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-one.portfolio-one-page.portfolio-one-text.portfolio-one-sidebar-page-text .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 640px;
	}
}

@media (min-width: 1280px) {
	/* Four Column 800px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-800 .portfolio-wrapper {
        width: 740px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 185px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 185px;
    }	
	/* Four Column and Sidebar 800px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-800 .portfolio-wrapper {
        width: 480px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 120px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 120px;
    } 
	/* Four Column with Excerpt 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-800 .portfolio-wrapper {
		width: 740px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 185px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-800 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 185px;
	}	
	/* Four Column with Excerpt and Sidebar 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-800 .portfolio-wrapper {
		width: 480px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 120px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-800 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 120px;
	}
	
	/* Four Column 985px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-985 .portfolio-wrapper {
        width: 925px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 231px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 231px;
    }	
	/* Four Column and Sidebar 985px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-985 .portfolio-wrapper {
        width: 600px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 150px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 150px;
    } 
	/* Four Column with Excerpt 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-985 .portfolio-wrapper {
		 width: 925px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 231px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-985 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 231px;
	}	
	/* Four Column with Excerpt and Sidebar 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-985 .portfolio-wrapper {
		width: 600px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 150px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-985 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 150px;
	}
	
	/* Four Column 1600px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-1600 .portfolio-wrapper {
        width: 1110px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-1600 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 277px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 277px;
    }	
	/* Four Column and Sidebar 1600px*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-1600 .portfolio-wrapper {
        width: 730px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-1600 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 182px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 182px;
    } 
	/* Four Column with Excerpt 1600px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-1600 .portfolio-wrapper {
		 width: 1110px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-1600 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 277px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-1600 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 277px;
	}	
	/* Four Column with Excerpt and Sidebar 1600px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-1600 .portfolio-wrapper {
		width: 730px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-1600 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 182px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text.portfolio-four-1600 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 182px;
	}
	
	/* Four Column*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page .portfolio-wrapper {
        width: 1140px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 285px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 285px;
    }	
	/* Four Column and Sidebar*/
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper {
        width: 750px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 187px;
    }
	.t4p-recent-works.layout-grid.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 187px;
    }
	/* Four Column with Excerpt*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper {
		width: 1140px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 285px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 285px;
	}	
	/* Four Column with Excerpt and Sidebar*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text .portfolio-wrapper {
		width: 750px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 187px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page-text .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 187px;
	}
	
	/* Three Column 800px*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-800 .portfolio-wrapper {
        width: 740px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 246px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 246px;
    }	
	/* Three Column and Sidebar 800px*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-800 .portfolio-wrapper {
        width: 480px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 159px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 159px;
    } 
	/* Three Column with Excerpt 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-800 .portfolio-wrapper {
		width: 740px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 246px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-800 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 246px;
	}	
	/* Three Column with Excerpt and Sidebar 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-800 .portfolio-wrapper {
		width: 480px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 159px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-800 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 159px;
	}
	
	/* Three Column 985px*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-985 .portfolio-wrapper {
        width: 925px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 308px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 308px;
    }	
	/* Three Column and Sidebar 985px*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-985 .portfolio-wrapper {
        width: 600px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 200px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 200px;
    } 
	/* Three Column with Excerpt 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-985 .portfolio-wrapper {
		width: 925px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 308px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-985 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 308px;
	}	
	/* Three Column with Excerpt and Sidebar 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-985 .portfolio-wrapper {
		width: 600px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 200px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-985 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 200px;
	}
	
	
	/* Three Column 1600px*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-1600 .portfolio-wrapper {
        width: 1140px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-1600 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 370px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 370px;
    }	
	/* Three Column and Sidebar 1600px*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-1600 .portfolio-wrapper {
        width: 730px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-1600 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 242px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 242px;
    } 
	/* Three Column with Excerpt 1600px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-1600 .portfolio-wrapper {
		width: 1140px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-1600 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 370px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-1600 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 370px;
	}	
	/* Three Column with Excerpt and Sidebar 1600px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-1600 .portfolio-wrapper {
		width: 730px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-1600 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 242px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text.portfolio-three-1600 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 242px;
	}
	
	
	
	/* Three Column*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page .portfolio-wrapper {
        width: 1140px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 379px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 379px;
    }	
	/* Three Column and Sidebar*/
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper {
        width: 750px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 250px;
    }
	.t4p-recent-works.layout-grid.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }
	/* Three Column with Excerpt*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper {
		width: 1140px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 379px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 379px;
	}	
	/* Three Column with Excerpt and Sidebar*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text .portfolio-wrapper {
		width: 750px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 250px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page-text .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 250px;
	}
	
	
	/* Two Column 800px*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-800 .portfolio-wrapper {
        width: 740px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 370px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 370px;
    }	
	/* Two Column and Sidebar 800px*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-800 .portfolio-wrapper {
        width: 480px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 240px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 240px;
    } 
	/* Two Column with Excerpt 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-800 .portfolio-wrapper {
		width: 740px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 370px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-800 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 370px;
	}	
	/* Two Column with Excerpt and Sidebar 800px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-800 .portfolio-wrapper {
		width: 480px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-800 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 240px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-800 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 240px;
	}	
	
	/* Two Column 985px*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-985 .portfolio-wrapper {
        width: 900px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 450px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 450px;
    }	
	/* Two Column and Sidebar 985px*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-985 .portfolio-wrapper {
        width: 580px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 290px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 290px;
    } 
	/* Two Column with Excerpt 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-985 .portfolio-wrapper {
		width: 900px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 450px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-985 .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 450px;
	}	
	/* Two Column with Excerpt and Sidebar 985px*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-985 .portfolio-wrapper {
		width: 580px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-985 .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 290px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text.portfolio-two-985 .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 290px;
	}
		
	/* Two Column*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page .portfolio-wrapper {
        width: 1102px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 550px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 550px;
    }	
	/* Two Column and Sidebar*/
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper {
        width: 730px;
        margin:0 auto;	
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 365px;
    }
	.t4p-recent-works.layout-grid.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 365px;
    }
	/* Two Column with Excerpt*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper {
		width: 1102px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 550px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 550px;
	}	
	/* Two Column with Excerpt and Sidebar*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text .portfolio-wrapper {
		width: 730px;
        margin:0 auto;
	}
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text .portfolio-wrapper .portfolio-item {
		height: auto;
		width: 365px;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page-text .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 365px;
	}
	
	
	/* One Column*/
	.t4p-recent-works.layout-grid.portfolio-one.portfolio-one-page .portfolio-wrapper {
        width: 640px;
        margin:0 auto;	
    }	
	.t4p-recent-works.layout-grid.portfolio-one.portfolio-one-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 640px;
    }	
	/* One Column and Sidebar*/
	.t4p-recent-works.layout-grid.portfolio-one.portfolio-one-page.portfolio-one-sidebar-page .portfolio-wrapper {
        width: 640px;
        margin:0 auto;	
    }	
	.t4p-recent-works.layout-grid.portfolio-one.portfolio-one-page.portfolio-one-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 640px;
    }
	/* One Column with Excerpt*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-one.portfolio-one-page.portfolio-one-text .portfolio-wrapper {
		width: 640px;
        margin:0 auto;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-one.portfolio-one-page.portfolio-one-text .portfolio-wrapper .portfolio-item .image {
		height: auto;
		width: 640px;
	}	
	/* One Column with Excerpt and Sidebar*/
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-one.portfolio-one-page.portfolio-one-text.portfolio-one-sidebar-page-text .portfolio-wrapper {
		width: 640px;
		margin:0 auto;
	}	
	.t4p-recent-works.layout-grid-with-excerpts.portfolio-one.portfolio-one-page.portfolio-one-text.portfolio-one-sidebar-page-text .portfolio-wrapper .portfolio-item .image{
		height: auto;
		width: 640px;
	}
}

/*
Section Separator Shortcode
-----------------------------------------------------------------------------*/
.t4p-section-separator {
    position: relative;
}
.t4p-section-separator .divider-candy {
    position: absolute;
    left: 50%;
    margin-left: -30px;
    height: 60px;
    width: 60px;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    background: #ffffff;
    content: "";
}
.t4p-section-separator .divider-candy.bottom {
    bottom: -30px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.t4p-section-separator .divider-candy.top {
    top: -35px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.t4p-section-separator .section-separator-icon {
    z-index: 50;
    position: absolute;
    left: 50%;
    top: -15px;
    margin-left: -12px;
    width: 60px;
    font-size: 30px;
    font-family: FontAwesome;
}
.t4p-section-separator .section-separator-icon:after {
    display: block;
    text-align: center;
}

.t4p-sep-clear {
    clear: both;
    display: block;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    width: 100%;
    overflow: hidden;
}
.t4p-separator {
    margin: 0 auto;
    border: 0 solid #e7e6e6;
    clear: both;
    position: relative;
}
.t4p-separator.sep-none {
    height: 1px;
}
.t4p-separator.sep-double {
    height: 5px;
    border-bottom-width: 1px;
    border-top-width: 1px;
}
.t4p-separator.sep-single {
    border-top-width: 1px;
}
.t4p-separator.sep-dashed {
    border-bottom-style: dashed;
    border-top-style: dashed;
}
.t4p-separator.sep-dotted {
    border-bottom-style: dotted;
    border-top-style: dotted;
}
.t4p-separator.sep-shadow {
    height: 1px;
    overflow: visible;
    border: none;
    background: none;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(150, 150, 150, 0)), color-stop(15%, rgba(150, 150, 150, 0)), color-stop(50%, rgba(150, 150, 150, 0.65)), color-stop(85%, rgba(150, 150, 150, 0)), color-stop(100%, rgba(150, 150, 150, 0)));
    background: -webkit-linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
    background: -moz-linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
    background: -ms-linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
    background: -o-linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
    background: linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
.t4p-separator.sep-shadow:after {
    display: block;
    margin-top: 10px;
    height: 6px;
    width: 100%;
    content: '';
    background: -webkit-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.35) 0px, rgba(255, 255, 255, 0) 65%);
    background: -moz-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.35) 0px, rgba(255, 255, 255, 0) 80%);
    background: -o-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.35) 0px, rgba(255, 255, 255, 0) 80%);
    background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.35) 0px, rgba(255, 255, 255, 0) 65%);
}
.t4p-separator .t4p-icon-wrapper {
    position: absolute;
    display: table;
    left: 50%;
    top: 50%;
    margin: -13px 0 0 -13px;
    height: 26px;
    width: 26px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AAAAAA;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
}
.t4p-separator .t4p-icon-wrapper i {
    display: block;
    display: table-cell;
    vertical-align: middle;
}
body:not(:-moz-handler-blocked) .t4p-separator.sep-shadow:after {
    background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.35) 0px, rgba(255, 255, 255, 0) 80%);
}

/*
Tabs Shortcode
-----------------------------------------------------------------------------*/
.vertical-tabs .nav {
    float:left;
}
.vertical-tabs .tab-link {
    width:100px;
}
.t4p-tabs {
    margin-bottom: 50px;
}
.t4p-tabs .nav-tabs {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    background-color: #fff;
}
.t4p-tabs .nav-tabs:before,
.t4p-tabs .nav-tabs:after {
    content: " ";
    display: table;
}
.t4p-tabs .nav-tabs:after {
    clear: both;
}
.t4p-tabs .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0 none;
}
.t4p-tabs .nav-tabs li {
    display: block;
    position: relative;
    float: none;
    text-align: center;
}
.t4p-tabs .nav-tabs li .tab-link {
    display: block;
    position: relative;
    margin: 1px;
    padding: 15px 0;
    outline: 0;
    background-color: #eef0f2;
    color: #333;
    font-size:90%;
    cursor: pointer;
    border-radius:0px;
    outline: none;
    transition: none;		
}
.t4p-tabs .nav-tabs li .tab-link:focus,
.t4p-tabs .nav-tabs li.active .tab-link {
    color: #333;
}
.t4p-tabs .nav-tabs > .active > .tab-link {
    cursor: pointer;
}
.t4p-tabs .tab-content > .active {
    display: block;
}
.t4p-tabs .tab-pane {
    display: none;
    padding: 15px;
    border-top: none;
}
.t4p-tabs.nav-not-justified .nav-tabs .tab-link {
    padding: 8px 15px;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: transparent;
    border: 0px;
}
.t4p-tabs.horizontal-tabs .tab-pane {
    border: 1px solid #EBEAEA;
}
.t4p-tabs .nav-tabs > li > a:hover {
    border-color: transparent;
}
.t4p-tabs .nav-tabs.nav-justified > li > a {
    border-bottom: 0px;
}
.t4p-tabs.vertical-tabs .nav-tabs li {
    margin: 1px;
}
.t4p-tabs.horizontal-tabs .nav-tabs li {
    margin: 1px;
}

.t4p-tabs.vertical-tabs .nav-tabs {
    border-bottom: 0px solid #DDD;
}
@media (min-width: 768px) {
    .t4p-tabs .nav-tabs {
        display: inline-block;
    }
    .t4p-tabs .nav-tabs.nav-justified > li {
        display: table-cell;
    }
    .t4p-tabs .nav-tabs li:last-child .tab-link {
        margin-right: 0;
    }
    .t4p-tabs.horizontal-tabs .nav-tabs {
        margin: 0 0 -7px 0;
    }
    .t4p-tabs.nav-not-justified {
        border: none;
    }
    .t4p-tabs.nav-not-justified .nav-tabs {
        margin: 0 0 -1px 0;
    }
    .t4p-tabs.nav-not-justified .nav-tabs li {
        display: inline-block;
    }
    .t4p-tabs.vertical-tabs {
        border: none;
        clear: both;
        zoom: 1;
    }
    .t4p-tabs.vertical-tabs:before,
    .t4p-tabs.vertical-tabs:after {
        content: " ";
        display: table;
    }
    .t4p-tabs.vertical-tabs:after {
        clear: both;
    }
    .t4p-tabs.vertical-tabs .nav-tabs {
        position: relative;
        left: 1px;
        float: left;
        border-right: none;
    }    
    .t4p-tabs.vertical-tabs .nav-tabs > li .tab-link {
        margin-right: 0;
        margin-bottom: 1px;
        padding: 8px 10px;
        border-top: none;
        text-align: left;
    }
    .t4p-tabs.vertical-tabs .nav-tabs > li:last-child .tab-link {
        margin-bottom: 0;
    }
    .t4p-tabs.vertical-tabs .nav-tabs > li.active > .tab-link {
        cursor: pointer;
    }
    .t4p-tabs.vertical-tabs .tab-content {
        float: left;
        width: 80%;
    }
    .t4p-tabs.vertical-tabs .tab-pane {
        float: left;
        padding: 30px;
        border: 1px solid #ebeaea;
    }
}

/*
Tagline Shortcode
-----------------------------------------------------------------------------*/
.t4p-reading-box-container .t4p-button {
    text-decoration: none;
    border-radius: 3px;
    font-weight: normal;
    text-shadow:none;
    text-align: center;
    letter-spacing: 1px;
}
.t4p-reading-box-container .button-default {
    text-decoration: none;
    border-radius: 3px;
    font-weight: normal;
    text-shadow:none;
    text-align: center;
    letter-spacing: 1px;
}
.t4p-reading-box-container {
    z-index: 1;
    position: relative;
    margin-bottom: 84px;
}
.t4p-reading-box-container .reading-box {
    padding: 28px 28px 27px 31px;
    background-color: #F2EFEF;
    border-left: 3px solid #37B6BD;
}
.t4p-reading-box-container .reading-box.reading-box-center,
.t4p-reading-box-container .reading-box.reading-box-right {
    text-align: left;
}
.t4p-reading-box-container .reading-box h2 {
    margin: 0 0 7px;
    font-size: 18px;
}
.t4p-reading-box-container .reading-box p {
    margin: 0;
}
.t4p-reading-box-container .continue {
    display: none;
}
.t4p-reading-box-container .continue-center {
    float: none;
    margin: 15px auto 0 auto;
}
.t4p-reading-box-container .continue-left {
    float: left;
    margin-right: 10px;
}
.t4p-reading-box-container .continue-right {
    float: right;
    margin-left: 10px;
}
.t4p-reading-box-container .mobile-button {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    margin: 20px 0 0;
    width: 100%;
}
@media (min-width: 800px) {
    .t4p-reading-box-container .reading-box.reading-box-center {
        text-align: center;
    }
    .t4p-reading-box-container .reading-box.reading-box-right {
        text-align: right;
    }
    .t4p-reading-box-container .continue {
        display: block;
    }
    .t4p-reading-box-container .continue-center {
        display: inline-block;
    }
    .t4p-reading-box-container .mobile-button {
        display: none;
    }
}

/*
Testimonials Shortcode
-----------------------------------------------------------------------------*/
.t4p-testimonials .review {
    display: none;
}
.t4p-testimonials .review:first-child {
    display: block;
}
.t4p-testimonials blockquote {
    margin-bottom: 0;
    /* border: none; */
    background-color: #f6f6f6;
    border-left: 0px;
    border-radius: 4px;
    padding:0px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.t4p-testimonials blockquote q {
    display: block;
    padding: 25px;
    font-style: italic;
    line-height: normal;
}
.t4p-testimonials .img-responsive {
    display:inline;
}
.t4p-testimonials blockquote q:before,
.t4p-testimonials blockquote q:after {
    content: "";
}
.t4p-testimonials .author {
    position: relative;
    padding: 12px 0 0 2px;
}
.t4p-testimonials .author:after {
    position: absolute;
    right: 35px;
    top: 0;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border: solid transparent;
    border-right:0;
    border-top-color: #f6f6f6;
    border-width: 30px;
}
.t4p-testimonials .author a:hover {
    text-decoration: none;
}
.t4p-testimonials .no-avatar .author {
    padding-left: 0;
}
.t4p-testimonials .company-name {
    display: table-cell;
    vertical-align: middle;
    padding-top: 20px;
    float:right;
    font-size:95%;

}
.t4p-testimonials .testimonial-thumbnail {
    display: table-cell;
    vertical-align: middle;
    padding-right: 30px;
    height: 40px;
}
.t4p-testimonials .testimonial-image {
    max-width: 40px;
    padding:0px;
}

.t4p-testimonials blockquote {
    border-bottom: 0px;
}

/*
Accordian Shortcode
-----------------------------------------------------------------------------*/
.t4p-accordian .panel {
    box-shadow: none;
    border: none;
    margin-bottom:10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.t4p-accordian .panel-heading {
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -border-radius: 4px;
    border-radius: 4px;    
}
.t4p-accordian .panel-title {
    position: relative;
    margin: 0;
    line-height: 22px;
    font-weight: normal;
    color: inherit;
    padding: 0px;
    font-size: 17px !important;
    letter-spacing: 0px;
}
.t4p-accordian .panel-title a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -border-radius: 4px;
    border-radius: 4px;    
}
.t4p-accordian .panel-title a.active, 
.t4p-accordian .panel-title a.active:hover {
    color: #fff!important;
}
.t4p-accordian .panel-title a:hover {
    color: #37B6BD !important;
}
.t4p-accordian .panel-title a .fa.pull-left {
    margin-left: 1px;
}
.t4p-accordian .panel-title a .fa-t4p-box {
    display: inline-block;
    float: left;
    margin-left: 10px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 0px;
    font-family: IcoMoon;
    -webkit-font-smoothing: subpixel-antialiased;
}
.t4p-accordian .panel-title a .fa-t4p-box:before {
    font-family: IcoMoon;
    content: '\e917';
    font-style: normal;
    line-height: 22px;
    font-size: 10px;
}
.t4p-accordian .panel-title .active .fa-t4p-box:before {
    content: '\e91a';
}
.t4p-accordian .panel-body {
    border: none;
    line-height: normal;
    display:block !important;
}
.t4p-single-accordian {
    margin-bottom: 0px;
}

.panel-default > .panel-heading {
    background-image: none !important;	
}

.t4p-accordian .panel-heading .active{
    background:#5BC0DE linear-gradient(to top, #5BC0DE, #5BC0DE) repeat scroll 0% 0%;
}

/*
Tooltip Shortcode
-----------------------------------------------------------------------------*/
.t4p-tooltip {
    cursor: pointer;
    color: #37B6BD;
}

/*
Tooltip Shortcode
-----------------------------------------------------------------------------*/
.t4p-sharing-box {
    padding: 20px;
    width: 100%;
}
.t4p-sharing-box .title {
    margin:0;
}
.t4p-sharing-box.boxed-icons {
    padding: 15px 20px;
}
.t4p-sharing-box h3,
.t4p-sharing-box .t4p-social-networks {
    display: table-cell;
    vertical-align:middle;
}
.t4p-sharing-box .t4p-social-networks {
    width:100%;
}
.t4p-sharing-box .t4p-social-networks .t4p-social-network-icon {
    margin-bottom: 0;
}

/*
Theme4Press Slider Shortcode
-----------------------------------------------------------------------------*/
.t4p-slider-shortcode.t4p-slider.t4press-flexslider .flex-control-nav{
    margin:0px;
}

.t4p-slider-shortcode.t4p-slider.t4press-flexslider .slides{
    margin:0px;
}

.t4p-slider-shortcode.t4p-slider.t4press-flexslider .flex-direction-nav .flex-prev,
.t4p-slider-shortcode.t4p-slider.t4press-flexslider .flex-direction-nav .flex-next {
    width: 40px;
}


.t4p-slider-container {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.t4p-slider {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    left: 0;
}
.t4p-slider.fixed-width-slider .slide-content-container {
    padding-left: 10%;
    padding-right: 10%;
}
.t4p-slider .slide-content-container {
    position: absolute;
    top: 10%;
    width: 100%;
    padding: 0;
    z-index: 5;
}
.t4p-slider .slide-content-container .slide-content {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 940px;
}
.t4p-slider .slide-content-container .heading,
.t4p-slider .slide-content-container .caption {
    display: block;
}
.t4p-slider .slide-content-container h2,
.t4p-slider .slide-content-container h3 {
    font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
    margin: 0;
    font-weight: normal;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    padding: 0;
}
.t4p-slider .slide-content-container .heading.with-bg h2,
.t4p-slider .slide-content-container .caption.with-bg h3 {
    padding: 3px 15px;
}
.t4p-slider .slide-content-container h2 {
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 10px;
}
.t4p-slider .slide-content-container h3 {
    font-size: 24px;
    line-height: 38px;
}
.t4p-slider .slide-content-container .buttons {
    margin-top: 25px;
    overflow: visible;
}
.t4p-slider .slide-content-container .buttons a {
    -webkit-backface-visibility: hidden;
}
.t4p-slider .slide-content-container .t4p-button-1,
.t4p-slider .slide-content-container .t4p-button-2 {
    display: inline-block;
}
.t4p-slider .slide-content-container .t4p-button-2 {
    margin-left: 16px;
}

/**/
.t4p-slider .slide-content-container {
    position: absolute;
    top: 5%;
    width: 100%;
    padding: 0;
    z-index: 5;
    padding-left: 10%;
    padding-right: 10%;
}
.t4p-slider {
    height:400px;
}

.t4p-slider .slide-content h2,
.t4p-slider .slide-content h3 {
    font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
    margin: 0;
    font-weight: normal;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    padding: 5px 15px !important;
    line-height: 50px !important;
}

.t4p-slider .t4p-button-1,
.t4p-slider .t4p-button-1 {
    float:left;
}

.t4p-slider .t4p-button-1 {
    margin-right: 10px;
}

.t4p-slider .slide-content-center {
    text-align: center;
}
.t4p-slider .slide-content-right {
    text-align: right;
}
.ua-mobile .t4p-slider .self-hosted-video-bg {
    display: none;
}
.t4p-slider .background {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
    max-width: 100%;
}
.t4p-slider .background-image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
.t4p-slider video {
    width: 100%;
    height: auto;
    visibility: visible;
    position: relative;
    top: 0%;
}
.t4p-slider .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
}
.t4p-slider .mobile_video_image {
    display: none;
}
.ua-mobile .t4p-slider .mobile_video_image {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 4;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
}
.t4p-slider .overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5;
}
.t4p-slider .flex-direction-nav a {
    top: 50%;
    margin-top: -31px;
} 
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}
.flexslider .slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0; 
    padding: 0; 
    list-style: none;
    z-index:1000;
}      
.flexslider {
    margin: 0; 
    padding: 0;
}
.flexslider .slides {
    overflow:hidden;
}
.flexslider .slides li {
    display: none; 
    -webkit-backface-visibility: hidden;
} 
.flexslider .slides img {
    width: 100%; 
    max-width: 100%; 
    display: block;
}
.flexslider .slides .video-shortcode {
    margin-bottom: 0;
}
.flex-pauseplay span {
    text-transform: capitalize;
}      
.flexslider .slides:after {
    content: "."; 
    display: block; 
    clear: both; 
    visibility: hidden; 
    line-height: 0; 
    height: 0;
} 
html[xmlns] .flexslider .slides {
    display: block;
} 
* html .flexslider .slides {
    height: 1%;
}   
.flexslider .slides, 
.flex-control-nav, 
.flex-direction-nav {
    z-index: 2;
}         

.flexslider {
    margin: 0 0 60px;
    background-color: transparent;
    position: relative;
}
.flex-viewport {
    max-height: 2000px; 
    -webkit-transition: all 1s ease; 
    -moz-transition: all 1s ease; 
    transition: all 1s ease;
    margin-bottom:7px;
}
.loading .flex-viewport {
    max-height: 300px;
} 
.carousel li {
    margin-right: 5px;
}                   
.flex-direction-nav {
    height: 0;
}
.flex-direction-nav a {	
    z-index:100;
    width: 40px;
    line-height:45px;
    text-align:center;
    font-size:23px;
    font-weight:bold;
    -webkit-font-smoothing: none;  
    color:#fff;
    text-shadow:0 1px 0 rgba(0,0,0,.4);
    font-family:IcoMoon;
    -webkit-border-radius:3px 0 0 3px;
    -moz-border-radius:3px 0 0 3px;
    -border-radius:3px 0 0 3px;
    border-radius:3px 0 0 3px;
    height: 45px; 
    margin: -20px 0 0; 
    position: absolute; 
    top: 50%; 
    cursor: pointer; 
    opacity: 0; 
    -webkit-transition: all .3s ease;
    overflow:hidden;
}   
.no-opacity .flex-direction-nav a {
    display:none;
}
.no-opacity .flexslider:hover .flex-direction-nav a {
    display:block;
} 
.flex-direction-nav .flex-next {
    right: 0;
    text-indent: 2px;  
}
.flex-direction-nav .flex-prev {
    left:0;
    text-indent: -2px;  
    -webkit-border-radius:0 3px 3px 0;
    -moz-border-radius:0 3px 3px 0;
    -border-radius:0 3px 3px 0;
    border-radius:0 3px 3px 0;
}  
.no-rgba .flex-direction-nav .flex-next, 
.no-rgba .flex-direction-nav .flex-prev {
    background-color:#000;
}
.flexslider:hover .flex-next {
    opacity: 0.8; 
    right: 0px;
}
.flexslider:hover .flex-prev {
    opacity: 0.8; 
    left: 0px;
}
.flexslider:hover .flex-next:hover, 
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.t4press-flexslider:hover .flex-next {
    opacity: 0.8; 
    right: 0px;
}
.t4press-flexslider:hover .flex-prev {
    opacity: 0.8; 
    left: 0px;
}
.t4press-flexslider:hover .flex-next:hover, 
.t4press-flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: 0;
    cursor:default;
    display:none;
}     

.flex-control-nav {
    width: 100%; 
    position: absolute; 
    bottom: 0px; 
    text-align: center;
}
.flexslider ul li {
    margin:0;
}
.flex-control-nav li {
    margin: 0 3px; 
    display: inline-block; 
}
.flex-control-paging li a {
    width: 11px; 
    height: 11px; 
    display: block; 
    background: #666; 
    background: rgba(0,0,0,0.05); 
    cursor: pointer; 
    text-indent: -9999px; 
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px; 
    -o-border-radius: 20px; 
    border-radius: 20px; 
    box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover { 
    background: #333; 
    background: rgba(0,0,0,0.7); 
}
.flex-control-paging li a.flex-active { 
    background: #000; 
    background: rgba(0,0,0,0.4); 
    cursor: default; 
}   
.flex-control-thumbs {
    margin: 5px 0 0; 
    position: static; 
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%; 
    float: left; 
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%; 
    display: block; 
    opacity: .7; 
    cursor: pointer;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1; 
    cursor: default;
}       
.flex-caption {
    position:absolute; 
    background:rgba(0, 0, 0, 0.6); 
    width:96%; 
    padding:2%; 
    color:#fff; 
    left:0; 
    bottom:0; 
    margin:0;
}
.no-rgba .flex-caption {
    background-color:#000;
}   
.main-flex {
    margin-bottom:0;
}
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1; 
        left: 0;
    }
    .flex-direction-nav .flex-next {
        opacity: 1; 
        right: 0;
    }
}

/*
Flexslider Shortcode
-----------------------------------------------------------------------------*/
.t4p-flexslider img{
    padding:0px;
    border:0px;
}
.t4p-flexslider {
    position: relative;
    margin-bottom: 0px;
    padding: 0;
    background-color: transparent;
    overflow: hidden;
}
.t4p-flexslider .slides,
.t4p-flexslider .flex-control-nav,
.t4p-flexslider .flex-direction-nav {
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style: none;
}
.t4p-flexslider .slides {
    overflow: hidden;
}
.t4p-flexslider .slides li {
    display: none;
    margin-bottom:0;
}
.t4p-flexslider .slides img {
    display: block;
    width: 100%;
}
.t4p-flexslider .flex-control-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.t4p-flexslider .flex-direction-nav a {
    z-index: 100;
    position: absolute;
    top: 50%;
    overflow: hidden;
    margin: -20px 0 0;
    width: 40px;
    height: 45px;
    line-height:45px;
    text-align: center;   
    cursor: pointer;
    opacity: 0;
    font-size: 23px;
    font-weight: bold;
    font-family: IcoMoon;
    -webkit-font-smoothing: none;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: opacity all .3s ease;
    transition: opacity all .3s ease;
}
.t4p-flexslider .flex-direction-nav .flex-next {
    right: 0px;
}
.t4p-flexslider .flex-direction-nav .flex-prev {
    left: 0px;
}
.t4p-flexslider:hover .flex-direction-nav .flex-next,
.t4p-flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.8;
}
.t4p-flexslider:hover .flex-direction-nav .flex-next:hover,
.t4p-flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}
.t4p-flexslider:hover .flex-direction-nav .flex-disabled {
    display: none;
    opacity: 0;
    cursor: default;
}
.t4p-flexslider.flexslider-attachments {
    overflow: visible;
}
.t4p-flexslider.flexslider-attachments .flex-direction-nav a {
    background-color: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 45px;
    margin-top: -55px;
    text-align: center;
    line-height: 45px;
}
.t4p-flexslider.flexslider-attachments .flex-direction-nav a:before {
    color: #fff;
}
.t4p-flexslider.flexslider-attachments .flex-control-thumbs li {
    width: 60px;
    margin: 5px;
    float: none;
}
.t4p-flexslider.flexslider-default .flex-direction-nav a {
    background-color: rgba(0, 0, 0, 0.5);
    width: 60px;
    height: 60px;
    margin-top: -30px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
}
.t4p-flexslider.flexslider-posts .flex-direction-nav a {
    width: 40px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-weight:bold;
}
.t4p-flexslider.flexslider-posts .slide-excerpt {
    position: absolute;
    bottom: 20%;
}
.t4p-flexslider.flexslider-posts .slide-excerpt h2 {
    color: #FFF;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 15px;
    margin: 0;
}
.t4p-flexslider.flexslider-posts .slide-excerpt h2 a {
    color: #fff;
}
.t4p-flexslider.flexslider-posts .slide-excerpt p {
    color: #FFF;
    background: rgba(0, 0, 0, 0.8);
    padding: 15px 15px;
}
.t4p-flexslider.flexslider-posts-with-excerpt .flex-direction-nav a {
    width: 40px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-weight:bold;
}
.t4p-flexslider.flexslider-posts-with-excerpt .slide-excerpt {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 5%;
    width: 30%;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}
.t4p-flexslider.flexslider-posts-with-excerpt .slide-excerpt .excerpt-container {
    overflow: hidden;
    height: 100%;
}
.t4p-flexslider.flexslider-posts-with-excerpt .slide-excerpt h2 {
    color: #fff;
    padding: 10px 15px;
    margin: 0;
}
.t4p-flexslider.flexslider-posts-with-excerpt .slide-excerpt h2 a {
    color: #fff;
}
.t4p-flexslider.flexslider-posts-with-excerpt .slide-excerpt p {
    color: #fff;
    padding: 15px 15px;
}
.flexslider-attachments .flex-control-nav {
    position: relative;
    margin-top: 10px;
}


/*
Portfolio Shortcode
-----------------------------------------------------------------------------*/
.project-content .entry-title {
    float: left;
    margin-bottom: 30px;
}
.portfolio-full .single-navigation .prev {
    float:left;
}
.portfolio-full .single-navigation .next {
    float:right;
}

.single-navigation {
    height: 34px;
    line-height: 34px;
    border-bottom: 1px dashed #F0F0F0;
    margin-bottom: 40px;
    text-align: center;
}
.project-content .project-description .title h2 {
    margin-top: 0px;
}
.project-content h3 {
    font:13px/17px 'Open Sans', arial, helvetica, sans-serif;
    color:#333333;
    margin: 0;
    margin-bottom: 28px;

}
.project-content {
    overflow:hidden;
}
.project-content .project-description {
    float:left;
    width:74.4681%;
    clear: left;
}
.project-content .project-description p {
    margin-top:0;
    clear: both;
}
.project-content .project-info {
    float:right;
    width:23.4043%;
}
.project-content .project-info .project-info-box {
    border-bottom:1px solid #f0f0f0;
    padding-bottom:15px;
    margin-bottom:15px;
    overflow:hidden;
}
.project-content .project-info .project-info-box .project-terms a {
    color:#747474;
}
.project-content .project-info .project-info-box a:hover {
    color:#37B6BD;
}
.project-content .project-info h4 {
    color:#333333;
    margin: 10px 0px 0px;
    float:left;
    width:110px;
}
.with-sidebar .project-content .project-info .project-info-box h4 {
    display:block;
    width:100%;
    margin-bottom:5px;
}
.portfolio-full.with-sidebar .project-info {
    float:left;
}
.portfolio-full.with-sidebar .project-description {
    float:right;
    width:72.5%;
}
.project-content .project-info .project-terms {
    float:left;
    margin-top: 15px;
}

.project-content .project-info .fn {
    float: left;
    margin-top: 15px;
}
.portfolio-half .flexslider {
    width:65.9574%;
    float:left;
}
.portfolio-half .project-content {
    width:31.9149%;
    float:right;
}
.portfolio-half .project-description {
    width:100%;
    margin-bottom:50px;
}
.portfolio-half .project-description .flexslider {
    width: auto;
}
.portfolio-half .project-info{
    width:100%;
}
.portfolio-half .share-box {
    margin-bottom: 50px;
}
.portfolio-sep {
    clear:both;
    display: block;  
}
.portfolio-half .portfolio-sep {
    margin-bottom:50px;
}
.portfolio-tabs,
.faq-tabs {
    height:auto;
    list-style:none;
    margin:0;
    padding:0 0 10px 0;
    overflow:hidden;
    margin-bottom:58px;
    line-height:34px;
    text-align:center;
    font-size:12px;
}   
.portfolio-tabs li,
.faq-tabs li {
    display:inline-block;
    height: 30px;
	line-height: 30px;
    margin:0px 10px 10px 0;
}           
.portfolio-tabs li a,
.faq-tabs li a {
    color:#747474;
    padding: 0 15px;
    background-color: rgba(0,0,0,.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display:block;
}   
.portfolio-tabs li.active,
.faq-tabs li.active {
    line-height: 35px;
}
.portfolio-tabs li.active a,
.faq-tabs li.active a {
    font: bold 15px/35px 'Quattrocento Sans',arial,helvetica,sans-serif;
}   
.faq-item {
    position:relative;
    margin-bottom:10px;
}

.portfolio-one.portfolio-one-page .buttons,
.portfolio-two.portfolio-two-page .buttons,
.portfolio-three.portfolio-three-page .buttons,
.portfolio-four.portfolio-four-page .buttons {
    text-align: center;
	margin-bottom:20px;
}

.portfolio-template .portfolio-item {
    padding-bottom:50px; 
	width:100%;
}
.portfolio-template  .portfolio-item .image {
    max-width: 100%;
}

.portfolio-template  .portfolio-item .image img{
    max-width: 100%;
}
.portfolio-template  .portfolio-wrapper {
    max-width: 100%;
}
.portfolio-template {
    margin-bottom: 55px;
}

.portfolio-template .image-extras-content .entry-title a {
    font-size:15px !important;
    text-shadow :none;
    color: #fff !important;
}

.portfolio-template .portfolio-content .entry-title {

	margin-top:20px;
}

.portfolio-template .entry-title {
    font-size:28px !important;
	text-align:center;
	margin-bottom:20px;
   
}
.portfolio-template .rw-comma {
    font-size: 12px;
	color: rgba(0, 0, 0, 0.3);	
}
.portfolio-template .image-extras-content h4 a {
    font-size: 12px;
}

.portfolio-template.portfolio.portfolio-two.portfolio-two-page .portfolio-wrapper .portfolio-item {
	padding: 5px;
}
.portfolio-template.portfolio.portfolio-three.portfolio-three-page .portfolio-wrapper .portfolio-item {
	padding: 5px;
}
.portfolio-template.portfolio.portfolio-four.portfolio-four-page .portfolio-wrapper .portfolio-item {
	padding: 5px;
}

@media (min-width: 320px) {
	/* Grid Mansory Column 800px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-800 .portfolio-wrapper {
        width: 290px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 280px;		
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 280px;
    }	
	/* Grid Mansory Column and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-800 .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 250px;
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }
	
	/* Grid Mansory Column 985px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-985 .portfolio-wrapper {
        width: 290px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 280px;		
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 280px;
    }	
	/* Grid Mansory Column and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-985 .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }	

	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 250px;
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }
	
	/* Grid Mansory Column 1600px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-1600 .portfolio-wrapper {
        width: 290px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 280px;		
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 280px;
    }	
	/* Grid Mansory Column and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-1600 .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }	

	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-1600 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 250px;
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }
	
	/* Grid Mansory Column*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page .portfolio-wrapper {
        width: 290px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 280px;		
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 280px;
    }	
	/* Grid Mansory Column and Sidebar*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 250px;
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }
	
	/* Four Column 800px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-800 .portfolio-wrapper {
        width: 290px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 280px;		
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 280px;
    }	
	/* Four Column and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 250px;
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }
	
	/* Four Column Text 800px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-800 .portfolio-wrapper {
        width: 290px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 280px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 280px;
    }	
	/* Four Column Text and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 250px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }
	
	/* Four Column 985px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-985 .portfolio-wrapper {
        width: 290px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 280px;		
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 280px;
    }	
	/* Four Column and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 250px;
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }
	
	/* Four Column Text 985px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-985 .portfolio-wrapper {
        width: 290px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 280px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 280px;
    }	
	/* Four Column Text and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 250px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }
	
	
	/* Four Column 1600px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-1600 .portfolio-wrapper {
        width: 290px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 280px;		
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 280px;
    }	
	/* Four Column and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 250px;
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }
	
	/* Four Column Text 1600px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-1600 .portfolio-wrapper {
        width: 290px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 280px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 280px;
    }	
	/* Four Column Text and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 250px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }
	
	/* Four Column*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page .portfolio-wrapper {
        width: 290px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 280px;		
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 280px;
    }	
	/* Four Column and Sidebar*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 250px;
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }
	
	/* Four Column Text*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper {
        width: 290px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 280px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 280px;
    }	
	/* Four Column Text and Sidebar*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 250px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }
	
	/* Three Column 800px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-800 .portfolio-wrapper {
        width: 290px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 280px;		
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 280px;
    }	
	/* Three Column and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 250px;
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }
	
	/* Three Column Text 800px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-800 .portfolio-wrapper {
        width: 290px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 280px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 280px;
    }	
	/* Three Column Text and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 250px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }
	
	/* Three Column 985px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-985 .portfolio-wrapper {
        width: 290px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 280px;		
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 280px;
    }	
	/* Three Column and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 250px;
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }
	
	/* Three Column Text 985px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-985 .portfolio-wrapper {
        width: 290px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 280px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 280px;
    }	
	/* Three Column Text and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 250px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }
	
	/* Three Column 1600px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-1600 .portfolio-wrapper {
        width: 290px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 280px;		
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 280px;
    }	
	/* Three Column and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 250px;
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }
	
	/* Three Column Text 1600px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-1600 .portfolio-wrapper {
        width: 290px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 280px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 280px;
    }	
	/* Three Column Text and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 250px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }
	
	/* Three Column*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page .portfolio-wrapper {
        width: 290px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 280px;		
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 280px;
    }	
	/* Three Column and Sidebar*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 250px;
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }
	
	/* Three Column Text*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper {
        width: 290px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 280px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 280px;
    }	
	/* Three Column Text and Sidebar*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 250px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }
	
	/* Two Column 800px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-800 .portfolio-wrapper {
        width: 290px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 280px;		
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 280px;
    }	
	/* Two Column and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 250px;
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }
	
	/* Two Column Text 800px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-800 .portfolio-wrapper {
        width: 290px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 280px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 280px;
    }	
	/* Two Column Text and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 250px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }
	
		/* Two Column 985px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-985 .portfolio-wrapper {
        width: 290px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 280px;		
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 280px;
    }	
	/* Two Column and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 250px;
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }
	
	/* Two Column Text 985px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-985 .portfolio-wrapper {
        width: 290px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 280px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 280px;
    }	
	/* Two Column Text and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 250px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }
	/* Two Column 1600px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-1600 .portfolio-wrapper {
        width: 290px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 280px;		
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 280px;
    }	
	/* Two Column and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 250px;
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }
	
	/* Two Column Text 1600px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-1600 .portfolio-wrapper {
        width: 290px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 280px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 280px;
    }	
	/* Two Column Text and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 250px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }
	
	/* Two Column*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page .portfolio-wrapper {
        width: 290px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 280px;		
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 280px;
    }	
	/* Two Column and Sidebar*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 250px;
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }
	
	/* Two Column Text*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper {
        width: 290px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 280px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 280px;
    }	
	/* Two Column Text and Sidebar*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 250px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }
	
	/* One Column*/
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 260px;
    }	
	/* One Column and Sidebar*/
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-sidebar-page .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 260px;
    }
	
	/* One Column Text*/
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-text .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-text .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 260px;
    }	
	/* One Column Text and Sidebar*/
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-text.portfolio-one-sidebar-page .portfolio-wrapper {
        width: 260px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-text.portfolio-one-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 260px;
    }
		
}

@media (min-width: 360px) {
	/* Grid Mansory Column 800px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-800 .portfolio-wrapper {
        width: 310px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 300px;		
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Grid Mansory Column and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-800 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 290px;
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 290px;
    }
	
	/* Grid Mansory Column 985px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-985 .portfolio-wrapper {
        width: 310px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 300px;		
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Grid Mansory Column and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-985 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }	

	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 290px;
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 290px;
    }
	
	/* Grid Mansory Column 1600px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-1600 .portfolio-wrapper {
        width: 310px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 300px;		
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Grid Mansory Column and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-1600 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }	

	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-1600 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 290px;
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 290px;
    }
	
	/* Grid Mansory Column*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page .portfolio-wrapper {
        width: 310px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 300px;		
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Grid Mansory Column and Sidebar*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 290px;
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 290px;
    }
	
	/* Four Column 800px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-800 .portfolio-wrapper {
        width: 310px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 300px;		
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Four Column and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 290px;
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 290px;
    }
	
	/* Four Column Text 800px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-800 .portfolio-wrapper {
        width: 310px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 300px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Four Column Text and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 290px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 290px;
    }
	
	/* Four Column 985px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-985 .portfolio-wrapper {
        width: 310px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 300px;		
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Four Column and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 290px;
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 290px;
    }
	
	/* Four Column Text 985px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-985 .portfolio-wrapper {
        width: 310px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 300px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Four Column Text and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 290px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 290px;
    }
	
	/* Four Column 1600px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-1600 .portfolio-wrapper {
        width: 310px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 300px;		
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Four Column and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 290px;
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 290px;
    }
	
	/* Four Column Text 1600px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-1600 .portfolio-wrapper {
        width: 310px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 300px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Four Column Text and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 290px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 290px;
    }
	
	/* Four Column*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page .portfolio-wrapper {
        width: 310px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 300px;		
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Four Column and Sidebar*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 290px;
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 290px;
    }
	
	/* Four Column Text*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper {
        width: 310px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 300px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Four Column Text and Sidebar*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 290px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 290px;
    }
	
	/* Three Column 800px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-800 .portfolio-wrapper {
        width: 310px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 300px;		
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Three Column and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 290px;
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 290px;
    }
	
	/* Three Column Text 800px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-800 .portfolio-wrapper {
        width: 310px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 300px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Three Column Text and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 290px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 290px;
    }
	
	/* Three Column 985px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-985 .portfolio-wrapper {
        width: 310px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 300px;		
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Three Column and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 290px;
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 290px;
    }
	
	/* Three Column Text 985px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-985 .portfolio-wrapper {
        width: 310px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 300px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Three Column Text and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 290px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 290px;
    }
	
	/* Three Column 1600px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-1600 .portfolio-wrapper {
        width: 310px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 300px;		
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Three Column and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 290px;
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 290px;
    }
	
	/* Three Column Text 1600px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-1600 .portfolio-wrapper {
        width: 310px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 300px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Three Column Text and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 290px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 290px;
    }
	
	/* Three Column*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page .portfolio-wrapper {
        width: 310px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 300px;		
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Three Column and Sidebar*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 290px;
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 290px;
    }
	
	/* Three Column Text*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper {
        width: 310px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 300px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Three Column Text and Sidebar*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 290px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 290px;
    }
	
	/* Two Column 800px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-800 .portfolio-wrapper {
        width: 310px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 300px;		
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Two Column and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 290px;
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 290px;
    }
	
	/* Two Column Text 800px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-800 .portfolio-wrapper {
        width: 310px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 300px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Two Column Text and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 290px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 290px;
    }

	/* Two Column 985px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-985 .portfolio-wrapper {
        width: 310px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 300px;		
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Two Column and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 290px;
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 290px;
    }
	
	/* Two Column Text 985px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-985 .portfolio-wrapper {
        width: 310px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 300px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Two Column Text and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 290px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 290px;
    }
	
	/* Two Column 1600px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-1600 .portfolio-wrapper {
        width: 310px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 300px;		
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Two Column and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 290px;
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 290px;
    }
	
	/* Two Column Text 1600px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-1600 .portfolio-wrapper {
        width: 310px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 300px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Two Column Text and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 290px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 290px;
    }
	
	/* Two Column*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page .portfolio-wrapper {
        width: 310px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 300px;		
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Two Column and Sidebar*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 290px;
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 290px;
    }
	
	/* Two Column Text*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper {
        width: 310px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 300px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* Two Column Text and Sidebar*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 290px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 290px;
    }
	
	/* One Column*/
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* One Column and Sidebar*/
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-sidebar-page .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }
	
	/* One Column Text*/
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-text .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-text .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }	
	/* One Column Text and Sidebar*/
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-text.portfolio-one-sidebar-page .portfolio-wrapper {
        width: 300px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-text.portfolio-one-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }
		
}

@media (min-width: 768px) {
	/* Grid Mansory Column 800px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-800 .portfolio-wrapper {
        width: 770px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 246px;		
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 246px;
    }	
	/* Grid Mansory Column and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-800 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 220px;
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 220px;
    }
	
	/* Grid Mansory Column 985px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-985 .portfolio-wrapper {
        width: 1140px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 370px;		
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 370px;
    }	
	/* Grid Mansory Column and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-985 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	

	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 220px;
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 220px;
    }
	
	/* Grid Mansory Column 1600px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-1600 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 230px;		
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }	
	/* Grid Mansory Column and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	

	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-1600 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 220px;
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 220px;
    }
	
	/* Grid Mansory Column*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 230px;		
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }	
	/* Grid Mansory Column and Sidebar*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 220px;
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 220px;
    }
	
	/* Four Column 800px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-800 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 180px;		
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 180px;
    }	
	/* Four Column and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 172px;
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }
	
	/* Four Column Text 800px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-800 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 180px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 180px;
    }	
	/* Four Column Text and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 172px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }
	
	/* Four Column 985px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-985 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 180px;		
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 180px;
    }	
	/* Four Column and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 172px;
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }
	
	/* Four Column Text 985px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-985 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 180px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 180px;
    }	
	/* Four Column Text and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 172px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }
	
	/* Four Column 1600px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-1600 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 180px;		
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 180px;
    }	
	/* Four Column and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 172px;
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }
	
	/* Four Column Text 1600px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-1600 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 180px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 180px;
    }	
	/* Four Column Text and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 172px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }
	
	/* Four Column*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 180px;		
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 180px;
    }	
	/* Four Column and Sidebar*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 172px;
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }
	
	/* Four Column Text*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 180px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 180px;
    }	
	/* Four Column Text and Sidebar*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 172px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }
	
	/* Three Column 800px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-800 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 240px;		
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 240px;
    }	
	/* Three Column and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 230px;
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }
	
	/* Three Column Text 800px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-800 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 240px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 240px;
    }	
	/* Three Column Text and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 230px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }
	
	/* Three Column 985px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-985 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 240px;		
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 240px;
    }	
	/* Three Column and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 230px;
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }
	
	/* Three Column Text 985px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-985 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 240px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 240px;
    }	
	/* Three Column Text and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 230px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }
	
	
	/* Three Column 1600px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-1600 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 240px;		
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 240px;
    }	
	/* Three Column and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 230px;
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }
	
	/* Three Column Text 1600px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-1600 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 240px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 240px;
    }	
	/* Three Column Text and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 230px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }
	
	/* Three Column*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 240px;		
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 240px;
    }	
	/* Three Column and Sidebar*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 230px;
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }
	
	/* Three Column Text*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 240px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 240px;
    }	
	/* Three Column Text and Sidebar*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 230px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }

	/* Two Column 800px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-800 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 360px;		
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 360px;
    }	
	/* Two Column and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 345px;
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 345px;
    }
	
	/* Two Column Text 800px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-800 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 360px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 360px;
    }	
	/* Two Column Text and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 345px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 345px;
    }	

	/* Two Column 985px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-985 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 360px;		
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 360px;
    }	
	/* Two Column and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 345px;
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 345px;
    }
	
	/* Two Column Text 985px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-985 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 360px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 360px;
    }	
	/* Two Column Text and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 345px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 345px;
    }
	
	/* Two Column 1600px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-1600 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 360px;		
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 360px;
    }	
	/* Two Column and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 345px;
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 345px;
    }
	
	/* Two Column Text 1600px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-1600 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 360px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 360px;
    }	
	/* Two Column Text and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 345px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 345px;
    }
	
	/* Two Column*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 360px;		
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 360px;
    }	
	/* Two Column and Sidebar*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 345px;
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 345px;
    }
	
	/* Two Column Text*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 360px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 360px;
    }	
	/* Two Column Text and Sidebar*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 345px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 345px;
    }
	
	/* One Column*/
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page .portfolio-wrapper {
        width: 640px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 640px;
    }	
	/* One Column and Sidebar*/
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-sidebar-page .portfolio-wrapper {
        width: 640px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 640px;
    }
	
	/* One Column Text*/
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-text .portfolio-wrapper {
        width: 640px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-text .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 640px;
    }	
	/* One Column Text and Sidebar*/
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-text.portfolio-one-sidebar-page .portfolio-wrapper {
        width: 640px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-text.portfolio-one-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 640px;
    }
		
}

@media (min-width: 800px) {
	
	/* Grid Mansory Column 800px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-800 .portfolio-wrapper {
        width: 770px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 246px;		
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 246px;
    }	
	/* Grid Mansory Column and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-800 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 220px;
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 220px;
    }
	/* Grid Mansory Column 985px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-985 .portfolio-wrapper {
        width: 1140px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 370px;		
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 370px;
    }	
	/* Grid Mansory Column and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-985 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	

	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 220px;
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 220px;
    }
	
	/* Grid Mansory Column 1600px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-1600 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 230px;		
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }	
	/* Grid Mansory Column and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	

	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-1600 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 220px;
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 220px;
    }
	
	/* Grid Mansory Column*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 230px;		
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }	
	/* Grid Mansory Column and Sidebar*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 220px;
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 220px;
    }
	
	/* Four Column 800px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-800 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 180px;		
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 180px;
    }	
	/* Four Column and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 172px;
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }
	
	/* Four Column Text 800px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-800 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 180px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 180px;
    }	
	/* Four Column Text and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 172px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }
	
	/* Four Column 985px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-985 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 180px;		
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 180px;
    }	
	/* Four Column and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 172px;
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }
	
	/* Four Column Text 985px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-985 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 180px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 180px;
    }	
	/* Four Column Text and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 172px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }
	
	/* Four Column 1600px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-1600 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 180px;		
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 180px;
    }	
	/* Four Column and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 172px;
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }
	
	/* Four Column Text 1600px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-1600 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 180px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 180px;
    }	
	/* Four Column Text and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 172px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }
	
	/* Four Column*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 180px;		
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 180px;
    }	
	/* Four Column and Sidebar*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 172px;
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }
	
	/* Four Column Text*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 180px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 180px;
    }	
	/* Four Column Text and Sidebar*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 172px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }
	
	/* Three Column 800px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-800 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 240px;		
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 240px;
    }	
	/* Three Column and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 230px;
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }
	
	/* Three Column Text 800px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-800 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 240px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 240px;
    }	
	/* Three Column Text and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 230px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }
	
	/* Three Column 985px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-985 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 240px;		
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 240px;
    }	
	/* Three Column and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 230px;
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }
	
	/* Three Column Text 985px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-985 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 240px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 240px;
    }	
	/* Three Column Text and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 230px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }
	
	/* Three Column 1600px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-1600 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 240px;		
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 240px;
    }	
	/* Three Column and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 230px;
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }
	
	/* Three Column Text 1600px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-1600 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 240px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 240px;
    }	
	/* Three Column Text and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 230px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }
	
	/* Three Column*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 240px;		
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 240px;
    }	
	/* Three Column and Sidebar*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 230px;
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }
	
	/* Three Column Text*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 240px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 240px;
    }	
	/* Three Column Text and Sidebar*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 230px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }
	
	/* Two Column 800px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-800 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 360px;		
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 360px;
    }	
	/* Two Column and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 345px;
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 345px;
    }
	
	/* Two Column Text 800px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-800 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 360px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 360px;
    }	
	/* Two Column Text and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 345px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 345px;
    }
	
	/* Two Column 985px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-985 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 360px;		
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 360px;
    }	
	/* Two Column and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 345px;
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 345px;
    }
	
	/* Two Column Text 985px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-985 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 360px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 360px;
    }	
	/* Two Column Text and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 345px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 345px;
    }
	
	/* Two Column 1600px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-1600 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 360px;		
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 360px;
    }	
	/* Two Column and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 345px;
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 345px;
    }
	
	/* Two Column Text 1600px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-1600 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 360px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 360px;
    }	
	/* Two Column Text and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 345px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 345px;
    }
	
	/* Two Column*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 360px;		
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 360px;
    }	
	/* Two Column and Sidebar*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 345px;
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 345px;
    }
	
	/* Two Column Text*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 360px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 360px;
    }	
	/* Two Column Text and Sidebar*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 345px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 345px;
    }
	
	/* One Column*/
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page .portfolio-wrapper {
        width: 640px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 640px;
    }	
	/* One Column and Sidebar*/
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-sidebar-page .portfolio-wrapper {
        width: 640px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 640px;
    }
	
	/* One Column Text*/
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-text .portfolio-wrapper {
        width: 640px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-text .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 640px;
    }	
	/* One Column Text and Sidebar*/
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-text.portfolio-one-sidebar-page .portfolio-wrapper {
        width: 640px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-text.portfolio-one-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 640px;
    }
		
}

@media (min-width: 980px) {
	/* Grid Mansory Column 800px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-800 .portfolio-wrapper {
        width: 770px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 246px;		
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 246px;
    }	
	/* Grid Mansory Column and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-800 .portfolio-wrapper {
        width: 740px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 236px;
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 236px;
    }
	
	/* Grid Mansory Column 985px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-985 .portfolio-wrapper {
        width: 1140px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 370px;		
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 370px;
    }	
	/* Grid Mansory Column and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-985 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	

	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 220px;
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 220px;
    }
	
	/* Grid Mansory Column 1600px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-1600 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 230px;		
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }	
	/* Grid Mansory Column and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	

	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-1600 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 220px;
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 220px;
    }
	
	/* Grid Mansory Column*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 230px;		
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }	
	/* Grid Mansory Column and Sidebar*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 220px;
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 220px;
    }
	
	/* Four Column 800px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-800 .portfolio-wrapper {
        width: 770px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 192px;		
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 192px;
    }	
	/* Four Column and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper {
        width: 740px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 185px;
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 185px;
    }
	
	/* Four Column Text 800px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-800 .portfolio-wrapper {
        width: 770px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 192px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 192px;
    }	
	/* Four Column Text and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper {
        width: 740px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 185px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 185px;
    }
	
	/* Four Column 985px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-985 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 180px;		
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 180px;
    }	
	/* Four Column and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 172px;
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }
	
	/* Four Column Text 985px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-985 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 180px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 180px;
    }	
	/* Four Column Text and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 172px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }
	
	/* Four Column 1600px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-1600 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 180px;		
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 180px;
    }	
	/* Four Column and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 172px;
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }
	
	/* Four Column Text 1600px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-1600 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 180px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 180px;
    }	
	/* Four Column Text and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 172px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }
	/* Four Column*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 180px;		
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 180px;
    }	
	/* Four Column and Sidebar*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 172px;
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }
	
	/* Four Column Text*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 180px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 180px;
    }	
	/* Four Column Text and Sidebar*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 172px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 172px;
    }
	
	/* Three Column 800px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-800 .portfolio-wrapper {
        width: 770px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 256px;		
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 256px;
    }	
	/* Three Column and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper {
        width: 740px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 246px;
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 246px;
    }
	
	/* Three Column Text 800px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-800 .portfolio-wrapper {
        width: 770px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 256px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 256px;
    }	
	/* Three Column Text and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper {
        width: 740px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 246px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 246px;
    }
	
	/* Three Column 985px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-985 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 240px;		
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 240px;
    }	
	/* Three Column and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 230px;
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }
	
	/* Three Column Text 985px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-985 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 240px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 240px;
    }	
	/* Three Column Text and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 230px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }
	
	/* Three Column 1600px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-1600 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 240px;		
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 240px;
    }	
	/* Three Column and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 230px;
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }
	
	/* Three Column Text 1600px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-1600 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 240px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 240px;
    }	
	/* Three Column Text and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 230px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }
	
	/* Three Column*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 240px;		
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 240px;
    }	
	/* Three Column and Sidebar*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 230px;
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }
	
	/* Three Column Text*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 240px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 240px;
    }	
	/* Three Column Text and Sidebar*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 230px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 230px;
    }
	
	/* Two Column 800px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-800 .portfolio-wrapper {
        width: 770px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 385px;		
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 385px;
    }	
	/* Two Column and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper {
        width: 740px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 370px;
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 370px;
    }
	
	/* Two Column Text 800px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-800 .portfolio-wrapper {
        width: 770px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 385px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 385px;
    }	
	/* Two Column Text and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper {
        width: 740px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 370px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 370px;
    }
	
	/* Two Column 985px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-985 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 360px;		
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 360px;
    }	
	/* Two Column and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 345px;
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 345px;
    }
	
	/* Two Column Text 985px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-985 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 360px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 360px;
    }	
	/* Two Column Text and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 345px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 345px;
    }
	
	/* Two Column 1600px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-1600 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 360px;		
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 360px;
    }	
	/* Two Column and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 345px;
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 345px;
    }
	
	/* Two Column Text 1600px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-1600 .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 360px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 360px;
    }	
	/* Two Column Text and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 345px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 345px;
    }
	
	/* Two Column*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 360px;		
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 360px;
    }	
	/* Two Column and Sidebar*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 345px;
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 345px;
    }
	
	/* Two Column Text*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper {
        width: 720px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 360px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 360px;
    }	
	/* Two Column Text and Sidebar*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page .portfolio-wrapper {
        width: 690px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 345px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 345px;
    }
	
	/* One Column*/
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page .portfolio-wrapper {
        width: 640px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 640px;
    }	
	/* One Column and Sidebar*/
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-sidebar-page .portfolio-wrapper {
        width: 640px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 640px;
    }
	
	/* One Column Text*/
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-text .portfolio-wrapper {
        width: 640px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-text .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 640px;
    }	
	/* One Column Text and Sidebar*/
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-text.portfolio-one-sidebar-page .portfolio-wrapper {
        width: 640px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-text.portfolio-one-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 640px;
    }
		
}

@media (min-width: 1280px) {
	
	/* Grid Mansory Column 800px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-800 .portfolio-wrapper {
        width: 770px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 246px;		
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 246px;
    }	
	/* Grid Mansory Column and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-800 .portfolio-wrapper {
        width: 483px;
        margin:0 auto;	
    }	

	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-800 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 151px;
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 151px;
    }
	
	/* Grid Mansory Column 985px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-985 .portfolio-wrapper {
        width: 955px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 308px;		
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 308px;
    }	
	/* Grid Mansory Column and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-985 .portfolio-wrapper {
        width: 600px;
        margin:0 auto;	
    }	

	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-985 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 190px;
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 190px;
    }
	
	/* Grid Mansory Column 1600px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-1600 .portfolio-wrapper {
        width: 1140px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 370px;		
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 370px;
    }	
	/* Grid Mansory Column and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-1600 .portfolio-wrapper {
        width: 730px;
        margin:0 auto;	
    }	

	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-1600 .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 232px;
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page.portfolio-grid-mansory-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 232px;
    }
	
	/* Grid Mansory Column*/
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page .portfolio-wrapper {
        width: 1170px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 380px;		
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 380px;
    }	
	/* Grid Mansory Column and Sidebar*/
	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page .portfolio-wrapper {
        width: 750px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 240px;
    }
	.portfolio-template.portfolio.portfolio-grid-mansory.portfolio-grid-mansory-page.portfolio-grid-mansory-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 240px;
    }	
			
	/* Four Column 800px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-800 .portfolio-wrapper {
        width: 770px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 192px;		
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 192px;
    }	
	/* Four Column and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper {
        width: 480px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 120px;
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 120px;
    }
	
	/* Four Column Text 800px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-800 .portfolio-wrapper {
        width: 770px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 192px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 192px;
    }	
	/* Four Column Text and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper {
        width: 480px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 120px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 120px;
    }
	
	/* Four Column 985px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-985 .portfolio-wrapper {
        width: 955px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 238px;		
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 238px;
    }	
	/* Four Column and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper {
        width: 600px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 150px;
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 150px;
    }
	
	/* Four Column Text 985px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-985 .portfolio-wrapper {
        width: 955px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 238px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 238px;
    }	
	/* Four Column Text and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper {
        width: 600px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 150px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 150px;
    }
	
	/* Four Column 1600px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-1600 .portfolio-wrapper {
        width: 1140px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 285px;		
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 285px;
    }	
	/* Four Column and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper {
        width: 730px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 182px;
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 182px;
    }
	
	/* Four Column Text 1600px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-1600 .portfolio-wrapper {
        width: 1140px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 285px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-text-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 285px;
    }	
	/* Four Column Text and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper {
        width: 730px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 182px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page.portfolio-four-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 182px;
    }
	
	/* Four Column*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page .portfolio-wrapper {
        width: 1170px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 292px;		
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 292px;
    }	
	/* Four Column and Sidebar*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper {
        width: 750px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 187px;
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 187px;
    }
	
	/* Four Column Text*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper {
        width: 1170px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 292px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 292px;
    }	
	/* Four Column Text and Sidebar*/
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page .portfolio-wrapper {
        width: 750px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 187px;
    }
	.portfolio-template.portfolio.portfolio-four.portfolio-four-page.portfolio-four-text.portfolio-four-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 187px;
    }
	
	/* Three Column 800px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-800 .portfolio-wrapper {
        width: 770px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 256px;		
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 256px;
    }	
	/* Three Column and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper {
        width: 480px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 160px;
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 160px;
    }
	
	/* Three Column Text 800px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-800 .portfolio-wrapper {
        width: 770px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 256px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 256px;
    }	
	/* Three Column Text and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper {
        width: 480px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 160px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 160px;
    }
	
	/* Three Column 985px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-985 .portfolio-wrapper {
        width: 955px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 318px;		
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 318px;
    }	
	/* Three Column and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper {
        width: 600px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 200px;
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 200px;
    }
	
	/* Three Column Text 985px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-985 .portfolio-wrapper {
        width: 955px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 318px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 318px;
    }	
	/* Three Column Text and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper {
        width: 600px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 200px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 200px;
    }
	
	/* Three Column 1600px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-1600 .portfolio-wrapper {
        width: 1140px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 380px;		
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 380px;
    }	
	/* Three Column and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper {
        width: 730px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 243px;
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 243px;
    }
	
	/* Three Column Text 1600px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-1600 .portfolio-wrapper {
        width: 1140px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 380px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-text-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 380px;
    }	
	/* Three Column Text and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper {
        width: 730px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 243px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page.portfolio-three-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 243px;
    }
	
	/* Three Column*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page .portfolio-wrapper {
        width: 1170px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 390px;		
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 390px;
    }	
	/* Three Column and Sidebar*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper {
        width: 750px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 250px;
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }
	
	/* Three Column Text*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper {
        width: 1170px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 390px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 390px;
    }	
	/* Three Column Text and Sidebar*/
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page .portfolio-wrapper {
        width: 750px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 250px;
    }
	.portfolio-template.portfolio.portfolio-three.portfolio-three-page.portfolio-three-text.portfolio-three-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 250px;
    }
	
	/* Two Column 800px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-800 .portfolio-wrapper {
        width: 770px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 385px;		
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 385px;
    }	
	/* Two Column and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper {
        width: 480px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 240px;
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 240px;
    }
	
	/* Two Column Text 800px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-800 .portfolio-wrapper {
        width: 770px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 385px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 385px;
    }	
	/* Two Column Text and Sidebar 800px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper {
        width: 480px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 240px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-800 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 240px;
    }
	
	/* Two Column 985px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-985 .portfolio-wrapper {
        width: 955px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 477px;		
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 477px;
    }	
	/* Two Column and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper {
        width: 600px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 300px;
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }
	
	/* Two Column Text 985px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-985 .portfolio-wrapper {
        width: 955px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 477px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 477px;
    }	
	/* Two Column Text and Sidebar 985px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper {
        width: 600px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 300px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-985 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 300px;
    }
	
	/* Two Column 1600px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-1600 .portfolio-wrapper {
        width: 1140px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 570px;		
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 570px;
    }	
	/* Two Column and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper {
        width: 730px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 365px;
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 365px;
    }
	
	/* Two Column Text 1600px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-1600 .portfolio-wrapper {
        width: 1140px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 570px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-text-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 570px;
    }	
	/* Two Column Text and Sidebar 1600px*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper {
        width: 730px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 365px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page.portfolio-two-sidebar-page-1600 .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 365px;
    }
	
	/* Two Column*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page .portfolio-wrapper {
        width: 1170px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 584px;		
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 584px;
    }	
	/* Two Column and Sidebar*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper {
        width: 750px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 375px;
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 375px;
    }
	
	/* Two Column Text*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper {
        width: 1170px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 584px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 584px;
    }	
	/* Two Column Text and Sidebar*/
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page .portfolio-wrapper {
        width: 750px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 375px;
    }
	.portfolio-template.portfolio.portfolio-two.portfolio-two-page.portfolio-two-text.portfolio-two-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 375px;
    }
	
	/* One Column*/
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page .portfolio-wrapper {
        width: 640px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 640px;
    }
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 640px;
    }	
	/* One Column and Sidebar*/
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-sidebar-page .portfolio-wrapper {
        width: 640px;
        margin:0 auto;	
    }
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-sidebar-page .portfolio-wrapper .portfolio-item {
        height: auto;
		width: 640px;
    }
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 640px;
    }
	
	/* One Column Text*/
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-text .portfolio-wrapper {
        width: 640px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-text .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 640px;
    }	
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-text .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 640px;
    }	
	/* One Column Text and Sidebar*/
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-text.portfolio-one-sidebar-page .portfolio-wrapper {
        width: 640px;
        margin:0 auto;	
    }	
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-text.portfolio-one-sidebar-page .portfolio-wrapper .portfolio-item{
        height: auto;
		width: 640px;
    }
	.portfolio-template.portfolio.portfolio-one.portfolio-one-page.portfolio-one-text.portfolio-one-sidebar-page .portfolio-wrapper .portfolio-item .image{
        height: auto;
		width: 640px;
    }
		
}

.portfolio-grid-mansory .portfolio-item {
    margin:5px;
    float:left;
}
.portfolio-item .portfolio-content h2 {
    margin:0;
    padding:0;
    margin-bottom:10px;
    font-weight:bold;
    font-size:18px;
    text-align:center;
}
.portfolio-item .portfolio-content h4 a, 
.portfolio-item .portfolio-content h4 {
    margin:0;
    padding:0;
    margin-bottom:25px;
    font-weight:normal;
    font-size:16px;    
    color:rgba(0,0,0,.3);
}
.portfolio-item .portfolio-content h4 {
    text-align:center;
}
.portfolio-item .portfolio-content p {
    margin:0;
    margin-bottom:20px;
}
.portfolio-full .flexslider {
    margin-bottom:30px;
}
.portfolio-full .project-content {
    margin-bottom:50px;
}
/* .portfolio-one .fluid-width-video-wrapper {
    position:static !important;
}
.portfolio-grid-2 .portfolio-item {
    margin-bottom:9px;
    width:49%;
} */

.es-carousel-wrapper.t4p-carousel-large .image-extras-content h3 a{
    color:#fff !important;
    font-weight:normal !important;
    text-shadow :none !important;
}

/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}   
.isotope-hidden.isotope-item {
    z-index: 1;
}   
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
} 
.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;
}    
/**** Isotope filtering ****/
.isotope-item {
    z-index: 2;
}   
.isotope-hidden.isotope-item {
    z-index: 1;
}   

/*
Blog Shortcode
-----------------------------------------------------------------------------*/
.t4p-blog-shortcode .entry-meta .entry-author {
    float: left;
}

.t4p-blog-shortcode .image-extras .image-extras-content h3 {
    text-shadow:none !important;
}
.t4p-blog-shortcode .image-extras .image-extras-content h3 a{
    color:#fff;
}

.t4p-blog-shortcode .entry-meta .entry-time {
    float: left;
}
.t4p-blog-shortcode .pagination {
    display:block;
}

.t4p-blog-shortcode .entry-meta .entry-time .published {
    border-right: 0px !important;
}
.t4p-blog-shortcode .entry-meta .meta-tags,
.t4p-blog-shortcode .entry-meta .entry-comments {
    float: left;
    clear: both;
}

.t4p-blog-large .entry-meta .meta-tags {
    float: left;
    clear: none;
    padding: 10px 0px 10px 20px;
}
.t4p-blog-large .entry-meta .entry-comments {
    float: right;
    clear: none;
}
.t4p-blog-large .entry-meta .entry-categories {
    clear: left;
}
.t4p-blog-shortcode .entry-meta .entry-categories {
    clear: left;
}
.t4p-blog-shortcode  .entry-meta .entry-meta-details {
    margin:0px;
}
.t4p-blog-shortcode .entry-meta .entry-read-more {
    text-shadow: 0 1px 0 #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    border: 0;
    box-shadow: none;
    -box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.t4p-blog-shortcode {
    clear: both;
}
.blog-timeline-layout .post-slideshow,
.blog-grid-layout .post-slideshow {
    margin-bottom: 0px;
}
.t4p-blog-shortcode .entry-title {
    margin-bottom: 5px;
    margin-top: 0;
}
.t4p-blog-shortcode .meta-separator {
    padding: 0 5px;
    display:none;
}
.t4p-blog-shortcode .meta-separator:last-child {
    display: none;
}
.t4p-blog-shortcode .entry-read-more {
    margin: 0;
    /* General styles in base.less */
}
.t4p-blog-medium .entry-meta,
.t4p-blog-large .entry-meta {
    clear: both;
    margin-top: 10px;
    padding: 5px 0;
    font-size: 15px;
}
.t4p-blog-medium .entry-meta:before,
.t4p-blog-large .entry-meta:before,
.t4p-blog-medium .entry-meta:after,
.t4p-blog-large .entry-meta:after {
    content: " ";
    display: table;
}
.t4p-blog-medium .entry-meta:after,
.t4p-blog-large .entry-meta:after {
    clear: both;
}
.t4p-blog-medium .entry-meta .entry-meta-details {
    float: left;
    margin: 0 0 20px;
}

.t4p-blog-medium .entry-meta .entry-read-more,
.t4p-blog-large .entry-meta .entry-read-more {
    float: right;
    margin: 0;
    text-align: right;
}
.t4p-blog-medium .blog-medium-slideshow-container,
.t4p-blog-medium-alternate .blog-medium-slideshow-container {
    float: left;
    margin-right: 25px;
    width: 320px;
}
.t4p-blog-medium .post-content-container .entry-title {
    clear:none;
}
.t4p-blog-medium .blog-medium-slideshow-container .post-slideshow,
.t4p-blog-medium-alternate .blog-medium-slideshow-container .post-slideshow {
    margin-bottom: 0;
}
.t4p-blog-medium-alternate .date-and-formats,
.t4p-blog-medium-alternate .blog-medium-slideshow-container {
    margin-right: 17px;
}
.t4p-blog-medium-alternate .has-post-thumbnail .blog-medium-slideshow-container {
    display: block;
}
.t4p-blog-medium-alternate .post-content-container {
    margin-left: 99px;
}
.t4p-blog-large-alternate .post-content-container {
    margin-left: 110px;
    margin-top: 10px;
}
.t4p-blog-large-alternate .image {
    margin-bottom: 10px;
}

.t4p-blog-large-alternate .date-and-formats {
    position:absolute;

}
.t4p-blog-large-alternate .post-content-container .excerpt-container {
    clear:both;
    margin-top: 30px;

}
.t4p-blog-large-alternate .post-content-container .entry-read-more {
    margin-top: 50px;
}
.t4p-blog-large-alternate .entry-meta .entry-comments {
    float:right;
    clear:none;
}
.t4p-blog-medium-alternate .entry-meta .entry-comments {
    float:right;
    clear:none;
}
.t4p-blog-medium-alternate .post,
.t4p-blog-large-alternate .post {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 40px;
    margin-bottom:20px;
}
.t4p-blog-medium-alternate .date-and-formats {
    float: left;
    width: 70px;
    height: 70px;
    text-align: center;
}
.t4p-blog-medium-alternate .entry-title {
    clear:none;
}
.t4p-blog-medium-alternate .entry-meta-details {
    clear:both;
}
.t4p-blog-medium-alternate .blog-medium-image {
    margin-bottom:10px;
}
.t4p-blog-large-alternate .date-and-formats {
    float: left;
    width: 70px;
    height: 70px;
    text-align: center;

}
.t4p-blog-medium-alternate .date-and-formats .date-box,
.t4p-blog-large-alternate .date-and-formats .date-box {
    display:none;
}
.t4p-blog-medium-alternate .date-and-formats .date-box .date,
.t4p-blog-large-alternate .date-and-formats .date-box .date {
    display: block;
    line-height: 29px;
    font-size: 29px;
    font-weight: bold;
}
.t4p-blog-medium-alternate .date-and-formats .format-box,
.t4p-blog-large-alternate .date-and-formats .format-box {
    margin-top: 3px;
    background-color: #eef0f2;
}
.t4p-blog-medium-alternate .date-and-formats .format-box i,
.t4p-blog-large-alternate .date-and-formats .format-box i {
    display: block;
    padding: 20px;
    font-size: 25px;
}
.t4p-blog-medium-alternate .entry-title,
.t4p-blog-large-alternate .entry-title {
    margin-bottom: 5px;
}
.t4p-blog-medium-alternate .entry-meta,
.t4p-blog-large-alternate .entry-meta,
.t4p-blog-large-alternate .entry-read-more {
    line-height: 20px;
    font-size: 12px;
    padding: 0;
    margin: 0px 0px;
}

.t4p-blog-medium-alternate .entry-read-more {
    line-height: 20px;
    font-size: 12px;
    padding: 0;
    margin-top:20px;

}
.t4p-blog-medium-alternate .entry-meta,
.t4p-blog-large-alternate .entry-meta {
    padding: 5px 0;
    margin-top:10px;
}
.post .entry-read-more {
    text-align: right;
    padding: 5px 0px;
}
.t4p-blog-grid .post,
.t4p-blog-timeline .post,
.timeline-layout .post {
    position: static;
    padding: 0 0 20px 0;
}
.t4p-blog-grid .post-content-wrapper {
    margin:15px;
    border: 1px solid #E9EAEE;
}
.t4p-blog-timeline .post-content-wrapper {

    border: 1px solid #E9EAEE;
}
.t4p-blog-grid .post-content-container .comment-number {
    width:40%;
    float:right;
    text-align:right;
    font-size:13px;
}
.t4p-blog-timeline .post-content-container .comment-number {
    width:40%;
    float:right;
    text-align:right;
    font-size:13px;
}
.t4p-blog-grid .post .post-content-container,
.t4p-blog-timeline .post .post-content-container {
    padding: 30px 25px 20px;
}
.t4p-blog-grid .entry-title,
.t4p-blog-timeline .entry-title {
    margin-bottom: 5px;
}
.t4p-blog-grid .entry-meta-single,
.t4p-blog-timeline .entry-meta-single {
    font-size: 12px;
}
.t4p-blog-grid .entry-read-more {
    float: left;
    font-size: 12px;
    padding: 5px 0px;
    clear: both;
}
.t4p-blog-grid .image-extras-content h3 {
    letter-spacing: 0px;
}
.t4p-blog-grid .image-extras-content .cats {
    font-size:15px;
}

.t4p-blog-timeline .image-extras-content .cats {
    font-size:15px;
}
.t4p-blog-timeline .entry-read-more {
    float: left;
    font-size: 12px;
    padding: 5px 0px;
    clear:both;
}
.t4p-blog-grid .entry-comments,
.t4p-blog-timeline .entry-comments {
    float: right;
    margin-bottom: 0;
    font-size: 12px;
    padding: 5px 0px;
}
.t4p-blog-grid .blog-timeline-layout,
.t4p-blog-timeline .blog-timeline-layout {
    overflow: hidden;
}
.t4p-blog-grid .grid-layout-4 .post-content-container {
    word-wrap: break-word;
}
.has-sidebar .t4p-blog-grid .grid-layout-4 .entry-read-more,
.has-sidebar .t4p-blog-grid .grid-layout-4 .entry-comments {
    float: none;
}

.has-sidebar .t4p-blog-timeline .blog-timeline-layout {
    width: 669px;
}
.t4p-blog-timeline .blog-timeline-layout .timeline-align-left {
    clear: left;
    float: left;
    width: 300px;
}
.t4p-blog-timeline .blog-timeline-layout .timeline-align-left .timeline-arrow {
    left: 298px;
}
.t4p-blog-timeline .blog-timeline-layout .timeline-align-left .timeline-arrow:before {
    left: 100%;
    content: '\e919';
}
.t4p-blog-timeline .blog-timeline-layout .timeline-align-right {
    clear: right;
    float: right;
    width: 300px;
}
.t4p-blog-timeline .blog-timeline-layout .timeline-align-right .timeline-arrow {
    right: 299px;
}
.t4p-blog-timeline .blog-timeline-layout .timeline-align-right .timeline-arrow:before {
    right: 100%;
    content: '\e918';
}
.t4p-blog-timeline .timeline-title,
.timeline-layout .timeline-title {
    clear: both;
    margin: -31px auto 0 auto;
    height: auto;
    width: 120px;
    background-color: #EBEAEA;
    border: 1px solid #e3e3e3;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    font-weight: normal;
}
.has-sidebar .t4p-blog-timeline .timeline-title {
    display: block;
    font-size: 13px !important;
    padding: 0px 5px;
    margin-bottom: 20px;
}
.has-sidebar .t4p-blog-timeline .timeline-date h3 {
    font-size: 13px !important;

}
.t4p-blog-timeline .timeline-circle {
    position: absolute;
    left: 383px;
    margin-top: -3px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #e9eaee;
}
.has-sidebar .t4p-blog-timeline .timeline-circle {
    left: 329px;
}
.t4p-blog-timeline .timeline-arrow {
    position: absolute;
    background: #fff;
}
.t4p-blog-timeline .timeline-arrow:before {
    position: absolute;
    top: -10px;
    font-family: IcoMoon;
    font-size: 20px;
    color: #e9eaee;
}
.t4p-blog-infinite .pagination {
    display: none;
}

/*
Table Shortcode
----------------------------------------------------------------------------*/
@media only screen and (max-width: 992px){
    .table-1 { display: block; overflow-x: auto; }
    .table-1 table { border-collapse: collapse; border-spacing: 0; width: 100%}
    .table-1 td, .table-1 th { white-space: nowrap; }
    .table-2 { display: block; overflow-x: auto; }
    .table-2 table { border-collapse: collapse; border-spacing: 0; width: 100%}
    .table-2 td, .table-2 th { white-space: nowrap; }
}

/**
 * Loading Spinner
 */
.loading-container {
    margin-top: 20px;
}
.loading-container .loading-spinner {
    display: block;
}
.loading-container .t4p-icon-repeat {
    font-size: 30px;
    color: #aaa;
    display: inline-block;
    margin:0 2px;
    -webkit-animation: t4p-anim-rotate 1s infinite linear;
    animation: t4p-anim-rotate 1s infinite linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.loading-container .loading-msg {
    display: inline-block;
    font-size:12px;
}
@-webkit-keyframes t4p-anim-rotate {
	0% {
		-webkit-transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
} 
 
@keyframes t4p-anim-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
} 

#infscr-loading {    
    position:absolute; 
    text-align:center;
    width:100%;
    display:block;
}

/*
Product Slider Shortcode
-----------------------------------------------------------------------------*/

.t4p-woo-featured-products-slider {
    position: relative;
    margin-bottom: 25px;
    padding-left: 98px;
}
.t4p-woo-featured-products-slider .es-carousel ul li {
    margin: 0px
}
.t4p-woo-product-slider .es-carousel-wrapper.t4p-carousel-large .es-carousel ul li {
    margin-right: 80px;
}
.t4p-woo-featured-products-slider .products-slider {
    position: relative;
    margin-bottom: 0;
}
.t4p-woo-featured-products-slider .products-slider ul li {
    height: auto;   
}
.t4p-woo-featured-products-slider .products-slider ul li .image {
    visibility: hidden;
}
.t4p-woo-featured-products-slider .products-slider ul li img {
    display: block;
    float: left;
}
.t4p-woo-featured-products-slider .products-slider .image-extras-content h2 {
    margin-top: 0;
}
.t4p-woo-featured-products-slider .products-slider .image-extras-content .price {
    display: inline-block;
    margin-top: 3px;
}
.t4p-woo-featured-products-slider .products-slider .image-extras-content .price .amount {
    font-size: 18px;
}
.t4p-woo-product-slider .es-carousel-wrapper.t4p-carousel-large {
    padding-left: 94px;
}
.t4p-woo-product-slider {
    overflow: hidden;
    margin-bottom: 55px;
}
.t4p-woo-product-slider .simple-products-slider {
    position: relative;
    margin-bottom: 0;
}
.t4p-woo-product-slider .simple-products-slider .image-extras-content h2 {
    margin-top: 0;
    margin-bottom: 2px;
}
.t4p-woo-product-slider .simple-products-slider .image-extras-content .price {
    display: inline-block;
}
.t4p-woo-product-slider .simple-products-slider .image-extras-content .price .amount {
    font-size: 18px;
}
.t4p-woo-product-slider .simple-products-slider .product-buttons {
    left: 0;
    height: auto;
    width: 100%;
}
.t4p-woo-product-slider .simple-products-slider .product-buttons a,
.t4p-woo-featured-products-slider .products-slider .product-buttons a {
    font-size: 14px;
    display:block!important;
}
.t4p-woo-product-slider .simple-products-slider .es-nav span {
    cursor: pointer;
}
.t4p-woo-featured-products-slider.es-carousel-wrapper .es-carousel ul li .image {
    height: 138px;
    width: 180px;
}

@media (max-width: 410px){ 
    .t4p-woo-product-slider .es-carousel-wrapper.t4p-carousel-large {
        padding-left: 80px;
    }
    .t4p-woo-product-slider.woo-product-slider-shortcode .caroufredsel_wrapper ul {
        left:0px !important;
    }
}
@media (max-width: 360px){ 
    .t4p-woo-product-slider .es-carousel-wrapper.t4p-carousel-large {
        padding-left: 60px;
    }
    .t4p-woo-product-slider.woo-product-slider-shortcode .caroufredsel_wrapper ul {
        left:0px !important;
    }
}
@media (max-width: 320px){ 
    .t4p-woo-product-slider .es-carousel-wrapper.t4p-carousel-large {
        padding-left: 40px;
    }
    .t4p-woo-product-slider.woo-product-slider-shortcode .caroufredsel_wrapper ul {
        left:0px !important;
    }
}