/*
Theme name: MiniFolio
Theme URI: http://www.designmd.net
Description: Portfolio Wordpress Theme.
Version: 1.2
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 ====================*/
@import url("./reset.css");
@import url("./prettyPhoto.css");



/*==================== BASIC-STYLE ====================*/
html, body{
    width: 100%;
    height: 100%;
}
body{
    font-size:14px;
    line-height: 20px;
    min-width:980px;
    min-height: 620px;
}


/*========================= BACKGROUND ========================================*/
#bg{
    position: fixed;
    top:0;
    left:0;
    z-index: -1;
}
.bgwidth{width:100%;}
.bgheight{height:100%;}



/*========================= CLEAR & LAST ========================================*/
.last{
	margin-right: 0 !important;
	margin-bottom: 0 !important; 
}

.clearfix:after{
	content:  ".";
	display:  block;
	height:  0;
	clear:  both; 
	visibility:  hidden;
}
.clearfix{display:  inline-block;}
.clearfix{display:  block;} 
.clear{clear:both;}
.alignleft{float: left;}
.alignright{float: right;}


/*==================== TYPOGRAPHY ====================*/

h1,
h2,
h3,
h4,
h5,
h6{font-weight: 700;}

h1{
    line-height: 36px;
	margin-bottom: 13px;
}
h2{
    line-height: 18px;
	margin-bottom:16px;
}
h3{
    line-height: 16px;
	margin-bottom:12px;
}
h4{
    line-height: 14px;
	margin-bottom:10px;
}
h5{
    line-height: 12px;
	margin-bottom:8px;
}
h6{
    line-height: 10px;
	margin-bottom:6px;
}
p{margin-bottom: 20px;}



/*==================== LINKS ====================*/
a{
    text-decoration: none;
    font-size: 12px;
   	transition: color 0.1s linear;
	-moz-transition: color 0.1s linear; 
	-webkit-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
}


/*==================== LIST ====================*/
ol, ul{
    list-style: none;
}

/*==================== FORM =====================*/
textarea, input[type="text"]{
    color:#717171;
    font-size:11px;
}


/*==================== WRRAPER =====================*/
#wrapper{
    width: 960px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left:-480px;
    margin-top: -300px;
    -webkit-box-shadow: 0px 0px 13px 0px #000;
    -moz-box-shadow: 0px 0px 13px 0px #000;
    box-shadow: 0px 0px 13px 0px #000; 
}
.wrapper{
    width: 800px;
    height: 600px;
    float: right;
    position: relative;
    overflow: hidden;
}
.shadow-wrapper{
    height: 52px;
    width: 960px;
    position: absolute;
    bottom: -52px;
    background: url('../images/shadow-wrapper.png') no-repeat center top;
}

/*========================= SCROL ========================================*/
.scroll{
	width: 730px;
	height:540px;
	clear: both; 
    padding: 30px 30px 40px 30px;
}
.scroll .viewport {
	width: 730px;
	height:540px;
	overflow: hidden;
	position: relative;
}
.scroll .overview {
	width:730px; 
	list-style: none; 
	position: absolute; 
	left: 0; 
	top: 0; 
}
.overview ul{
	margin-bottom: 20px;	
	list-style:circle;
	margin-left:15px;
	background:url(../images/simplicity-design.png) no-repeat right;
}
.overview ul li{
	line-height:25px;
}
.scroll .scrollbar {
	position: relative; 
	float: right; 
	width: 0;
}
.scroll .track {
	height: 100%;
	width:1px; 
	position: relative; 
	margin-left:18px;
}
.scroll .thumb {
	height: 20px; 
	width: 7px; 
	cursor: pointer; 
	overflow: hidden; 
	position: absolute; 
	top: 0;
	margin-left:0;
}
.scroll .thumb .end {
}
.scroll .disable{ display: none; }	



.scroll-left{
	width:340px;
	height:540px;
	clear: both; 
    padding: 30px;
    float: left;
}
.scroll-left .viewport {
	width: 340px;
	height:540px;
	overflow: hidden;
	position: relative;
}
.scroll-left .overview {
	width:340px; 
	list-style: none; 
	position: absolute; 
	left: 0; 
	top: 0; 
}
.scroll-left .thumb .end,
.scroll-left .scrollbar {
	position: relative; 
	float: right; 
	width: 0;
}
.scroll-left .track {
	height: 100%;
	width:1px; 
	position: relative; 
	margin-left:27px;
}
.scroll-left .thumb {
	height: 20px; 
	width: 5px; 
	cursor: pointer; 
	overflow: hidden; 
	position: absolute; 
	top: 0;
	margin-left:7px;
}
.scroll-left .thumb .end {
}
.scroll-left .disable{ display: none; }



/*==================== SIDEBAR =====================*/

#sidebar{
    height: 570px;
    width:160px;
    float: left;
    padding-top: 30px;
    text-align: center;
    position: relative;
}

.home #sidebar{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

    /*LOGO*/
    #logo{
        display: block;
        line-height: 0;
        margin-bottom:30px;
    }


    /*MENU*/
    #menu > li{margin-bottom: 11px;}
    #menu li a{
        font-weight: 800;
        font-size: 14px;
        text-transform: uppercase;
    }
    #menu li a:hover,
    li.current-menu-item a{
        text-shadow: none !important;
    }
    #menu .sub-menu li{
		margin-top:7px;
	}
    #menu .sub-menu a{
        font-size: 13px;
        text-transform: none;
        font-weight: bold;
    }


 /*copyright*/
 .pi{
    position: absolute;
    bottom: 65px;
    text-align: center;
    width: 150px;
    line-height: 18px;
 }
 .copyright{
    position: absolute;
    bottom: 0px;
    text-align: center;
    font-size: 10px;
    width: 150px;
    line-height: 18px;
 }

/*==================== SLIDER =====================*/
#slider{
    width:960px;
    height:600px;
    float: left;
    position: relative;
}
.home .bx-wrapper{float: left !important;}
#slider img{
    float: left;
    width: 960px;
    height:600px;
}
.slider-content{width: 960px;}
.slider-content div{
    position: absolute;
    width: 700px;
    position: absolute;
    bottom: 0px;
    right: 79px;
}
.slider-content p{
    margin-bottom: 79px;
    line-height: 20px;
    color: #fff;
    text-align: right;
    text-shadow: 1px 1px 1px #292929;
    font-weight: bold;
	font-family:Allura;
	font-size:47px;
}
.slider-content div h2{
    padding: 15px;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    text-align: right;
    text-shadow: 1px 1px 1px #292929;
    text-transform: uppercase;
}


    /*SLIDER NAV*/
    .bx-window{
        height: 615px !important;
        width: 960px !important;
    }
    .home .bx-next, .home .bx-prev{
        display: inline-block;
        height:45px;
        width:43px;
        position: relative;
        z-index: 100;
        text-indent: -9999px;
        position: absolute;
        top: 50%;
        margin-top: -22px;
    }
    .home .bx-prev{
        left: 190px;
        background: url(../images/arrow_left.png) no-repeat;
    }
    .home .bx-next{
        right: 30px;
        background: url(../images/arrow_right.png) no-repeat;
    }
    .home .bx-pager{
        width:500px;
        margin-top:-40px;
        position: absolute;
        text-align: center;
        z-index: 100;
    }
    .home .bx-pager a{
        display: inline-block;
        height:13px;
        width:13px;
        padding:0 5px;
        text-indent: -9999px;
        background: url(../images/slider-nav.png) no-repeat;
    }
    
    .home .bx-pager a:hover, .bx-pager a.pager-active{
        background: url(../images/slider-nav-hover.png) no-repeat;
        background-position:0 -13px;
    }

/*==================== SLIDER PAGE =====================*/
div#slider-page{
    width:381px;
    height: 600px;
    position:relative;
    float: right;
} 
ul#slider-page{
    width:381px;
    height: 600px;
    position:relative;
} 
.bx-wrapper{float: right;}
#slider-page img{
    width:381px;
    height:600px;
}

.text-img .bx-prev,
.text-img .bx-next{
    position: absolute;
    width:43px;
    height:45px;
    display: inline-block;
    top:50%;
    margin-top:-21px;
    text-indent: -9999px;
    z-index: 1000;
}
.text-img .bx-prev{
    background:url(../images/arrow_left.png) no-repeat;
    left:20px;
}

.text-img .bx-next{
    background: url(../images/arrow_right.png) no-repeat;
    right:20px;
}



/*==================== PORTFOLIO =====================*/

/*Portfolio 1 Col*/
.photo-1col{
    width: 730px;
}
.photo-1col li {
    height: 250px;
    margin-right: 10px;
    margin-bottom: 30px;
    position: relative;
    padding-right: 15px;
}
.img-1col{
    position: relative;
    float: left;
    margin-right: 15px;
}
.photo-1col h2{padding-top: 15px;}
.photo-1col h2 a.p-link{
    font-size: 14px;
    font-weight: 600;
}
.photo-1col a.p-view{
    position: absolute;
    display: none;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    text-indent: -9999px;
    background: url('../images/portfolio-img.png');
}

.photo-1col .shadow-portfolio{
    display: block;
    position: absolute;
    bottom: -13px;
    left: 2px;
    height: 13px;
    width: 396px;
    background: url('../images/shadow770.png') no-repeat center bottom;
}





/*Portfolio 2 Col*/
.photo-2col{
    width: 762px;
}
.photo-2col li {
    padding: 15px;
    width: 320px;
    float: left;
    margin-right: 26px;
    margin-bottom: 30px;
    background-color: #fff;
    position: relative;
    border: 1px solid #f2f2f2;
}

.photo-2col img{margin: -15px 0 0 -15px;}
.img-2col{
    position: relative;
    float: left;
    margin-right: 15px;
}
.photo-2col p{margin-bottom: 10px;}
 a.p-view{
    position: absolute;
    display: none;
    width: 25px;
    height: 25px;
    top: 15px;
    right: 15px;
    text-indent: -9999px;
    background: url('../images/portfolio-img.png');
}

.photo-2col .shadow-portfolio{
    display: block;
    position: absolute;
    bottom: -13px;
    left: 0;
    height: 13px;
    width: 355px;
    background: url('../images/shadow364.png') no-repeat center bottom;
}



/*Portfolio 3 Col*/
.photo{
    width: 785px;
    padding-left: 2px;
}
.photo li {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    padding: 15px;
    width: 197px;
    float: left;
    margin-right: 20px;
    margin-bottom: 28px;
    background-color: #fff;
    position: relative;
    border: 1px solid #f2f2f2;
}
.photo p{
    margin-bottom: 10px;
    font-weight: normal !important;
 }
 .photo img{margin: -15px 0 0 -15px;}
.photo, .photo-2col h2{margin-bottom: 5px;}

.photo h2, .photo-2col h2{
    font-weight: 600;
}

.photo h2{margin-bottom: 10px;}
.photo a.p-view{
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    top: 15px;
    right: 15px;
    text-indent: -9999px;
    background: url('../images/portfolio-img.png');
    display: none;
}
.shadow-portfolio{
    display: block;
    position: absolute;
    bottom: -13px;
    left: 0;
    height: 13px;
    width: 227px;
    background: url('../images/shadow-p.png') no-repeat center bottom;
}

.p-cat{
    padding-right: 5px;
    text-transform: uppercase;
}
/*PORTFOLIO FILTRED*/
.menu-top{
    margin: 0 auto 0;
    margin-bottom:20px;
    position: relative;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    background-color:#f2f2f2;
    border: 1px solid #e7e7e7; 
}
.menu-top li{
    float: left;
    margin-right:5px;
}
.menu-top li a{
    display:inline-block;
    font-size: 10px;
    font-weight: 600;
    padding: 1px 10px;
    background-color: #d3d3d3;
    color: #fff;
    margin-left: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 1px 0px #b0b0b0;
    -moz-box-shadow: inset 0px 1px 1px 0px #b0b0b0;
    box-shadow: inset 0px 1px 1px 0px #b0b0b0; 
}

.menu-top a:hover, .menu-top a.active{
    background-color: #b0b0b0;
    color: #fff !important;
}

/*==================== SERVICE ====================*/
.s-block{
    padding: 15px 15px 0 15px;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.s-block-shadow{
    display: block;
    position: absolute;
    bottom: -13px;
    left: 0;
    height: 13px;
    width: 233px;
    background: url('../images/shadow-p.png') no-repeat center bottom;
}

.s-block .s-icon{
  

}
.s-block h3{
    text-transform: uppercase;
    font-size: 14px;
    width: 192px;
    margin:15px 0 15px -15px;
    padding: 10px 15px;
    background-color:#f2f2f2;
    border-top: 1px dotted #4A4A4A;
    border-bottom: 1px dotted #4A4A4A;
}
.s-block p{
    line-height: 18px;
}




/*==================== PAGE TITLE ====================*/
.page-title h2{
    font-size: 24px;
    float: left;
    text-transform: uppercase;
}


#crumbs{
    float: right;
    font-size: 10px;
}

#crumbs a{font-size: 10px;}

/*==================== BLOG ====================*/
.blog-masonry{
    position: relative;
    margin-bottom: 25px;
}
#blog{
    width: 800px;
    padding-left: 1px;
}


/*BLOG 1*/
#blog .blog-post{
    width: 225px;
    float:left;
    margin-right: 24px;
    margin-bottom: 24px;
    background-color: #fff;
    border: 1px solid #f2f2f2;

}
#blog div.blog-post-wrapper{
    padding:0 10px 10px 10px;
    background-color: #fff;
}

#blog div.blog-post h2.post-title{
    line-height: 14px;
    margin-bottom: 10px;
    text-shadow: none;
    padding: 0 15px;
}
#blog div.blog-post h2.post-title a{
    font-size: 12px;
}

#blog .blog-post .tagss{
    width: 195px;
    margin:15px 0 0 0px;
    padding: 10px 15px;
    background-color:#f2f2f2;
    border-top: 1px solid #e7e7e7; 
}
.tagss a{
    background: -moz-linear-gradient(center top , #F7F7F7 0px, #EBEBEB) repeat scroll 0 0 transparent;
    border-color: #E1E0E0 #CBCBCB #c4c4c4;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #777777;
    font-size: 9px;
    padding: 3px 5px;
    text-shadow: 0 1px 0 #fff;
    margin-left: 5px;
}

.tagss a:hover{
    background: -moz-linear-gradient(center top , #EBEBEB 0pt, #F7F7F7) repeat scroll 0 0 transparent;
}

#blog .blog-shadow{
    width: 225px;
    display: block;
    position: absolute;
    bottom: -13px;
    left: 2px;
    height: 13px;
    background: url('../images/shadow225.png') no-repeat center bottom;
}

#blog .blog-post .meta{
    margin-top: -6px;
    padding: 5px 15px;
    background-color:#f2f2f2;
    border-bottom: 1px solid #e7e7e7; 
}

.meta{
    margin-bottom: 10px;
    line-height: 16px;
    font-size: 10px;
}
.meta a{
    font-size: 9px;
    color: #8d8d8d;
}


.blog-content{
    margin-top: 7px;
    line-height: 18px;
    padding: 0 15px;
}




/*BLOG 2*/
#blog .blog-post2{
    width: 318px;
    float:left;
    margin-right: 29px;
    margin-bottom: 29px;
    padding:10px 15px 0px 15px;
    position: relative;
    background-color: #fff;
    border: 1px solid #f2f2f2;
}
#blog .blog-post2 img{
    float: left;
    margin-right: 15px;
}
#blog .blog-post2 h2{
    margin-bottom: 1px;
    text-shadow: none;
}
.blog-post2-shadow{
    display: block;
    position: absolute;
    bottom: -13px;
    left: 0;
    height: 13px;
    width: 348px;
    background: url('../images/shadow348.png') no-repeat center bottom;
}

#blog .blog-post2 .tagss{
    width: 318px;
    margin:15px 0 0 -15px;
    padding: 10px 15px;
    background-color:#f2f2f2;
    border-top: 1px solid #e7e7e7; 
}


/*==================== CONTACT FORM ====================*/

#contact-form input[type=text]{
    width:200px;
    height:28px;
    border: 1px solid #d8d7d7;
    border-radius:7px;
    margin-right: 15px;
    background-color:#fff;
    margin-bottom:-10px;
    padding: 0 5px;
}
textarea{
    width:316px!important;
    height: 110px !important;
    border: 1px solid #d8d7d7;
    border-radius:8px;
    padding: 10px;
    overflow: hidden;
    background-color:#fff;
    overflow:auto;
}
#contact-form p{
    margin-bottom: 15px;
    position: relative;
}

#contact-form .alignleft{float: left; margin-bottom: 15px;}
#contact-form .alignright{float: right; margin-bottom: 15px;}
#contact-form span{ color:#F03;}

label.error{
    display: none !important;    
}

#contact-form input.error,
textarea.error {border: 1px solid #ff3f3f;}

#progress{
		padding:10px;
		border:1px solid #4eaa77;
	}
	#progress p{margin-bottom:0 !important;}



/*========================= GOOGLE MAP ========================================*/
.map{
    width:381px;
    height:600px;
    float:right;
}


/*==================== SINGLE =====================*/

.single-post .single-image{
    border: 2px solid #fff;
    box-shadow: 1px 1px 1px #717171;
    margin-bottom: 15px;
}
.img-post{
    padding: 5px;
    margin-left: 2px;
    margin-bottom: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 1px 0px #c5c5c5;
    -moz-box-shadow: 0px 1px 1px 0px #c5c5c5;
    box-shadow: 0px 1px 1px 0px #c5c5c5; 
}

/*==================== COMENT =====================*/
ul.children{
    margin-left:89px;
}
.avatar{
    width:69px;
    height: 70px;
    float: left;
    margin-right:20px;
    text-align: center;
}

.comm-content{
     background-color:#fff;
     padding: 10px;
     border: 1px solid #f4f4f4;
     margin-left:89px;
     margin-bottom:20px;
}
.comment-reply-link{
    display: block;
    font-size: 11px;
    margin-top: -10px;
}

.comm-meta{
    border-bottom: 1px solid #d1d1d1;
    position: relative;
    color: #909090;
    margin-bottom: 8px; 
    padding-bottom: 10px;  
}


/*==================== COMMENTS FORM =====================*/
#commentform{
    width:596px;
    margin-bottom:10px;
    margin-top:18px;
}
#commentform p{margin-bottom: 0;}
#commentform .left{
    float: left;
    margin-right: 25px;
    width: 182px;
    margin-bottom: 10px;
    color:#717171 ;
}

#commentform textarea{
    width:577px!important;
    height:143px !important;
    border:1px solid #f2f2f2;
    border-radius:5px;
    padding:10px;
    overflow:hidden;
    margin-bottom:10px;
    background-color:#fff;
}

#commentform .left input{
    width: 162px;
    border: 1px solid #f2f2f2;
    border-radius:5px;
    padding:10px;
    margin-top:5px;
    background-color:#fff;
}
.logged-in-as{margin-bottom: 5px !important;}

/*==================== PORTFOLIO SINGLE PHOTO =====================*/
#single-nav a{
        display: inline-block;
        height:13px;
        width:13px;
        background: url(../images/slider-nav.png) no-repeat;
    }
    
#single-nav li a:hover{
    background: url(../images/slider-nav-hover.png) no-repeat;
    background-position:0 -13px;
}

#single-nav li{
    float: left;
    margin-right:4px;
    height: 13px;
    width: 13px;
}

#single-nav{
    position:absolute;
    left:20px;
    bottom:37px;
}
    
ul#slider-portfolio{
    width:815px;
    height: 600px;
    position:relative;
} 

.single-portfolio  .bx-next, .single-portfolio .bx-prev{
    display: block;
    height:28px;
    width:28px;
    position: absolute;
    z-index: 100;
    text-indent: -9999px;
    position: absolute;
    bottom: 30px;
}
.single-portfolio .bx-prev{
    left: 40px;
    background: url(../images/portfolio-single-arrow11.png) no-repeat;
}
.single-portfolio .bx-next{
    left: 80px;
    background: url(../images/portfolio-single-arrow22.png) no-repeat;
}

.single-video iframe{
    position: relative;
    z-index: 1;
}
/*==================== PORTFOLIO INFO =====================*/
.portfolio-info{
    top:0;
    right:-274px;
    width:234px;
    height: 560px;
    padding: 20px;
    z-index: 1000;
    position:absolute;
    background-color:#fff;
}

.portfolio-meta li{font-size: 10px;}
.portfolio-meta span{font-weight: bold;}

.close-info{
    top: 50%;
    left:-37px;
    width:37px;
    height:41px;
    margin-top:-20px;
    display: inline-block;
    position:absolute;
    background: url(../images/portfolio-single-close.png) no-repeat;
}
.open-info{
    top: 50%;
    left:-37px;
    width:37px;
    height:41px;
    margin-top:-20px;
    display: inline-block;
    position:absolute;
    background: url(../images/portfolio-single-open.png) no-repeat;
}

.info-bottom{
    width: 234px;
    height:55px;
    position: absolute;
    bottom: 30px;
    background: url(../images/divider.png) repeat-x left top; 
}


.info-bottom span.info-left a,
.info-bottom span.info-right a{
    width:28px;
    height:28px;
    text-indent: -9999px;
    float: left;
    margin-top:25px;
    background: url(../images/portfolio-single-arrow1.png) no-repeat;
}

.info-bottom span.info-left a{
    float: left;
    background: url(../images/portfolio-single-arrow1.png) no-repeat;
}

.info-bottom span.info-right a{
    float:right;
    background: url(../images/portfolio-single-arrow2.png) no-repeat;
}

    /*= SPAN =*/
    .bold{
        font-weight: bold !important;
    }
    .portfolio-info .meta{
        font-weight: normal;
    }
    .uppercase{
        text-transform: uppercase;
    }


.shadow{
    position: absolute;
    display: block;
    top: 0;
    left: -8px;
    height: 307px;
    width: 8px;
    background-image: url('../images/shadow.png');
}


/*========================= GALLERY ========================================*/
.gallery{width: 800px;}
.gallery-img{
    line-height: 0;
    margin:0 11px 11px 0;
    float: left;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    position: relative;
}
.gallery-shadow{
    display: block;
    position: absolute;
    bottom: -10px;
    left: 2px;
    height: 10px;
    width: 143px;
}

/*========================= PAGINATION ========================================*/
.pagination {
clear:both;
position:relative;
font-size:10px;
padding-top: 0px;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 5px 2px 0;
padding:0 7px;
height: 20px;
line-height: 20px;
text-decoration:none;
width:auto;
color:#fff;
font-size: 10px;
background: #555;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; 
}

.pagination a:hover{
color:#fff;
}

.pagination .current{
background: #f2f2f2;
color:#323232;
}



/*========================= SOCIAL ========================================*/
.social{
    position: absolute;
    right: -30px;
    top: 0px;
}
.social li{
    margin-bottom: 10px;
}
.social a{
    display: block;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
.social a.facebook{background: url('../images/social/facebook.png') no-repeat;}
.social a.twitter{background: url('../images/social/twitter.png') no-repeat;}
.social a.pinterest{background: url('../images/social/pinterest.png') no-repeat;}
.social a.delicious{background: url('../images/social/delicious.png') no-repeat;}
.social a.dribbble{background: url('../images/social/dribbble.png') no-repeat;}
.social a.stubleupon{background: url('../images/social/stubleupon.png') no-repeat;}
.social a.youtube{background: url('../images/social/youtube.png') no-repeat;}
.social a.vimeo{background: url('../images/social/vimeo.png') no-repeat;}
.social a.dropbox{background: url('../images/social/dropbox.png') no-repeat;}

/*========================= SHORTCODE ========================================*/

.wp-caption, .wp-caption-text,
.sticky, .gallery-caption,
.bypostauthor{}


/* Column*/
.one-two,
.one-third,
.one-four
{
	margin-right: 30px; 
	float: left; 
}

.one-two{width:350px;}
.one-third{width:223px;}
.one-four{width:160px;}



/*Blockquote*/
blockquote, q{quotes:"""";}
blockquote p{
	padding-left:20px; 
	font-size:14px; 
	font-style:italic; 
    font-family: Georgia;
	margin:20px 0;
	border-left:3px solid #4A4A4A;
}

/*Divider*/
.divider{
    height:5px;
    background: url(../images/divider.png) repeat-x center center;
    margin-bottom: 15px;
    padding-top: 10px;
}


/*Botton*/
.form-bt,
#submit{
    background: -moz-linear-gradient(center top , #F7F7F7 0px, #EBEBEB) repeat scroll 0 0 transparent;
    border-color: #E1E0E0 #CBCBCB #c4c4c4;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #777777;
    display: inline-block;
    font-size: 12px;
    padding: 3px 15px 5px;
    text-shadow: 0 1px 0 #fff;

}
.wpcf7-submit:hover, .botton:hover{ 
    background: -moz-linear-gradient(center top , #EBEBEB 0pt, #F7F7F7) repeat scroll 0 0 transparent;
    color: #777777 !important;}
.read-more{
    font-size: 10px;
    font-weight: bold;
}


/*Images*/
.image{
    padding: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 1px 0px #c5c5c5;
    -moz-box-shadow: 0px 1px 1px 0px #c5c5c5;
    box-shadow: 0px 1px 1px 0px #c5c5c5; 
}
img.alignleft{margin:0 15px 5px 2px;}
img.alignright{margin: 0 2px 5px 15px;}
img.aligncenter{
    display: table;
    margin: 0 auto 15px auto;
}


/*Accordion*/
.acc-header{
	cursor:pointer; 
	position:relative; 
	padding:10px;
	color:#717171;
	border:1px solid #e7e7e7;
	margin-bottom:5px; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.acc-box{
	margin-bottom:50px;
	padding-bottom:50px;
	border-bottom:1px solid #2a2a2a;
}
.acc-box .acc-block{
    padding-right: 50px;
}
.acc-block{
    margin-bottom: 10px;
}


/*Togle*/
.toggle{
	cursor:pointer; 
	position:relative; 
	padding:10px;
	color:#717171;
	border:1px solid #e7e7e7;
	margin-bottom:5px; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.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;}






















