/* #Common
================================================== */
.shadow {
	-webkit-box-shadow:  0px 0px 8px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 8px 1px rgba(0, 0, 0, 0.2);
}

.more a,
a.more-link {
	display: inline-block;
	height: 36px;
	height: 3.6rem;
	line-height: 37px;
	line-height: 3.7rem;
	margin-top: 20px;
	margin-top: 2.0rem;
	padding: 0 15px;
	border-radius: 3px; 
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;
}

.gallery-image-hover span.overlay,
.gallery-image-hover img {
	border-radius: 3px; 
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;
}



/* #Header
================================================== */

/*top bar*/
.site-topbar {
	line-height: 40px;
}



/*logo*/
.site-logo, .site-name { float: left; }
.site-name {
	padding: 35px 0 25px; 
	padding: 3.5rem 0 2.5rem; 
}

.site-name h1 {
	margin-bottom: 0;
}

.site-logo .logo-retina {
	display: none;
}


/*common for menu*/
.select-primary-menu,
.select-bottom-menu { 
	display: none; 
}

#top-menu {
	float: right;
	margin-right: -17px;
}

#top-menu ul { 
	list-style: none;
}

#top-menu ul li { 
	float: left;
}

#top-menu ul li a {
	display: block;
	padding: 0 15px;
	margin-right: 2px;
	height: 35px;
	line-height: 36px;
	border-radius: 3px; 
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;
}

#top-menu ul li ul { 
	height: auto;
	padding: 0;
	margin-top: 5px;
}

#top-menu ul li ul li { 
	float: none; 
	padding: 0;
	margin: 0;
}

#top-menu ul li ul li a { 
	padding: 0 15px;
	margin: 0;
	height: 38px;
	line-height: 39px;
	border-radius: 0; 
	-moz-border-radius: 0;  
	-webkit-border-radius: 0;
}

#top-menu ul li ul li:first-of-type a {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

#top-menu ul li ul li:last-child a,
#top-menu ul li.current-page ul li:last-child a {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border: none;
}




/*page header*/
.site-page-header .inner {
	padding: 40px 0;
	padding: 4.0rem 0;
}

.site-page-header h3 {
	float: left;
	margin-bottom: 0;
}

.site-page-header .breadcrumbs {
	padding-top: 4px;
	padding-top: 0.4rem;
}

.site-page-header .breadcrumbs .sep { 
	padding: 0 2px;
}

.site-page-header .desc {
	float: right;
	padding-top: 15px;
}



/*social icons*/
.social-icons {
	float: right; 
	margin-top: 8px;
}

.social-icons a {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	float: left;
	margin-left: 5px;
	border-radius: 3px; 
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;
}


/*header text*/
.header-text { float: left; height: 40px; line-height: 40px; }
.header-text li { margin-right: 20px; float: left; }
.header-text li i { padding-right: 5px; font-size: 16px; }




/* #Sortable Menu
================================================== */
.sortable-menu li {
	float: left;
	margin-right: 2px;
}

.sortable-menu li a {
	display: block;
	height: 36px;
	height: 3.6rem;
	line-height: 37px;
	line-height: 3.7rem;
	padding: 0 15px;
	border-radius: 3px; 
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;
}






/* #Portfolio
================================================== */

/*portfolio column*/
.portfolio-column-lists .post-lists { clear: left; }

.portfolio-column-lists .post-lists {
	margin-top: -40px;
	margin-top: -4.0rem;
}

.portfolio-column-lists .post-lists li {
	margin-top: 40px;
	margin-top: 4.0rem;
}

.portfolio-column-lists .post-lists li .inner,
.post-slide-list .post-carousel li .border {
	border-radius: 5px; 
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}

.portfolio-column-lists .post-lists li h3.title,
.post-slide-list .post-carousel li h3.title {
	margin-bottom: 0;
	padding: 10px 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.portfolio-column-lists .featured-image img,
.post-slide-list .featured-image img {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

.portfolio-column-lists .hover-info .cats,
.post-slide-list .hover-info .cats {
	background-repeat: no-repeat;
	background-position: 25px 0;
}

.portfolio-column-lists .hover-info .desc,
.portfolio-column-lists .hover-info .cats,
.post-slide-list .hover-info .desc,
.post-slide-list .hover-info .cats {
	padding: 0 25px;
}

.portfolio-column-lists .hover-info .cats,
.post-slide-list .hover-info .cats {
	margin-top: 15px;
	padding-top: 15px;
}


/*portfolio classic*/
.portfolio-classic-lists .post-lists-classic li {
	margin-bottom: 80px;
	margin-bottom: 8.0rem;
}

.portfolio-classic-lists .post-lists-classic li:last-child {
	margin-bottom: 5px;
}

.portfolio-classic-lists .featured-image img {
	border-radius: 3px; 
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;
}

.portfolio-classic-lists .entry-content  {
	margin-left: 20px;
	padding-top: 40px;
}

.portfolio-classic-lists .post-lists-classic li .cats {
	margin-top: 15px;
	padding-top: 15px;
	background-repeat: no-repeat;
	background-position: 2px 0;
}





/*portfolio single*/
.portfolio-single .entry-meta .row {
	margin-bottom: 20px;
}

.portfolio-single .entry-meta .more a {
	margin-top: 0;
}

.portfolio-single .entry-meta strong {
	display: block;
}

.portfolio-single .entry-title {
	margin-bottom: 10px;
	margin-bottom: 1.0rem;
}

.portfolio-single .entry-desc  {
	background-repeat: no-repeat;
	background-position: 2px 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.portfolio-single-fullwidth .entry-media {
	margin-bottom: 60px;
	margin-bottom: 6.0rem;
}

.portfolio-single-right-side .four.single-portfolio-col .inner{
	padding-left: 10px;
	padding-top: 20px;
}

.portfolio-single-right-side .entry-content {
	margin-top: 60px;
}






/* #Blog
================================================== */

/*common*/
.post-blog .entry-format {
	margin-bottom: 30px;
}

.post-blog .entry-meta {
	height: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}

.post-blog .entry-meta span {
	padding: 0 10px;
}

.post-blog .entry-meta span.date {
	padding-left: 0;
}

.post-blog .entry-content h1.title,
.post-blog .entry-content h3.title {
	margin-bottom: 5px;
}

.post-blog .entry-link,
.post-blog .entry-quote {
	padding: 20px 30px; 
}

.post-blog .entry-link h3 {
	margin-bottom: 0;
}

.post-blog .entry-link .text,
.post-blog .entry-quote .text {
	margin-top: 10px;
}

.post-blog .entry-quote .quote {
	margin-bottom: 0;
}

.post-blog .entry-quote cite {
	margin-top: 10px;
	display: block;
}

/*blog lists*/
.blog-large-lists li.item,
.blog-medium-lists li.item {
	margin-bottom: 60px;
	margin-bottom: 6.0rem;
}

.blog-large-lists li.item:last-child,
.blog-medium-lists li.item:last-child {
	margin-bottom: 0;
}

.blog-medium-lists .entry-featured-image {
	float: left;
	width: 220px;
}

.blog-medium-lists .entry-content {
	margin-left: 250px;
}

/*blog single*/
.post-tags {
	margin-top: 30px;
}

.post-tags b {
	margin-right: 10px;
}

.post-tags a {
	display: inline-block;
	padding: 0 10px;
	height: 29px;
	line-height: 29px;
	margin-right: 3px;
	border-radius: 3px; 
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;
}







/* #Post Slide
================================================== */
.post-slide-list h5.title {
	margin-bottom: 20px;
}


/*Carousel Navigation*/
.post-slide-list .bx-wrapper {
	margin: 0;
}


.post-slide-list .bx-wrapper .bx-controls-direction a {
	top: -45px;
	display: block;
	width: 23px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: 50% 50%; 
	border-radius: 3px; 
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;
}

.post-slide-list .bx-wrapper .bx-next {
	right: 1px;
}

.post-slide-list .bx-wrapper .bx-prev {
	right: 26px;
}

.post-slide-list .post-carousel li {
	margin-right: 20px;
}

.related-works-list {
	padding: 80px 0;
}






/* #Pagination
================================================== */
.pagination,
.comment-pagination { 
	margin-top: 60px;
}

.pagination a, 
.pagination span,
.comment-pagination a, 
.comment-pagination span { 
	display: block;
	float: left;
	height: 31px;
	height: 3.1rem;
	line-height: 31px;
	line-height: 3.1rem;
	margin-right: 2px;
	padding: 0 12px;
	border-radius: 3px; 
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;
}

.single-post-pagenation {
	margin-bottom: 20px;
}

.single-post-pagenation li {
	float: left;
	text-indent: -999em;
	margin-right: 2px;
}

.single-post-pagenation li a {
	display: block;
	width: 45px;
	height: 36px;
	border-radius: 3px; 
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;
}




/* #Content
================================================== */
.entry-image-wrapper li {
	margin-bottom: 20px;
	position: relative; 
}

.entry-image-wrapper li:last-child {
	margin-bottom: 0;
}

.entry-image-wrapper li .caption {
	position: absolute;
	left: 20px;
	bottom: 20px;
	padding: 3px 10px;
}




/* #Has not posts
================================================== */
.has-not-posts {
	padding: 60px 0;
	padding: 6.0rem 0;
}

.has-not-posts h2 {
	margin-bottom: 0;
}

.page-404 {
	background: url(../images/404.png) no-repeat 50% 0;
	padding-top: 400px;
}




/* #Comments
================================================== */
/*common*/
#comments,
#respond {
	margin-top: 60px;
}

#respond {
	position: relative;
}

#reply-title small {
	position: absolute;
	right: 0;
	top: -3px;
	padding-left: 10px;
}

#reply-title small a {
	display: inline-block;
	padding: 8px 10px;
	border-radius: 3px; 
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;
}



/*comment list*/
.commentlist,
.commentlist ul {
	list-style: none;
	margin: 0;
}

.commentlist li {
	margin-top: 40px;
	position: relative;
}

.commentlist li.depth-1 ul.children {
	padding-left: 80px;
}

.commentlist li.depth-2 ul.children,
.commentlist li.depth-3 ul.children,
.commentlist li.depth-4 ul.children,
.commentlist li.depth-5 ul.children {
	padding-left: 65px;
}

.commentlist li .comment-author { 
	float: left;
	width: 60px;
}

.commentlist li .comment-entry {
	padding-bottom: 40px;
}


.commentlist li.depth-1 .comment-entry {
	margin-left: 80px;
}

.commentlist li.depth-2 .comment-entry,
.commentlist li.depth-3 .comment-entry,
.commentlist li.depth-4 .comment-entry,
.commentlist li.depth-5 .comment-entry {
	margin-left: 65px;
}

.commentlist li .comment-author img {
	border-radius: 3px; 
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;
}

.commentlist li.no-avatars .comment-author {
	width: 0;
}

.commentlist li.no-avatars .comment-entry {
	margin-left: 0;
}

.commentlist li.no-avatars ul.children {
	padding-left: 30px;
}

.commentlist li .comment-meta {
	margin-bottom: 10px;
}

.commentlist li .fn {
	padding-right: 10px;
}

.commentlist li .comment-buttons {
	position: absolute;
	right: 0;
	top: 0;
}

.commentlist li .comment-buttons .buttons a {
	display: block;
	float: left;
	padding: 8px 10px;
	margin-left: 2px;
	border-radius: 3px; 
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;
}

.comment-awaiting-moderation {
	margin: 15px 0;
	padding: 5px 20px;
}

.commentlist li.pingback {
	padding: 15px 0;
}

.commentlist li.pingback .edit-link {
	font-size: 10px;
	padding-left: 15px;
}



/*comment form*/
#commentform {
	margin-top: 30px;
}

.comment-form-file {
	margin-bottom: 20px;
}

.comment-form-file input[type="text"] {
	height: 27px;
	line-height: 27px;
	width: 300px;
	padding: 6px 9px;
	border: none;
}

.comment-form-content {
	height: 120px;
	padding: 10px 9px;
	border: none;
}

.comment #respond .comment-form-file input[type="text"],
.comment #respond .comment-form-content { width: 95%; }

.comment-form-file input[type="text"],
.comment-form-content,
#commentform input[type="submit"]  {
	border-radius: 3px; 
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;
}

#commentform input[type="submit"] {
	border: none;
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
	margin-top: 20px;
}

#commentform .form-submit { margin-bottom: 0; }

#commentform .logged-in-as {
	margin-bottom: 10px;
}

.twelve .comment-form-content {
	width: 920px;
}

.eight .comment-form-content {
	width: 600px;
}




/* #Search
================================================== */
.search-lists li {
	margin-bottom: 60px;
}

.search-lists li:last-child {
	margin-bottom: 0;
}

.search-lists .entry-featured-image {
	width: 150px;
	float: left;
}

.search-lists .entry-content {
	margin-left: 180px;
}

.search-lists li.has-no-featured-image .entry-content {
	margin-left: 0;
}

.search-lists li h3.title {
	margin-bottom: 10px;
}





/* #Faqs
================================================== */
.faq-lists .faq-item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background-repeat: repeat-x;
	background-position: 0 100%;
}

.faq-lists .faq-item:last-child {
	margin-bottom: 0;
}

.faq-lists .faq-item h5.title {
	margin-bottom: 0;
	cursor: pointer;
	position: relative;
	padding-left: 35px;
}

.faq-lists .faq-item h5.title .icon {
	position: absolute;
	top: -5px;
	left: 0;
}

.faq-lists .faq-item .text {
	padding: 20px 0 10px 35px;
}





/* #Contact 
================================================== */
.contact-page-info .contact-details-alt li {
	padding: 10px 0 5px;
	line-height: 160%;
}

.contact-page-info .contact-details-alt strong {
	padding-right: 5px;
}

.contact-page-info .contact-details-alt p {
	margin-left: 30px;
}

.contact-page-info .contact-details-alt i {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	line-height: 18px;
	padding-top: 3px;
}

.contact-page-form ul {
	list-style: none;
	margin: 0;
	padding-top: 5px;
}

.contact-page-form ul li {
	margin-bottom: 15px;
}

.contact-page-form strong {
	display: block;
	margin-bottom: 5px;
}

.contact-page-form p {
	margin-bottom: 0;
}

.contact-page-form .wpcf7-text,
.contact-page-form span.wpcf7-not-valid-tip {
	height: 27px;
	line-height: 27px;
	padding: 6px 10px;
	width: 600px;
}

.contact-page-form .wpcf7-textarea,
.contact-page-form .your-message span.wpcf7-not-valid-tip {
	padding: 10px;
	width: 600px;
	height: 180px;
}

.contact-page-form .wpcf7-submit {
	border: none;
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
	margin-top: 20px;
}

.contact-page-form span.wpcf7-not-valid-tip {
	position: absolute;
	top: -13px;
	left: 0;
}

.contact-page-form .your-message span.wpcf7-not-valid-tip {
	top: -174px;
}

.contact-page-form .error-message,
.contact-page-form div.wpcf7-validation-errors,
.contact-page-form div.wpcf7-mail-sent-ng,
.contact-page-form div.wpcf7-spam-blocked,
.contact-page-form #success-page,
.contact-page-form div.wpcf7-mail-sent-ok {
	padding: 8px 20px;
	margin-left: 0;
	margin-right: 0;
}

.contact-page-form .wpcf7-submit,
.contact-page-form .wpcf7-text,
.contact-page-form span.wpcf7-not-valid-tip,
.contact-page-form .wpcf7-textarea,
.contact-page-form .your-message span.wpcf7-not-valid-tip,
.contact-page-form .error-message,
.contact-page-form div.wpcf7-validation-errors,
.contact-page-form div.wpcf7-mail-sent-ng,
.contact-page-form div.wpcf7-spam-blocked,
.contact-page-form #success-page,
.contact-page-form div.wpcf7-mail-sent-ok {
	border-radius: 3px; 
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;
}






/* #FlexSlider
================================================== */

/* Flex Slider Common */
.flexslider-gallery-container { 
	zoom: 1; 
	position: relative; 
}


/* Flex Slider Gallery */
.flexslider-gallery-container .flex-direction-nav a {
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.flexslider-gallery-container .flex-direction-nav .flex-next {
	right: 20px;
}

.flexslider-gallery-container .flex-direction-nav .flex-prev {
	left: 20px;
}

.flexslider-gallery-container .flex-caption {
	left: 20px;
	bottom: 20px;
	padding: 3px 10px;
}




/* #BxSlider
================================================== */
.bxslider-gallery-wrapper .bx-wrapper .bx-controls-direction a {
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.bxslider-gallery-wrapper .bx-wrapper .bx-prev {
	left: 20px;
}

.bxslider-gallery-wrapper .bx-wrapper .bx-next {
	right: 20px;
}

.bxslider-gallery-wrapper .bx-wrapper .bx-caption {
	left: 20px;
	bottom: 20px;
	padding: 3px 10px;
}





/* #LayerSlider Full Width Skin
================================================== */
.ls-fullwidth .ls-nav-prev,
.ls-fullwidth .ls-nav-next {
	top: 0 !important;
	margin-top: 0 !important;
	width: 60px !important;
	height: 100% !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important;
}

.ls-fullwidth .ls-nav-prev:hover,
.ls-fullwidth .ls-nav-next:hover {
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.ls-fullwidth .ls-nav-next {
	right: 0 !important;
	background-image: url(../images/layer-next.png) !important;
}

.ls-fullwidth .ls-nav-prev {
	left: 0 !important;
	background-image: url(../images/layer-prev.png) !important;
}

.ls-fullwidth .ls-nav-next:hover {
	background-image: url(../images/layer-next-hover.png) !important;
}

.ls-fullwidth .ls-nav-prev:hover {
	background-image: url(../images/layer-prev-hover.png) !important;
}

.ls-fullwidth .ls-bottom-slidebuttons {
	margin-left: -3px;
	top: -60px !important;
}

.ls-fullwidth .ls-bottom-slidebuttons a {
	background-image: url(../images/layer-btn.png) !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important;
	width: 10px !important;
	height: 10px !important;
	margin-left: 3px;
}

.ls-fullwidth .ls-bottom-slidebuttons a.ls-nav-active,
.ls-fullwidth .ls-bottom-slidebuttons a:hover {
	background-image: url(../images/layer-btn-hover.png) !important;
}






/* #Footer
================================================== */
.footer-widgets-area-section {
	padding-top: 80px;
	padding-top: 8.0rem;
}

.site-footer-section {
	padding: 20px 0;
	padding: 2.0rem 0;
}

.site-copyright {
	float: left;
}

#nav-bottom-menu {
	float: right;
}

#nav-bottom-menu ul {
	margin: 0;
}

#nav-bottom-menu li {
	list-style: none;
	display: inline-block;
}

#nav-bottom-menu li span {
	padding: 0 5px;
}

#nav-bottom-menu li:last-child span {
	padding: 0;
	display: none;
}

#toTop { 
	height: 45px; 
	width: 45px; 
	position: fixed; 
	bottom: 80px; 
	right: 40px; 
	cursor: pointer; 
	display: none; 
	text-indent: -999em; 
	z-index: 999;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}




/* #Widget
================================================== */
.widget h3.title {
	margin-bottom: 10px;
	margin-bottom: 1.0rem;
}

.widget .gallery-image-hover span.overlay {
	background-image: none;
}

.widget ul {
	margin: 0;
	list-style: none;
}

.widget_categories ul,
.widget_pages ul,
.widget_nav_menu ul,
.widget_archive ul,
.widget_links ul,
.widget_meta ul { padding: 5px 0 0; }

.widget_categories ul li ul,
.widget_pages ul li ul,
.widget_nav_menu ul li ul { margin: 0; }

.widget_calendar th,
.widget_calendar td {
	padding: 5px 0;
	text-align: center;
}

.widget_calendar caption {
	margin-bottom: 10px;
}

.widget-search h3.title { margin-bottom: 20px; }
.widget-search .text-file { 
	padding: 8px 9px; 
	height: 21px; 
	line-height: 21px; 
}

.widget-search .text-file {
	width: 270px;
}

.widget-tag-cloud .clouds {
	margin-top: 20px;
	height: 100%;
	overflow: hidden;
}

.widget-tag-cloud .clouds a {
	display: block;
	float: left;
	height: 29px;
	line-height: 29px;
	padding: 0 10px;
	margin: 5px 5px 0 0;
	border-radius: 3px; 
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;
}

.widget-social ul { 
	margin-left: -4px; 
	margin-top: 25px; 
}
.widget-social li { 
	float: left; 
	margin: 0 0 4px 4px; 
	line-height: 16px; 
}

.widget-flickr li,
.widget-dribbbler li { 
	float: left; 
}
.widget-flickr li.error { width: 100%; }

.widget-post ul {
	margin-top: -5px;
}

.widget-post li {
	padding: 15px 0;
}

.widget-post li .post-thumb {
	float: left;
	width: 65px;
	margin-top: 5px;
}

.widget-post li .post-entry { 
	margin-left: 85px;
}

.widget-post li.has-no-avatar .post-entry,
.widget-post li.has-no-thumb .post-entry {
	margin-left: 0;
}

.widget-post li .post-entry .title { 
	line-height: 120%; 
	margin: 2px 0 0; 
}

.widget-post li .desc {
	line-height: 120%;
	margin-top: 5px;
}

.widget-comments .meta {
	margin-top: 10px;
}

.widget-tweets li { 
	padding: 5px 0; 
	line-height: 120%; 
}

.widget-tweets li .date { 
	display: block; 
	margin-top: 5px; 
}

.widget-contact-details .contact-details-alt li {
	padding: 10px 0 5px;
	line-height: 120%;
}

.widget-contact-details .contact-details-alt strong {
	padding-right: 5px;
}

.widget-contact-details .contact-details-alt p {
	margin-left: 30px;
}

.widget-contact-details .contact-details-alt i {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	line-height: 18px;
}




/*Side*/
.side-widget-area .widget {
	margin-bottom: 40px;
	margin-bottom: 4.0rem;
}

.side-widget-area .widget-flickr ul,
.side-widget-area .widget-dribbbler ul {
	margin-top: 20px;  
	margin-left: -6px; 
}

.side-widget-area .widget-flickr li,
.side-widget-area .widget-dribbbler li {
	margin: 5px 0 0 6px;
}

.side-widget-area .widget-flickr li img { 
	width: 65px; 
	height: 65px;
}

.side-widget-area .widget-dribbbler li img { 
	width: 65px; 
	height: 50px;
}


/*Footer*/
.footer-widgets-area .widget {
	margin-bottom: 80px;
	margin-bottom: 8.0rem;
}

.footer-widgets-area .widget-flickr ul,
.footer-widgets-area .widget-dribbbler ul {
	margin-top: 20px;  
	margin-left: -5px; 
}

.footer-widgets-area .widget-flickr li,
.footer-widgets-area .widget-dribbbler li {
	margin: 5px 0 0 5px;
}

.footer-widgets-area .widget-flickr li img { 
	width: 63px; 
	height: 63px;
}

.footer-widgets-area .widget-dribbbler li img { 
	width: 65px; 
	height: 50px;
}







/* #Shortcode
================================================== */

/* Alert Boxes */
.shortcode-box {
	position: relative;
	margin-bottom: 15px;
}

.shortcode-box:last-child {
	margin-bottom: 0;
}

.shortcode-box .notification {
	padding: 15px 20px;
}

.shortcode-box-close .notification {
	padding-right: 40px;
}

.shortcode-box a.close {
	position: absolute;
	right: 20px;
	top: 50%;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: url(../images/box-close.png) no-repeat 50% 50%;
}




/* Accordion */
.shortcode-accordions-wrap .accordions,
.shortcode-toggles-wrap .toggles {
	margin: 0;
	padding: 0;
	list-style: none;
}

.shortcode-accordions-wrap .accordions li,
.shortcode-toggles-wrap .toggles li {
	padding: 0;
	margin: 0 0 5px;
	border-radius: 4px; 
	-moz-border-radius: 4px;  
	-webkit-border-radius: 4px;
}

.shortcode-accordions-wrap .accordion-head-title,
.shortcode-toggles-wrap .toggle-head-title {
	position: relative;
	cursor: pointer;
	padding: 0 20px 0 40px;
	margin: 0;
	line-height: 38px;
}

.shortcode-accordions-wrap .accordion-head-title .icon,
.shortcode-toggles-wrap .toggle-head-title .icon {
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	width: 15px;
	height: 15px;
	margin-top: -7px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-radius: 100%; 
	-moz-border-radius: 100%; 
	-webkit-border-radius: 100%; 
}

.shortcode-accordions-wrap .accordion-content,
.shortcode-toggles-wrap .toggle-content { 
	padding: 20px 20px 20px 40px;
}





/* Tab */
.shortcode-tabs-wrap {
	border-radius: 4px; 
	-moz-border-radius: 4px;  
	-webkit-border-radius: 4px;
}

.shortcode-tabs-wrap .tabs {
	margin: 0;
	list-style: none;
}

.shortcode-tabs-wrap .tabs li {
	padding: 0;
	margin: 0;
	float: left;
}

.shortcode-tabs-wrap .tabs li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
}

.shortcode-tabs-wrap .tabs li .icon {
	padding-right: 10px;
}

.shortcode-tabs-wrap .tabs-content {
	padding: 25px;
	margin-top: -1px;
}

.shortcode-tabs-wrap .tabs-content .hide {
	display: none;
}




/* Left Tab */
.shortcode-left-tabs-wrap .tabs {
	float: left;
	width: 250px;
	list-style: none;
	margin: 0;
}

.shortcode-left-tabs-wrap .tabs li {
	float: none;
	padding: 0;
	margin: 0;
}

.shortcode-left-tabs-wrap .tabs li .icon {
	padding-right: 15px;
}

.shortcode-left-tabs-wrap .tabs li a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
}

.shortcode-left-tabs-wrap .tabs-content {
	margin-left: 249px;
	padding: 0 40px;
}

.shortcode-left-tabs-wrap .tabs-content .hide {
	display: none;
}



/* Pre */
.shortcode-pre { 
	margin: 20px 0;
}

.shortcode-pre:last-child {
	margin-bottom: 0;
} 

.shortcode-pre .code {
	padding: 10px;
}



/* Hr */
.shortcode-hr {
	font-size: 0;
	height: 1px;
	line-height: 1px;
}



/* Column */
.shortcode-columns .col-1-2 { width: 50%; }
.shortcode-columns .col-1-3 { width: 33.333333%; }
.shortcode-columns .col-2-3 { width: 66.666666%; }
.shortcode-columns .col-1-4 { width: 25%; }
.shortcode-columns .col-3-4 { width: 75%; }
.shortcode-columns .col-1-5 { width: 20%; }
.shortcode-columns .col-2-5 { width: 40%; }
.shortcode-columns .col-3-5 { width: 60%; }
.shortcode-columns .col-4-5 { width: 80%; }



/* Button */
.shortcode-btn.btn {
	display: inline-block;
	margin-right: 5px;
	border-radius: 3px; 
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;
}

.shortcode-btn.btn:last-child {
	margin-right: 0;
}

.shortcode-btn.btn-large {
	height: 45px;
	line-height: 45px;
	padding: 0 25px;
}

.shortcode-btn.btn-medium {
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
}

.shortcode-btn.btn-small {
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
}



/*Progress Bar*/
.shortcode-progress-bars-wrap ul {
	margin: 0;
}

.shortcode-progress-bars-wrap li {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}

.shortcode-progress-bars-wrap li:last-child {
	margin-bottom: 0;
}

.shortcode-progress-bars-wrap .progress-bar-item,
.shortcode-progress-bars-wrap .progress-bar-item .skill-percentage,
.shortcode-progress-bars-wrap .progress-bar-item .percentage-text {
	border-radius: 3px; 
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;
}

.shortcode-progress-bars-wrap .progress-bar-item { 
	height: 31px; 
	position: relative;
}

.shortcode-progress-bars-wrap .progress-bar-item h5 {
	height: 31px;
	line-height: 31px;
	padding-left: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

.shortcode-progress-bars-wrap .progress-bar-item .percentage-text {
	height: 31px;
	line-height: 31px;
	padding: 0 10px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}

.shortcode-progress-bars-wrap .progress-bar-item > span.skill-percentage {
	display: inline-block;
	height: 100%;
	position: relative;
}

.shortcode-progress-bars-wrap .progress-bar-item > span.skill-percentage:after {
	content: "";
	position: absolute;
	top: 0; 
	left: 0; 
	overflow: hidden;
}





/*Pricing Table*/
.shortcode-price-tables {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.shortcode-price-tables h5 {
	margin-bottom: 0;
	padding-top: 20px;
}

.shortcode-price-tables .pricing-item ul,
.shortcode-price-tables .pricing-item ol {
	list-style: none;
	padding: 0 10px;
	margin: 0;
}

.shortcode-price-tables .pricing-item li {
	padding: 10px 0;
}

.shortcode-price-tables .currency {
	padding: 20px 0;
	line-height: 1.2;
}

.shortcode-price-tables .price {
	display: block;
}

.shortcode-price-tables .button {
	padding: 20px 0;
}

.shortcode-price-tables .button a {
	display: inline-block;
	height: 37px;
	line-height: 37px;
	padding: 0 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}




/*Testimonial*/
.shortcode-testimonials .avatar {
	float: left;
	width: 70px;
}

.shortcode-testimonials .avatar img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.shortcode-testimonials .testimonial {
	margin-left: 90px;
}

.shortcode-testimonials .text {
	padding-bottom: 15px;
}

.shortcode-testimonials .name {
	margin-bottom: 0;
}

.shortcode-testimonials .name span {
	padding-top:10px;
}





/*Clients*/
.shortcode-clients ul {
	list-style: none;
	margin: 0;
}

.shortcode-clients .bx-wrapper {
	margin: 0;
	padding-top: 5px;
}


.shortcode-clients .bx-wrapper .bx-controls-direction a {
	top: -45px;
	display: block;
	width: 23px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: 50% 50%; 
	border-radius: 3px; 
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;
}

.shortcode-clients .bx-wrapper .bx-next {
	right: 1px;
}

.shortcode-clients .bx-wrapper .bx-prev {
	right: 26px;
}




/*Latest News*/
.shortcode-lastest-news ul {
	margin-top: 25px;
}

.shortcode-lastest-news li {
	margin-bottom: 40px;
}

.shortcode-lastest-news li:last-child {
	margin-bottom: 0;
}

.shortcode-lastest-news .post-thumb {
	float: left;
	width: 100px;
}

.shortcode-lastest-news .post-entry {
	margin-left: 125px;
}

.shortcode-lastest-news .post-entry .sub-title {
	margin-bottom: 5px;
}

.shortcode-lastest-news .post-entry .desc {
	margin-bottom: 8px;
}





/*Dropcap*/
.shortcode-dropcap {
	float: left;
	padding: 2px 10px 0 2px;
	margin-top: 3px;
	text-align: center;
}





/*Icon Box*/

/*common*/
.shortcode-icon-box-one .icon i,
.shortcode-icon-box-two .icon i,
.shortcode-icon-box-three .icon,
.shortcode-icon-box-four .icon i {
	text-align: center;
	display: inline-block;
	border-radius: 50%; 
	-moz-border-radius: 50%;   
	-webkit-border-radius: 50%;
}

.shortcode-icon-box-one .icon i,
.shortcode-icon-box-two .icon i,
.shortcode-icon-box-four .icon i {
	width: 70px;
	height: 70px;
	line-height: 70px;
}

.shortcode-icon-box-one .link,
.shortcode-icon-box-two .link,
.shortcode-icon-box-three .link,
.shortcode-icon-box-four .link {
	margin-top: 10px;
}


/*one*/
.shortcode-icon-box-one .icon {
	float: left;
}

.shortcode-icon-box-one .text {
	margin-left: 90px;
}

.shortcode-icon-box-one .title {
	margin-bottom: 15px;
}



/*two*/
.shortcode-icon-box-two {
	text-align: center;
}

.shortcode-icon-box-two .title {
	margin-top: 20px;
}



/*three*/
.shortcode-icon-box-three .title {
	margin-top: 10px;
}

.shortcode-icon-box-three .icon {
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin-right: 15px;
}



/*four*/
.shortcode-icon-box-four {
	position: relative;
	text-align: center;
	padding: 60px 20px 20px;
	border-radius: 4px; 
	-moz-border-radius: 4px;  
	-webkit-border-radius: 4px;
}

.shortcode-icon-box-four .icon {
	position: absolute;
	top: -35px;
	left: 50%;
	margin-left: -35px;
}



/*five*/
.shortcode-icon-box-five {
	padding: 30px;
	border-radius: 4px; 
	-moz-border-radius: 4px;  
	-webkit-border-radius: 4px;
}

.shortcode-icon-box-five .icon {
	margin-right: 10px;
}

.shortcode-icon-box-five .link a {
	display: inline-block;
	height: 29px;
	line-height: 29px;
	margin-top: 20px;
	padding: 0 15px;
	border-radius: 3px; 
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;
}
