/*
Theme Name: Paws
Theme URI: http://www.be-themes.com/paws
Author: the Brand Exponents team
Author URI: http://www.brandexponents.com
License: Split License - GPL and Theme Forest License
License URI: license.txt
Description: Stylish Portfolio theme that is responsive and optimized for all screen sizes. 
Version: 1.1
Tags: light, white, black, gray, two-columns, right-sidebar, flexible-width, custom-background, custom-colors, custom-menu, editor-style, featured-images, full-width-template, theme-options
*/

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   CSS Reset
   ========================================================================== */
   
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td { vertical-align: top; }
img{max-width:100%;}

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle;}

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #000; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

::selection         {background: rgb(0,0,0); color: #fff; }
::-moz-selection    {background: rgb(255,255,158);}
img::selection      {background: transparent;}
img::-moz-selection {background: transparent;}
/*body {-webkit-tap-highlight-color: rgba(255,255,255,0.3);}*/


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
/*      Default Layout: 960px. 
        Gutters: 20px.
        Outer margins: 10px.
        Leftover space for scrollbars @1024px: 80px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10    11   12
px      60    140    220    300    380    460    540    620    700    780   860  940    */



/*Layouts*/

/* Logo */
html {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
#logo{
    height: 52px;
    padding: 0 30px;
}
#logo img{
    margin-top: 12px;
}
#header-full #logo{
    height: auto;
    padding: 12px 30px;
}
#header-full #logo img{
    margin-top: 0;
}
.header{
        z-index: 1000000;
}
/* Main Menu */

#navigation{
    padding-right: 50px;

}
#navigation, #footer-widgets{
     line-height: 52px;
}
#navigation ul{
    list-style: none;
}
#navigation ul li{
    float: left;
    position: relative;
}
#navigation ul li a{
    text-decoration: none;
    padding: 0 30px;
}

#menu{
    padding-left: 0;
}

#menu li .sub-menu{
    line-height: 20px;
}

#menu li .sub-menu li a {
	display:block;
    font-size: 12px;
    padding-right: 0;
	padding: 10px 20px;
}
#menu ul { 
    position: absolute;
    width: 200px;
    display: none; 
    left: 50%;
    margin-left: -75px;
    margin-top: 2px;
    z-index: 12;
}
#menu ul li { 
    border-right: 0px solid transparent; 
    float: none;
}
#menu ul ul { 
    left: 100%;
    top: -1px;
    margin-left: 0;
}

#menu .has_child ul li ul {
    padding: 0;
}

/*  Main Container and Content Area Layouts */

#main{
    margin:0 auto 60px 45px;
}
#main.center{
    margin: 0 auto 60px;
}
.page-template-circle-portfolio-php #main,.page-template-full-width-centered-portfoio-php #main{
    margin-bottom: 0;
}
.container{
    width:744px;
}
.container-small{ width: 700px;}

.center #page-title{
    width: 700px;
}
.center #page-title h1{
    text-align: center;
    margin-bottom: 35px;
}
#content{
    padding: 30px 30px;
    min-height: 400px; 
}
.center #content{
    padding: 40px 30px;
}
#sidebar-widgets{ 
    padding-top: 70px;
}
#sidebar-widgets .widget:last-child{
    margin-bottom: 0;
}
#sidebar-widgets .widget-wrap{
    margin-bottom: 40px;
    position: relative;
}
#sidebar-widgets .widget{
    padding: 20px;
	position: absolute;
	left: 54px;
	top: 0;
	width: 220px;
	display: none;
	z-index: 10;
}


/* Footer */

#footer-widgets{
    padding-left: 50px;
}
#footer-widgets .widget{
    float: left;
    margin-right: 30px; 
}
#footer-widget-wrap p{ margin-bottom: 0px; line-height: inherit; }

#footer-widget-wrap{
    padding-left: 30px;
}

#header-full #navigation{
    float: right;
    padding-right: 0;
}
#footer-full #footer-widget-wrap{
    padding-left: 0;
}
#footer-full .copyright{
    float: left;
}
#footer-full .social_media{
    float: right;
}
#footer-full #footer-widget-wrap{
    padding: 0 30px;
}

/* ==============================
   Content Formatting Grid Blocks
   ============================== */


.one-third, .one-fourth, .one-half, .two-third, .three-fourth{ float: left; line-height:20px; margin-right: 20px;  }
.one-third{ width:300px; }
.one-fourth{ width:220px; }
.one-half{ width:460px; }
.two-third{ width:620px; }
.three-fourth{ width:700px; }

.container-small .one-third{ width:200px;}
.container-small .one-fourth { width: 145px;}
.container-small .one-half{ width: 310px;}
.container-small .two-third{ width:420px; }
.container-small .three-fourth{ width:475px; }


/* Blog Layout */

article.blog-post{
    margin-bottom: 80px;
}
article.blog-post:last-child{
    margin-bottom: 40px;
}
#single-post #post-content p:last-child{
    margin-bottom: 0;
}
.blog-thumb{
    width:180px;
    margin-right: 20px;
	background: none;
	zoom: 1;
	height: 178px;
}
.post-details{
    width:440px;
}
.post-details.no-thumb{
    width:640px;
}
.post-header{
    line-height: 34px;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 15px;
}
.post-header li{
    float: left;
}
.post-header li span.backslash{
    margin:0 13px;
}
.post-excerpt p{
    margin-bottom: 0px;
}
.blog-nav{ margin-bottom: 10px;}

.blog-thumb a css3-container,#single-post-img-wrap  css3-container,.team-img css3-container {
	z-index: auto !important;
}
.image_circle {
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	display: block;
}
.blog-thumb a,#single-post-img-wrap a {
	width: 178px;
	height: 178px;
}
#single-post-img-wrap a {
	float: left;
	margin-right: 20px;
}
#single-post-featured{ margin-right: 20px; float: left;}
#single-post-img-wrap, .blog-thumb{
    position: relative;
}
#post-head-nav { display: inline-block; width: 440px; }
#post-head-nav .post-header{ margin-bottom: 10px;}
.ring-overlay{
    position: absolute;
    width: 180px;
    height: 180px;
    top:0;
    left: 0;
}
#post-content {
	margin-bottom: 60px;
}
.post-social-media {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 20px;
}
.post-social-media li {
	margin-right: 20px;
	margin-bottom: 10px;
}
.share-txt {
	font-size: 14px;
}
/* Comments */

.commentlist{ list-style: none; padding: 0; }
.vcard, .comment-content{
    float: left;
}
.vcard {
    width: 15%;
}
.comment-author-inner {
    display: inline-block;
    text-align: center;
}
.comment-content{
    width:82%;
    border-left: 1px solid #ff6f00;
    padding-left: 2%;
    position: relative;
}
.comment-meta a {
    font-size: 12px;
}
.children{
    list-style: none;
}
.comment, #comments-title{
    margin-bottom: 20px;
}
#comments-title{
    text-transform: none;
}
.comment-meta{
    margin-bottom: 10px;
}
.comment_text p{
    margin-bottom: 0;
}
#reply-title {
    font-size: 18px;
}
.comment-meta h6.fn {
    display: inline;
    margin-right: 20px;
}
.comment-date-time{
    font-style: italic;
}
.comment-edit-reply{ padding:0; margin:0;}

.comment-edit-reply,.children{ list-style:none !important; }

.reply{
    display:block;
    font-size: 11px;
    font-style: italic;
}
li.edit-link,
span.edit-link {
    float: right;
    font-size: 11px;
    font-style: italic;
}
.comment a{
    text-decoration: none;
}
.avatar {
    margin-bottom: 10px;
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.children{ padding-left:10% ; }
.children .vcard { width:10%; }
.children .comment-content { 
    width:87%;
    padding-left: 2%;
}
.form-allowed-tags{
    display: none;
}
#cancel-comment-reply-link{font-size: 11px; text-transform: capitalize; font-style: italic; }
#respond input[type="text"]{
    width:220px;
}
#respond textarea{
    width:360px;
}
/* Contact Page */

.gmap{
    height:250px;
}
.contact_status{
    margin-top: 20px;
}
.error{
    color: #eb2c46;
}
.success{
    color: #c0df54;
}
/*Typography */


h1,h2,h3,h4,h5,h6{
    margin-bottom: 10px;
}

.special-heading{
    padding-bottom: 5px;
    margin: 32px 0 26px;
}
.special-heading:first-child{
    margin-top: 0 !important;
}
.widget h5{
    margin-bottom: 15px;
    padding-bottom: 5px;
}


/* Anchors */

a, a:visited , a:hover{
    text-decoration: none;
}
#menu a{
     display: inline-block;
}

.title_headings{
    font-size: 11px;
}


/*Lists */

ul,ol{
    padding-left: 15px;
    line-height: inherit;
    margin: 0px 0px 40px;
}
ol{ list-style: decimal; }
dd { margin: 0 0 20px; line-height: 20px; }
dt { font-size: 14px; font-weight: 700; line-height: 20px; }
nav ul, nav ol { list-style: none !important; list-style-image: none; margin: 0; padding: 0; }
.widget ul{
    margin-bottom: 0;
}
.widget ul li{
    margin-bottom: 5px;
}
.widget ul li:last-child{
    margin-bottom: 0 !important;
    padding-bottom: 0;
    border: none;
}
.widget ul li a{
    padding-left: 5px;
    color: inherit;
}


/* ==========================================================
    Tags and classes that come with Wordpress 
   ========================================================== */ 

code, pre { font-family:"Courier New", Courier, monospace; }
cite{ font-weight:700;}
address {
    display: block;
    line-height:20px;
    margin: 0 0 20px;
}


pre{  display: block; margin: 10px 0; padding: 10px; overflow: auto; }
table{ border: 1px solid #ddd; border-collapse: collapse; margin-bottom:20px; }
tr:nth-of-type(odd){  }
th,td{ border: 1px solid #ddd; padding: 9px 20px; }
th{ font-variant: small-caps; text-transform: uppercase; }
caption{ font-size: 11px; font-style: italic; }
sup,
sub {
    height: 0;
    font-size: 10px;
    line-height: 1;
    position: relative;
    top: .5ex;
    vertical-align: baseline;
}
sup { bottom: 1ex; }

/* Wordpress default Image Alignment classes */

.wp-caption{
    margin-bottom:20px;
    max-width: 100% !important;
    padding-top: 6px;
    text-align: center;
}
.wp-caption img{ width:auto!important; height:auto!important; max-width:98%;}
.wp-caption img, .wp-caption img a { border: 0 none; margin: 0 !important; padding: 0; }
.wp-caption .wp-caption-text { font-size: 11px; font-style:italic; margin: 0; padding: 4px 4px 5px;  }
img.alignright, .wp-caption.alignright { float: right; margin: 0 0 0px 10px; }
img.alignleft, .wp-caption.alignleft { float: left; margin: 0 10px 0px 0; }
img.aligncenter, .wp-caption.aligncenter { display: block;  margin-right: auto; margin-left: auto; }
img.aligncenter { margin-top: 20px;margin-bottom: 10px; }
a img.alignright { float: right; margin: 7px 0 20px 20px; }
a img.alignleft { float: left; margin: 7px 20px 20px 0; }
a img.aligncenter { display: block;  margin-right: auto; margin-left: auto; }
.gallery-item img{ width:auto !important; height:auto !important;  border:none !important; max-width: 100% !important; }    
.gallery-caption { display: block; font-style: italic; margin-bottom: 0 !important; padding: 0 4px 5px; }

/* WordPress built-in class for handling sticky posts */
.sticky, .bypostauthor { }

/* Images */
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; 
}
/* Make sure images with WordPress-added height and width attributes are scaled correctly */

/*Input Boxes */

input[type="text"]{
    padding:0 0 0 10px;
    line-height: 25px;
    height:25px;
    width:70%;
    margin-bottom: 20px;
}
textarea{
    padding: 10px 0 0 10px;
    height: 116px;
    width: 95%;
    margin-bottom: 20px;
    font:inherit;
    overflow: auto;
}
input[type="submit"] {
	height: 26px;
}
/* Widgets */

/* ==========================================================
    Most Recent Posts and Most Commented Posts Widget
   ========================================================== */ 

.recent_post_container{
    list-style: none !important;
    padding: 0;
}
.recent_post {
    margin-bottom: 10px !important;
    padding: 10px 0;
}
.recent_post:first-child{ padding-top: 0; }
.recent_post_container .recent_post .recent_post_img {
    margin-right: 10px;
}
.recent_post_container .recent_post .recent_post_img a {
    padding: 0;
}
.recent_post_container .recent_post .recent_post_content a {
    display: block;
    padding: 0;
}
.recent_post_img{ margin-bottom: 5px; }
.recent_post_img img{ border-radius: 50%; }
/* ===========================
    Recent Comments widget
   =========================== */
#recentcomments {
    list-style: none;
    padding: 0;
}
 .recentcomments {
    margin-bottom: 10px !important;
    padding: 0 0 10px 30px;
}
/* ======================
    Tags widget
   ====================== */

.widget_tag_cloud {
    line-height: 20px;
    margin-bottom: 20px;
}
.widget_mostcomment {
    list-style: none;
}
.tagcloud  a,.tagcloud a:visited{
    display: inline-block;
    line-height: 23px;
    margin:0 10px 10px 0;
    padding: 0 12px;
    text-decoration: none;
}


/* ===========================
    Tweets
   =========================== */

.tweets-wrap {
    list-style: none;
    padding: 0;
}
 .tweets {
    margin-bottom: 10px !important;
    padding: 0 0 10px 30px;
}
.tweets a{
    padding: 0 !important;
}
.tweet-time{
    font-style: italic;
    font-size: 11px;
}   



/* ======================
   Newsletter widget
   ====================== */

.newsletter_form p{
    margin-bottom: 5px;
}
.newsletter_email, .newsletter_submit{
    line-height: 25px;
    font-size: 11px;
}
.newsletter_submit{
    padding:1px 10px;
    margin-left: -5px;
}


/* ======================
    Search widget
   ====================== */


#searchform,.search_form_wrap{
    width: 220px;
    position: relative;
}
#searchform #s{
    width: 170px;
    font-size: 11px;
    padding-right:40px;
    position: relative;
    margin-bottom: 0;
}
#searchsubmit{
    width: 34px;
    height: 30px;
    background: none;
    border: none;
    bottom:0px;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right:0px;
}

.screen-reader-text{
    display: none;
}

/* ======================
    WP Calendar widget
   ====================== */

#wp-calendar {
    width: 100%;
    background: none;
    border: none;
    border-collapse: separate;
    border-spacing:0;
    line-height: 24px;
    margin-bottom: 0px;
    text-align: center;
}
#wp-calendar caption {
    font-size: 12px;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
}
#wp-calendar thead {
    font-size: 11px;
    font-weight: 700;
}
#wp-calendar thead  th{
    background: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
#wp-calendar tbody,#wp-calendar tfoot  {
    font-size: 11px;
    font-weight: 700;
}
#wp-calendar tbody tr td,#wp-calendar thead tr th,#wp-calendar tfoot tr td{
    background: none;
    border: none;
}
#wp-calendar tbody tr td {
    background: none;
    border: 1px;
}
#wp-calendar tbody tr td.pad {
    background: none;
    border:none;
}
#wp-calendar tfoot tr td{
    background: none;
    padding: 5px 0px 0px;
}
#wp-calendar td,#wp-calendar th {
    padding: 0px;
}
#wp-calendar tfoot tr #prev{
    text-align: left;
}
#wp-calendar tfoot tr #next {
    text-align: right;
}
#wp-calendar tr a {
    display: block;
}

/* ==========================
    Social Media Icons widget
   ========================== */
   
.social_media_icons , .team-social {
    list-style: none !important;
    list-style-image: none;
    padding: 0px;
}
.social_media_icons li.icons{
    float: left;
    margin: 0px 20px 0px 0px;
}
.team-social li {
    margin-right: 10px;
}
.social_media_icons li.icons:last-child, .team-social li:last-child{
    margin-right:0;
}
.social_media_icons li.icons a, .team-social li a{
    padding: 0px 12px;
    display: inline-block;
    height: 25px;
    vertical-align: middle;
	position: relative;
	background-color: transparent;
	zoom: 1;
}
.team-social li {
	background-color: transparent;
	margin-bottom: 0px;
	padding: 0px;
}
.social_media_icons li.icons a span, .team-social li a span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	zoom: 1;
	display: block;
}
#footer-widget-wrap .social_media_icons li,
.footer-icons .widget .widgettitle {
    background: none;
    margin-bottom: 0px;
    padding: 0px;
}
.facebook_icon .normal_bg {
    background-position: 0px 0px;
}
.facebook_icon .alt_bg {
    background-position: 0px -27px;
}
.twitter_icon .normal_bg {
    background-position: -34px 0px;
}
.twitter_icon .alt_bg {
    background-position: -34px -27px;
}
.gplus_icon .normal_bg{
    background-position: -68px 0px;
}
.gplus_icon .alt_bg {
    background-position: -68px -27px;
} 
.rss_icon .normal_bg {
    background-position: -136px 0px;
}
.rss_icon .alt_bg {
    background-position: -136px -27px;
}
.dribbble_icon .normal_bg{
    background-position: -102px 0px;
}
.dribbble_icon .alt_bg {
    background-position: -102px -27px;
} 
.pintrest_icon .normal_bg{
    background-position: -170px 0px;
}
.pintrest_icon .alt_bg {
    background-position: -170px -27px;
}
.vimeo_icon .normal_bg{
    background-position: -204px 0px;
}
.vimeo_icon .alt_bg {
    background-position: -204px -27px;
}
.youtube_icon .normal_bg{
    background-position: -238px 0px;
}
.youtube_icon .alt_bg {
    background-position: -238px -27px;
}
.yahoo_icon .normal_bg{
    background-position: -272px 0px;
}
.yahoo_icon .alt_bg {
    background-position: -272px -27px;
}
.flickr_icon .normal_bg{
    background-position: -306px 0px;
}
.flickr_icon .alt_bg {
    background-position: -306px -27px;
}

.facebook_team .normal_bg{
    background-position: -8px 0px;
}
.facebook_team .alt_bg {
    background-position: -8px -26px;
}
.twitter_team .normal_bg{
    background-position: -42px 0px;
}
.twitter_team .alt_bg {
    background-position: -42px -26px;
}
.dribbble_team .normal_bg{
    background-position: -77px 0px;
}
.dribbble_team .alt_bg {
    background-position: -77px -26px;
}

/* ==========================================================================
   Shortcodes
   ========================================================================== */
   
/* ======================
   Dropcap Shortcode 
   ====================== */

.dropcap-circle, .dropcap-letter, .dropcap-icon{
    float: left;
    text-transform: uppercase;
}

.dropcap-circle, .dropcap-letter{
    margin-right: 5px;
}
.dropcap-circle{
     background: #3daed8; 
    border-radius: 18px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    padding: 10px 12px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
}
.dropcap-letter{
    color: #666;
    font-size: 30px;
    padding: 7px 7px;
}

/* Title with Icon Shortcode  */

.dropcap-icon{
    background-repeat:no-repeat;
    margin-right: 15px;
    padding: 22px 22px;
}
.small-icon{
    padding-left: 20px;
}


/* ======================
    Highlight Shortcode
   ====================== */ 
.highlight{
    color: #fff;
    padding: 3px;
}

/* ======================
    Accordian Shortcode
   ====================== */ 
   
.ui-accordion {
    padding-top: 8px;
}
.accordion_content {
    display: none;
    padding: 0px 10px 10px 47px;
}
h3.ui-accordion-header{
    font-size: 13px;
    line-height: 27px;
    padding: 0 10px 0 47px;
}

   
   
/* ======================
    Tabs Shortcode
   ====================== */ 
.ui-tabs{
    padding-top: 4px;
}
ul.tabs {
    display: block;
    margin: 0;
    padding: 0;
    zoom: 1; 
}
ul.tabs li {
    width: auto;
    display: block;
    height: 36px;
    float: left;
    margin: 0px 5px 0px 0px;
    padding: 0;
}
ul.tabs li a {
    width: auto;
    display: block;
    font-size: 14px;
    line-height: 35px;
    margin: 0;
    padding: 0 54px;
    text-decoration: none;
}
ul.tabs li a.active {
    border-width: 1px 1px 0 1px;
    cursor: default;
    padding: 6px 10px;
    position: relative;
    margin: 0 0 0 -1px;
    top: -4px;
}
.pane{
    padding: 15px;
}
.pane p:last-child{
    margin-bottom: 0;
}
.tabs-content {
    list-style: none;
    padding: 0px;
}
.tabs-content .pane { 
    display:none; 
}
.tabs-content .active{ 
    display: block;
}
ul.tabs:before,
ul.tabs:after {
    width: 0;
    height: 0; 
    clear: both;
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
}

   
/* ==========================
    Blockquote Shortcode
   ========================== */
.blockquote { padding-left: 45px; }

/* ======================
    Testimonial Slider
========================*/

.testimonial_container {
    list-style: none !important;
    margin: 0px;
    padding-left: 0;
    z-index: 2;
}
.testimonial{
    padding: 40px 135px 10px 35px;
}
.testimonials_thumbnail {
    width: 150px;
    height: 150px;
    z-index: 1;
    background-position: center;
}
.testimonials_content_container, .testimonial_two_content {
    font-style: italic;
}

.testimonial_two_content p{
    width:200px;
}
.testimonial_two_content{
    margin-bottom: 10px;
}
.testimonial_two_author{
    font-style: italic;
}

/* ======================
    Skills Bar
========================*/

.skill_container{
    width:100%;
    padding-top: 15px;
    position:relative;
}
#skill { 
    list-style:none; 
    padding: 0;
}
#skill li { 
    height: 24px;
    margin-bottom: 35px;
    position: relative;
}
#skill li label { 
    position:relative; 
    top:-20px;
}
.expand { 
    height:24px;
    position:absolute;
    top: 0;
    left: 0;
}

/* ======================
    Meet the team
========================*/
.team-img{width:30%; margin-right: 10%;}
.team-img .image_circle {
	width: 93px;
	height: 93px;
}
.team-details{ width:60%; padding-top:10px; }


.team-img img {
    border-radius: 50%;
}
.designation{
    font-size: 11px;
    font-style: italic;
    margin-bottom: 10px;
}

/*Services */

.large_title_icon{
    text-align: center;
}
h4.title_icon{
    line-height: 40px;
}

/*Contact */

.contact-information{
    padding:100px 40px 20px;
    line-height: 23px;
}
.address, .email, .phone{
    padding-left: 40px;
    margin-bottom: 10px;
}
.contact_sep{
    padding-right: 10px;
}
.relative {
	position: relative;
}
.contact_loader {
	display: inline-block;
	width: 25px;
	height: 25px;
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	margin-left: 65px;
}
/* ======================
    Portfolio Start
========================*/
html,body {
	height: 100%;
}
#main.container.full-width {
	margin-left: 0px;
}
.container.full-width {
	width: 100%;
}
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	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:      -o-transform, 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;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}
.portfolio_container {
	margin: 0 auto;
}
body.no-filters header.header {
	margin-bottom: 60px;
}
body.page-template-circle-portfolio-php header,.page-template-full-width-centered-portfoio-php header {
	margin-bottom: 10px;
}
.categorys_list_container {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	height: 43px;
	margin-bottom: 10px;
}
.categorys_list {
	height: 44px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.filters_controller {
	width: 36px;
	height: 44px;
	cursor: pointer;
	position: relative;
}
.filters_controller span {
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
}
.filters_lists {
	padding: 11px 5px 10px 5px;
}
.filters_lists span {
	padding: 10px;
	cursor: pointer;
}
.filters_lists span.current_choice {
	cursor: default;
}
.Portfolio_pagination {
	text-align: center;
}
.Portfolio_pagination .pagination {
	display: inline-block;
	zoom: 1;
}
.Portfolio_pagination .pagination a,.Portfolio_pagination .pagination span.current {
	padding: 3px 11px;
	margin-right: 20px;
	display: inline-block;
	zoom: 1;
}
.element {
	width: 265px;
	height: 141px;
	margin: 0px 52px 60px 52px;
	float: left;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	display: block;
}
.portfolio_container_wrap.circle_portfolio.large_circle .portfolio_container .element.circle {
	width: 187px;
	height: 187px;
}
.portfolio_container_wrap.circle_portfolio.small_circle .portfolio_container .element.circle {
	width: 156px;
	height: 156px;
}
.element.circle {
    /*-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;*/
	overflow: hidden;
}
.portfolio_container_wrap.rectangle_portfolio.large_rect .portfolio_container .element.rect {
	width: 266px;
	height: 142px;
}
.portfolio_container_wrap.rectangle_portfolio.small_rect .portfolio_container .element.rect {
	width: 230px;
	height: 122px;
}
.portfolio_container_wrap.rectangle_portfolio.large_rect .portfolio_container .element.rect .rect_image_overlay {
	width: 260px;
	height: 136px;
}
.portfolio_container_wrap.rectangle_portfolio.small_rect .portfolio_container .element.rect .rect_image_overlay {
	width: 224px;
	height: 116px;
}
.portfolio_container_wrap.rectangle_portfolio .portfolio_container .element.rect .rect_image_overlay {
	margin-top: 3px;
	margin-left: 3px;
	overflow: hidden;
	zoom: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
}
.element_border_overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
}
.image_overlay {
	width: 96%;
	height: 96%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 2%;
	left: 2%;
	text-align: center;
}
.element_title {
	text-align: center;
	position: absolute;
	display: block;
	width: 100%;
	bottom: 3px;
	margin-bottom: 0px;
	color: #444;
	text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
	filter: inherit; /* IE8 */
}
.element_overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
	 zoom: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
html.csstransitions .element .element_overlay {
	zoom: 1;
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
html.csstransitions .element:hover .element_overlay {
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
html.csstransitions .element_border_overlay {
	-webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}
html.csstransitions .element:hover .element_border_overlay { 
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg); 
    -o-transform:rotate(45deg);
}
.carousel_bar_area {
	position: absolute;
	bottom: 100px;
	min-width: 33%;
	width: 300px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	text-align: center;
	min-height: 35px;
	display: block;
	padding-top: 25px;
}
.carousel_bar_wrap {
	position: absolute;
	bottom: -300px;
	max-width: 100%;
	margin: 0 auto;
	right: 0px;
	left: 0px;
}
.elastislide-wrapper,.elastislide-carousel {
	display: inline-block;
	max-width: 90%;
	zoom: 1;
}
.carousel_bar {
	position: relative;
}
.portfolio_infinite_scroll_loader {
	display: none;
	position: absolute;
	width: 100%;
	text-align: center;
}
.thumbnail_loader {
	display: none;
	position: fixed;
	z-index: 100;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: -25px;
}
/* The gallery overlay */
#galleryOverlay {
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:100;
	overflow:hidden;
	display:none;
	position: absolute;
}

/* This class will trigger the animation */
#gallerySlider{
	height:100%;
	left:0;
	top:0;
	width:100%;
	white-space: nowrap;
	position:absolute;
}
#gallerySlider .placeholder{
	height: 100%;
	line-height: 1px;
	text-align: center;
	width:100%;
	display:inline-block;
	*display: inline;
	zoom: 1;
}
#gallerySlider .placeholder:before{
	content: "";
	display:inline-block;
	*display: inline;
	zoom: 1;
	height: 50%;
	width: 1px;
	margin-right:-1px;
}
#gallerySlider.centered_screen_slider .placeholder img{
	display: inline-block;
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
}
#gallerySlider.centered_screen_slider .placeholder {
	vertical-align: top;
}
#gallerySlider.full_screen_slider .placeholder {
	position: relative;
}
#gallerySlider.full_screen_slider .placeholder img{
	-webkit-backface-visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	display: block;
}
#gallerySlider.rightSpring{
	-moz-animation: rightSpring 0.3s;
	-webkit-animation: rightSpring 0.3s;
}
#gallerySlider.leftSpring{
	-moz-animation: leftSpring 0.3s;
	-webkit-animation: leftSpring 0.3s;
}
/* Firefox Keyframe Animations */
@-moz-keyframes rightSpring{
	0%{		margin-left:0px;}
	50%{	margin-left:-30px;}
	100%{	margin-left:0px;}
}

@-moz-keyframes leftSpring{
	0%{		margin-left:0px;}
	50%{	margin-left:30px;}
	100%{	margin-left:0px;}
}
/* Safari and Chrome Keyframe Animations */
@-webkit-keyframes rightSpring{
	0%{		margin-left:0px;}
	50%{	margin-left:-30px;}
	100%{	margin-left:0px;}
}
@-webkit-keyframes leftSpring{
	0%{		margin-left:0px;}
	50%{	margin-left:30px;}
	100%{	margin-left:0px;}
}
/* Arrows */
.slider_controls {
	position: absolute;
	top: 50%;
	right: 10px;
    margin-top: -120px;
}
#prevArrow,#nextArrow,.gallery_close,.gallery_information,#tf_prev,#tf_next,.gallery_content_close,.gallery_prev,.gallery_next {
	border:none;
	text-decoration:none;
	cursor:pointer;
	display: block;
	width:50px;
	height:50px;
	margin-bottom: 10px;
	position: relative;
	zoom: 1;
}
.gallery_content_close,.gallery_prev,.gallery_next {
	width: 57px;
	height: 57px;
}
#prevArrow span,#nextArrow span,.gallery_close span,.gallery_information span,#tf_prev span,#tf_next span,.gallery_content_close span,.gallery_prev span,.gallery_next span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
}
.gallery_content_close span,.gallery_prev span,.gallery_next span {
	width: auto;
	height: auto;
}
.gallery_content_close span {
	padding: 17px 12px;
}
.gallery_prev span {
	padding: 17px 16px;
}
.gallery_next span {
	padding: 17px 15px;
}
.visit-site a{
	padding: 4px 10px;
}
.gallery_content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	background: #000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.gallery_content_area {
	position: absolute;
	top: 30%;
	width: 50%;
	margin: 0 auto;
	margin-top: -80px;
	right: 0px;
	left: 0px;
}
.gallery_content_area .post-excerpt {
	height: 200px;
}
.gallery_content_close {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	display: block;
	z-index: 10;
}
.gallery_prev,.gallery_next {
	position: absolute;
	top: 20px;
	cursor: pointer;
	display: block;
	z-index: 10;
}
.gallery_prev {
	right: 140px;
}
.gallery_next {
	right: 80px;
}
.background_animate.disabled span.alt_bg {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
	filter: alpha(opacity=0) !important;
	-moz-opacity:0 !important;
	-khtml-opacity: 0 !important;
	opacity: 0 !important;
}
.background_animate.disabled {
	cursor: default;
}
.opacity_none,.background_animate.disabled span.alt_bg {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.fluid-width-video-wrapper {
	display: inline-block;
	zoom: 1;
	width: auto;
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	padding-top: 50% !important;
}
.slides .fluid-width-video-wrapper{
    width: 100%;
}
#gallerySlider.full_screen_slider .fluid-width-video-wrapper {
	width: 100%;
	padding-top: 50%;
}
.preloader {
	width: 50px;
	height: 50px;
	margin: 0 auto;
}
.gallery_sharing_buttons {
	position: absolute;
	top: 40px;
	left: 20px;
}
.gallery_next, .gallery_prev , .gallery_content_close{
    font-style: italic;
}
.gallery_next.disabled span.normal_bg, .gallery_prev.disabled span.normal_bg{
    color: #656565;
}

@media only screen and (max-width: 1024px) {
    #main{
        margin:0 auto 60px;
    }
    #header-wrap{ min-width: 300px; }

    #navigation{ 
        position: relative;
        height: 41px;
        width: 31px;  
        cursor: pointer; 
        float:right;
        margin-top: 8px;
        padding-right: 60px;
        line-height: 40px !important;
        z-index: 1000000;  
    }
    #header-full #navigation{
        padding-right: 30px;
    }
    #menu{
        position: absolute;
        top:100%;
        right:0;
        width: 200px;
        display: none;
        z-index: 100;
    }
    #navigation ul li{
        width: 100%;
        float: none;
    }
    #navigation ul li a{
        width: 140px;
    }
    #menu li .sub-menu li a{
		padding:10px 30px;
	}
    #menu ul{
        display: block !important;
        position: static;
        margin: 0;
    }
    .container{
        width: 700px;
    }
    #sidebar-widgets, .wrap{
        float: none !important;
    }

    #sidebar-widgets .widget-wrap{
        padding-left: 44px;
        width: 256px;
        float: left;
        margin-right: 96px;
    }

    #sidebar-widgets .widget-wrap:last-child{
        margin-bottom: 0;
    }
    #sidebar-widgets .widget{
        display: block;
        position: static;
        height: auto !important;
    }
    #sidebar-widgets .widget-icon{
        position: absolute;
        left:0;
    }
    #paws-playlist{
        display: none;
    }
	.sub-menu {
		z-index: 1000;
	}
    .element {
        margin: 0px 40px 60px;
    }

}

/*      Mobile Layout: 320px.
        Gutters: 20px.
        Outer margins: 10px.
        Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3      4
px      60    140    220    300     */

@media only screen and (max-width: 767px) {

    .container{
        width:320px;
    }
    .container-small{ width: 320px; }
    #content, .center #content{
        padding: 30px 15px;
    }
    .one-third, 
    .one-fourth,
    .one-half,
    .two-third,
    .three-fourth,
    .container-small .one-third,
    .container-small .one-fourth,
    .container-small .one-half,
    .container-small .two-third,
    .container-small .three-fourth,
    .blog-thumb,
    .post-details,
    .post-details.no-thumb,
    #single-post-img-wrap,
    #single-post-details,
    #post-head-nav, 
    .center #page-title {
        width:290px;
        float: none;
    }
    #single-post-featured{
        float: none;
        margin-right: 0;
    }
    .blog-thumb, .post-details h3, #single-post-img-wrap{ text-align: center; margin-bottom: 20px; }
    article.blog-post{ margin-bottom: 40px; }
    .ring-overlay{ left:50%; margin-left: -90px; }
    #respond textarea{
        width: 270px;
    }


    #sidebar-widgets .widget-wrap{
        padding-left: 44px;
        float: none;
        margin-right: 0;
    }
    #sidebar-widgets .widget-wrap:last-child{
        margin-bottom: 0;
    }
    #sidebar-widgets .widget{
        display: block;
        position: static;
    }
    #sidebar-widgets .widget-icon{
        position: absolute;
        left:0;
    }
    .contact-information{
        padding:100px 35px 20px;
    }



    /*  Comments */

    .children{ padding-left:0% ; }
    .vcard, .children .vcard { width:25%; margin-right: 0; }
    .comment-content,.children .comment-content { width:70%; padding-left: 4%;}
    #footer-widgets{ width: 270px;}

    /* Shortcodes */

    .testimonial{
        padding-right: 110px;
    }
	
	/* Portfolio */
	.gallery_content_area {
		width: 80%;
	}
	.fluid-width-video-wrapper {
		padding-top: 60%;
	}
	.carousel_bar_area {
		display: none;
	}
	#gallerySlider.full_screen_slider .fluid-width-video-wrapper {
		width: 100%;
		padding-top: 50%;
	}

    .footer{
        line-height: 20px !important;
    }
    .copyright, .social_media, #footer-full .copyright, #footer-full .social-media{
        float: none;
    }
    .copyright{
        margin:10px 0px;
        font-size: 11px;
    }
    .social_media{
        margin-bottom: 10px;
    }
    .corner-footer .social_media{ margin-bottom: 0; }

    .page-template-full-screen-slider-php .copyright,  #footer .copyright{
        display: none !important;
    }
    .blog-thumb a,#single-post-img-wrap a {
		left: 50%;
		margin-left: -90px;
	}
	#single-post-img-wrap a {
		float: none;
	}
	.post-social-media li.icons-txt {
		float: none;
	}
    .gallery_sharing_buttons{
        display: none;
    }
    .gallery_content_area{
        top:40px;
        margin-top: 0;
    }
    .gallery_next, .gallery_prev , .gallery_content_close{
        top: 0;
    }
    .gallery_content_area .post-excerpt{
        height: 150px;
    }

}

@media only screen and (max-width: 320px) {
    .categorys_list_container{
        display: none;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.left{
    float:left;
}
.right{
    float:right;
}
.last{
    margin-right: 0 !important;
}
.clear{ clear: both; }
.margin-15{
    margin-bottom: 15px;
}
.margin-20{
    margin-bottom: 20px;
}
p, .margin-30{
    margin-bottom: 30px;
}
.no-margin{
    margin-bottom: 0;
}
.margin-60{
    margin-bottom: 60px;
}
.margin-40{
    margin-bottom: 40px;
}
.truncate {
    height: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.no-list-style{
    list-style: none;
}
/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
