/*
Theme name: CANO
Theme URI: http://www.designmd.net
Description: Portfolio Wordpress Theme.
Version: 1.0
Author: designmd
Author URI: http://www.designmd.net
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


/* #IMPORT CSS RESET
======================================================================================== */
@import url("css/reset.css");
@import url("css/prettyPhoto.css");
@import url("css/flexslider.css");


/* #BASIC STYLE
======================================================================================== */
.scroll{
    padding-bottom: 200px;
    padding-top: 93px;
}


/* #TYPOGRAPHY
======================================================================================== */
ul{list-style: none;}
* p:last-child{margin-bottom: 0;}
strong{font-size: 14px;}
em{font-style: italic;}


/* #LINKS
======================================================================================== */
a{
    text-decoration: none;
    -webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}

/* #IMAGES
======================================================================================== */
img.scale{
    max-width: 100%;
    height: auto; 
}
.image{padding: 4px;}
.image.image2{
    padding: 0!important;
    -webkit-box-shadow:  none !important;
    -moz-box-shadow:  none !important;
    box-shadow: none !important;
}
#logo img{ max-width: 100% !important; max-height:60px;}

img.alignleft{margin-right: 15px;}
img.alignright{margin-left: 15px;}
img.aligncenter{
    margin: 0 auto 10px auto;
    display: table;
}

/* #VIDEO
======================================================================================== */
.video-container, .map-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
    width: 100%;
}

.video-container iframe,  
.video-container object,  
.video-container embed,
.map-container iframe
 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* #CLEAR & LAST $ ALIGN
======================================================================================== */
.alignleft{float: left;}
.alignright{float: right;}
.aligncenter{text-align:center;}

.last{
	margin-right: 0 !important;
	margin-bottom: 0 !important; 
    border-bottom: none! important;
    padding-bottom: 0 !important;
}

.clearfix:after, #footer li:after {
	content:  ".";
	display:  block;
	height:  0;
	clear:  both; 
	visibility:  hidden;
}
.clearfix{display:  inline-block;}
.clearfix{display:  block;} 
.clear{clear:both;}



/* #HEADER
======================================================================================== */
#header{
    width: 100%;
    height: 94px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
}
.header{
    width: 100%;
    height: 93px;
    position: relative;
    z-index: 1000;
    display: none;
}

#left{
    float: left;
    height: 94px;
    width: 219px;
    padding: 0 0 0 9999px;
    margin: 0 0 0 -9999px;
}

#right{
    float: right;
    height: 93px;
    width: 741px;
    padding: 0 9999px 0 0;
    margin: 0 -9999px 0 0;
}

    /* #LOGO
    ======================================================================================== */
    #logo{
        float: left;
        display: block;
        margin-top: 22px;
    }
      
    /* #MENU
    ======================================================================================== */
    #menu{
        float: right;
        padding-top: 33px;
        margin-left: 0px;
	padding-right:10px;
    }
    
    #menu li{
        float: left;
        line-height: 16px;
        margin-left: 20px;
	
    }
    #menu a{
        display: block;
        text-transform: uppercase;
    }


/* #MESSAGE
======================================================================================== */
#message{
    margin-bottom: 30px;
    padding: 30px 0;
    text-align: center;
}
#message p{margin-bottom: 0;}


/* #SERVICES
======================================================================================== */
.services p{
    margin-bottom: 0;
    font-size: 12px;
margin-top:10px;
}
.services .alignleft{width: 60px;}
.services .alignright{width: 157px;}
.services h3{
    font-size: 16px;
    margin-bottom: 8px;
}


/* #SLIDER
======================================================================================== */
.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1980px;
	height: 600px;
	margin: 0 auto;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 100%;
}
.ei-title{
	position: absolute;
	right: 50%;
	margin-right: 4%;
	top: 45%;
}
.ei-title h2, .ei-title h3{
	text-align: right;
}
.ei-title h2{
	font-size: 25px;
	line-height: 23px;
	color: #fff;
    padding: 10px 20px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #e66f00;
    display: inline-block;
    margin-bottom: 0;
}
.ei-title h3{
	position: absolute;
	right: 10%;
	font-size: 15px;
	line-height: 15px;
    text-transform: uppercase;
	color: #fff;
    padding:10px 20px;
    background-color: #262323;
    display: inline-block;
}
.ei-slider-thumbs{
	height: 7px;
	margin: 0 auto;
	position: relative;
    margin-top: -25px;
    z-index: 9000;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: #000;
	background: #1c1c1c;
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #666 ;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
	background-color: #dc3f35;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 7px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}




/* #PAGE TITLE
======================================================================================== */
.page-title{
    padding: 30px 0;
    margin-bottom: 50px;
    width: 100%;
}
.page-title.single{
    margin-top: 94px;
    margin-bottom: 0;
}
.ptitle{
    float: left;
}
.ptitle h2{
    font-weight: 700;
    margin-bottom: 0;
    font-size: 24px;

    text-transform: uppercase;
}
.ptitle p{
    margin-bottom: 0;
    font-size: 11px;
}


/* #BLOG PAGE
======================================================================================== */

    /* #blog categories
    ======================================================================================== */
    .bogcat ul{float: right;}
    .bogcat li{
        float: left;
        margin-right: 25px;
        padding-top: 8px;
    }
    
    
    /* #blog new post
    ======================================================================================== */
    .new-post{
        margin-bottom: 45px;
        padding-bottom: 45px;
    }
    .new-post img{
        float: left;
        margin-right: 30px;
    }
    .new-post h2{
        font-size: 20px;
        margin-bottom: 0px;
    }
    .new-blog-post{padding: 25px;}

    
    /* #blog post
    ======================================================================================== */
    .blog-post{
        margin-bottom: 45px;
        padding: 15px;
    }
    .blog-post img{
        float: left;
        margin-right: 15px;
    }
    
    .blog-post h2{
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 0px;
        margin-bottom: 3px;
    }
    .blog-post .blog-meta, .blog-single-post .blog-meta{
        margin-bottom: 10px;
        line-height: 18px;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }
    
    /* #Blog single
    ======================================================================================== */
    .blog-single-post{
        padding: 25px;
    }
    
    
    
/* #PORTFOLIO
======================================================================================== */
.pportfolio{
    width: 968px;
    margin-bottom: 22px;
}

.portfolio-filtrable li{
    float: left;
    margin: 0 8px 8px 0;
    overflow: hidden;
    width: 222px;
    height: auto;
    position: relative;  
    padding: 5px 5px 10px 5px;
    line-height: 0;
    text-align: center;
}

.portfolio-filtrable li img{margin-bottom: 20px;}

.portfolio-filtrable li p{margin-bottom: 15px;}

.portfolio-filtrable  a{
    display: none;
    text-indent: -9999px;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 105px;
    margin-top: -14px;
}

.pportfolio a.view{
    left: 50%;
    margin-left: -35px;
    background: url('images/img-view.png');
}
.pportfolio a.load{
    right: 50%;
    margin-right: -35px;
    background: url('images/img-link.png');
}
.pportfolio a:hover{background-position: 0 -28px;}

.p-nav{
    margin-bottom: 15px;
    text-align: right;
}
.p-nav a{
    display: inline-block;
    margin-left: 5px;
    width: 22px;
    height: 22px;
}
.p-nav a.close-portfolio{background: url('images/close.png') no-repeat;}
.p-nav span.p-next a{background: url('images/next.png') no-repeat;}
.p-nav span.p-prev a{background: url('images/prev.png') no-repeat;}

.hide_title_cat img{margin-bottom: 0!important;}
.hide_title_cat{padding: 5px !important;}



.pcategories{float: right;}
.pcategories li{
    float: left;
    margin-left: 25px;
    padding-top: 8px;
}


    /* #portfolio single post
    ======================================================================================== */
    .p-single{
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .p-meta{
        margin: 15px 0 25px 0;
        padding-bottom: 15px;
    }
    .p-meta li{
        float: left;
        margin-right: 15px;
        font-size: 11px;
    }
    
    .p-left{
        float: left;
        width: 680px;
    }
    .p-right{
        float: right;
        width: 250px;
    }
    
    
/* #TEAM
======================================================================================== */
.team p{margin-bottom: 2px;}
.team img{margin-bottom: 10px;}



/* #SOCIAL
======================================================================================== */
.social ul{
    display: table;
    margin: 0 auto;
}
.social li{
    float: left;
    margin-right: 15px;
}
.social a{
    display: block;
    width: 49px;
    height: 50px;
}
.social a.facebook{background: url('images/social/facebook.png');}
.social a.twitter{background: url('images/social/twitter.png');}
.social a.vimeo{background: url('images/social/vimeo.png');}
.social a.youtube{background: url('images/social/youtube.png');}
.social a.skype{background: url('images/social/skype.png');}
.social a.dribbble{background: url('images/social/dribbble.png');}
.social a.digg{background: url('images/social/digg.png');}
.social a.delicious{background: url('images/social/delicious.png');}
.social a:hover{margin-top: -5px;}

   
   
/* #CONTACT FORM
======================================================================================== */   
.wpcf7 textarea{
    width: 693px;
    padding: 10px;
}
.wpcf7 p.alignleft{
    width: 227px;
    margin-right: 15px;
}
.wpcf7 p.alignleft input{
    width: 207px;
    padding: 10px;
}
label.error{
    color: #dc3f35;
    font-size: 11px;
}

.wpcf7 input.error,
textarea.error {border: 1px solid #ff3f3f;}


   
    
/* #PAGINATE
======================================================================================== */
.paginate {padding-top: 30px;}
.paginate ul{float: right;}
.paginate li{
    float: left;
    margin-right: 10px;
}
.paginate a{
    display: block;
    padding: 1px 7px;
    border-radius: 3px;
}



/* #CLIENTS
======================================================================================== */
.clients{width: 475px;}
.clients img{
    margin: 0 3px 1px 0;
    line-height: 0;
    -webkit-box-shadow:  0px 1px 2px 0px #c7c7be;
    -moz-box-shadow:  0px 1px 1px 0px #c7c7be;
    box-shadow:  0px 1px 2px 0px #c7c7be;
}



/* #SKILL
======================================================================================== */
.skill{
    width: 100%;
    height: 30px;
    margin-bottom: 18px;
    border-radius: 5px;
    
}
.skill div{
    line-height: 30px;
    border-radius: 5px;
}
.skill span{padding: 0 15px;}


/* #BLOG SINGLE
======================================================================================== */
.blog-single h1{margin-bottom: 5px;}
.blog-single img{margin-bottom: 15px;}
.blog-single .blog-meta{
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px dotted #c4c4c4;
}

    /* #comments
    ======================================================================================== */
    ul.children{
    margin-left:89px;
    }
    .avatar{
        width:69px;
        height: 70px;
        float: left;
        margin-right:20px;
        text-align: center;
    }
    
    .comm-content{
         padding: 10px;
         margin-left:89px;
         margin-bottom:20px;
    }
    .comment-reply-link{
        display: block;
        margin-top: -10px;
    }
    
    .comm-meta{
        position: relative;
        margin-bottom: 8px; 
        padding-bottom: 10px; 
        font-size: 11px; 
    }
    .comment-reply-link{font-size: 11px;}
    
    /* #comments form
    ======================================================================================== */
    #commentform{
        margin-bottom:40px;
        margin-top:18px;
    }
    #commentform p{margin-bottom: 0;}
    #commentform .left{
        float: left;
        margin-right: 25px;
        width: 303px;
        margin-bottom: 10px;
    }
    
    #commentform textarea{
        width:938px!important;
        height:143px !important;
        border-radius:5px;
        padding:10px;
        overflow:hidden;
        margin-bottom:10px;
        font-size: 11px;
    }
    
    #commentform .left input{
        width: 278px;
        border-radius:5px;
        padding:10px;
        margin-top:5px;
        font-size: 11px;
    }
    .logged-in-as{margin-bottom: 5px !important;}


/* #SERVICES
======================================================================================== */
.pservices{
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
}
.pservices p{
    text-align: left;
}
/*.pservices h4{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
}*/
.pservices a {
	font-family: inherit;
}
.pservices h3 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f2f2f2;
}
.icon{margin: 0 0 15px 0;}


.new-post, .p-single{background: url('images/divider.png') repeat-x bottom;}
.divider{background: url('images/divider.png');}
.paginate{background: url('images/divider.png') repeat-x top;}
.p-meta{background: url('images/divider2.png') repeat-x bottom;}


/* #FOOTER
======================================================================================== */
#footer{font-size: 11px;}
#footer .wrapper{padding: 10px 0 10px 0;}
.footer-widget{
    margin-bottom: 15px;
    padding-top: 15px;
    display: none;
}
.copyright p{
    float: left;
    margin-bottom: 0;
}
.copyright a{
    float: right;
    display: block;
    width: 28px;
    height: 27px;
    text-indent: -9999px;
    border-bottom: none !important;
    background: url('images/footer-bt.png') no-repeat;
}
.copyright a.close-footer{background-position: 0 -27px;}



    /* #TWITTER
    ======================================================================================== */
    .tweet img{
        float: left;
        margin-right: 10px;
    }
    .tweet li{
        margin-bottom:7px;
		padding-bottom:7px;
		background:url(images/footer-li-divider.jpg) repeat-x bottom;
    }
    
    /* #FLICKR
    ======================================================================================== */
    #flickr{width: 222px;}
    #flickr li{
        float: left;
        margin: 0 5px 0px 0;
    }
    #flickr a{border-bottom: none !important;}
    #flickr img{width: 61px;}


    /* #LATEST POST
    ======================================================================================== */
    ul.latest-post li{margin-bottom: 10px;}
    ul.latest-post li a{
        font-style: normal;
        font-family: 'Droid Sans', sans-serif;
    }
    ul.latest-post span{
        display: block;
        font-size: 10px;
        text-transform: uppercase;
    }
    
    
/* #SHORTCODES
======================================================================================== */

.button, 
.wpcf7-submit,
.form-submit #submit{
    padding: 5px 15px;
    border: none;
    color: #fff;
    font-size: 11px;
    border-radius: 3px;
}


    /* #DIVIDER
    ======================================================================================== */
    .divider{
        height: 5px;
        width: 100%;
        margin: 30px 0;
    }
    
        
    /* #Blockquote
    ======================================================================================== */
    blockquote, q{quotes:"""";}
    blockquote p{
   	    font-size:14px; 
        line-height: 22px;
    	margin:20px 0;
        padding: 7px 7px 7px 20px;
    }
    

    /* #ACCORDION
    ======================================================================================== */
    .acc-header{
    	cursor:pointer; 
    	position:relative; 
    	padding:10px;
    	margin-bottom:5px; 
    	-moz-border-radius:4px; 
    	-webkit-border-radius:4px;
        font-weight: 700;
        font-size: 14px; 
    }
    .acc-box{
    	margin-bottom:50px;
    	padding-bottom:50px;
    }
    .acc-box .acc-block{
        padding-right: 50px;
    }
    .acc-block{
        margin-bottom: 10px;
    }
    
    
    /* #TOGGLE
    ======================================================================================== */
    .toggle{
    	cursor:pointer; 
    	position:relative; 
    	padding:10px;
    	margin-bottom:5px;
        -moz-border-radius:4px; 
    	-webkit-border-radius:4px;
        font-weight: 700;
        font-size: 14px;  
    }
    .toggle span{
    	position:absolute; 
    	top:11px; 
    	right:5px; 
    	display:block; 
    	width:20px; 
    	height:20px; 
    	background:url(/images/toggle.png) no-repeat 0 0;
    }
    .toggle.active span{background-position:0 -20px;}
    .toggle-block{padding:0 10px 10px 10px;}
    
.wp-caption, .wp-caption-text, .sticky,
.gallery-caption, .bypostauthor{}

.twitter {
	display:inline-block;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
	background-image: url(/img/twitter.png);
	background-position: bottom;
}
.twitter:hover {
	background-position: 0 0;
}
.facebook {
	display:inline-block;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
	background-image: url(/img/facebook.png);
	background-position: bottom;
}
.facebook:hover {
	background-position: 0 0;
}
.gplus {
	display:inline-block;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
	background-image: url(/img/gplus.png);
	background-position: bottom;
}
.gplus:hover {
	background-position: 0 0;
}
.linkedin {
	display:inline-block;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
	background-image: url(/img/linkedin.png);
	background-position: bottom;
}
.linkedin:hover {
	background-position: 0 0;
}
.inst {
	display:inline-block;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
	background-image: url(/img/inst.png);
	background-position: bottom;
}
.inst:hover {
	background-position: 0 0;
}
#social a {
	margin-right:10px;
	-webkit-transition: all .0s linear;
	-moz-transition: all .0s linear;
	-o-transition: all .0s linear;
	-ms-transition: all .0s linear;
	transition: all .0s linear;
}
#social1 a {
	margin-right:5px;
	
	-webkit-transition: all .0s linear;
	-moz-transition: all .0s linear;
	-o-transition: all .0s linear;
	-ms-transition: all .0s linear;
	transition: all .0s linear;
}
#contact_text {
padding:10px;
width:324px;
max-width:81%;
}
#contact_drop {
padding:10px;
width:100%;
}


.email {
	display:inline-block;
	width: 25px;
	height: 25px;
	text-indent: -99999px;
	background-image: url(/img/email.png);
	background-position: bottom;
}
.email:hover {
	background-position: 0 0;
}
.twit {
	display:inline-block;
	width: 25px;
	height: 25px;
	text-indent: -99999px;
	background-image: url(/img/twit.png);
	background-position: bottom;
}
.twit:hover {
	background-position: 0 0;
}
.fb {
	display:inline-block;
	width: 25px;
	height: 25px;
	text-indent: -99999px;
	background-image: url(/img/fb.png);
	background-position: bottom;
}
.fb:hover {
	background-position: 0 0;
}
.gp {
	display:inline-block;
	width: 25px;
	height: 25px;
	text-indent: -99999px;
	background-image: url(/img/gp.png);
	background-position: bottom;
}
.gp:hover {
	background-position: 0 0;
}
.in {
	display:inline-block;
	width: 25px;
	height: 25px;
	text-indent: -99999px;
	background-image: url(/img/in.png);
	background-position: bottom;
}
.in:hover {
	background-position: 0 0;
}
.pin {
	display:inline-block;
	width: 25px;
	height: 25px;
	text-indent: -99999px;
	background-image: url(/img/pint.png);
	background-position: bottom;
}
.pin:hover {
	background-position: 0 0;
}
.jk {
	display:inline-block;
	width: 25px;
	height: 25px;
	text-indent: -99999px;
	background-image: url(/img/jk.png);
	background-position: bottom;
}
.jk:hover {
	background-position: 0 0;
}
.insta {
	display:inline-block;
	width: 25px;
	height: 25px;
	text-indent: -99999px;
	background-image: url(/img/insta.png);
	background-position: bottom;
}
.insta:hover {
	background-position: 0 0;
}
.we_sea {
	display:inline-block;
	width: 25px;
	height: 25px;
	text-indent: -99999px;
	background-image: url(/img/we_sea.png);
	background-position: bottom;
}
.we_sea:hover {
	background-position: 0 0;
}
.bio a {
margin:2px 2px 5px 0;
}
#area {
max-width:681px;
}
.bio_p {
line-height:15px;
font-size:11px;
height:150px;
}
.bio {
width:95%;
height:50px;
padding:10px;
margin:10px;
float:left;
background-color:#fafaf2;
box-shadow:0px 0px 2px #878787;

}
.bio img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 2px;
	box-shadow:1px 0px 1px #878787;
	width:160px;
}
.bio h3 {
	margin-top:7px;
	margin-bottom:3px;
	margin-left:7px;
}
.bio h5 {
	margin-top:2px;
	margin-bottom:7px;
	margin-left:7px;
}
#brand_logos img {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
#brand_logos {
	width:90%;
	margin-bottom:20px;
	margin-top:7px;
	overflow:auto;
}
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
  #plus {
	padding-top:23px;
}
}*/
#plus {
	float:right;
	font-size:46px;
	margin-top:-43px;
}
