/* #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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; 
}


/* #Basic
================================================== */
/*Fix the clear issue*/
.hide { display: none; }
.clear { clear: both; display: block; font-size: 0; height: 0; line-height: 0; width:100%;}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
.clearfix { display: inline-block; } /* Hide from IE Mac \*/ 
.clearfix { display: block; } /* End hide from IE Mac */ 
.clear-fixed { height: 100%; overflow: hidden; }

/* Links & Image*/
a, a:hover, a:focus { text-decoration: none; }
a:hover, a:active, a:focus { outline: none; }
a img { border: none; }
img { vertical-align: top; }

/*Html Tags*/
body { line-height: 1; }
ul, ol { list-style: none; }
abbr[title] { border-bottom: 1px dotted; }
abbr:hover { cursor: help; }
b, strong { font-weight: bold; }
i, em, dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; margin: 1em 0; padding: 0; }
ins { text-decoration: none; }
mark { font-style: italic; font-weight: bold; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
blockquote, q { quotes: none; }
blockquote:before, 
blockquote:after,
q:before, 
q:after { content: ''; content: none; }
small { font-size: 85%; }
big { font-size: 135%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/*Button, input, textarea*/
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }

/*Tables*/
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/*Media*/
img { max-width: 100%; height: auto; }
.gmap img { max-width: none; }
img { -ms-interpolation-mode: bicubic; }
object, embed { max-width: 100%; }



/* #Typography
================================================== */

/*common*/
body {
	font-family:"nudista-web", Verdana, Courier, monospace;
	line-height: 1.6;
	
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal; 
	line-height: 1.2; 
	margin-bottom: 15px;
}

blockquote,
pre,
code,
p { margin-bottom: 20px; }
p:last-child{ margin-bottom: 0px;}

ul, ol{ 
	margin-left: 30px;
	margin-bottom: 20px;
}
ul{ list-style: disc; }	
ol{ list-style: decimal; }

code { 
	display: block;
}

pre,
code { 
	padding: 15px 20px;
}

blockquote {
	font-style: italic;  
	font-size: 14px;
	padding-left: 60px;
}


/*wordpress style*/
.alignleft, img.alignleft {
	float:left; 
	margin: 5px 20px 20px 0px;
}

.alignright, img.alignright { 
	float:right; 
	margin: 5px 0px 20px 20px;
}

.aligncenter, img.aligncenter { 
	display:block; 
	margin: 5px auto;
}

.alignnone, img.alignnone { 
	margin: 5px 20px 20px 0;
}

.wp-caption { position: relative; }
.wp-caption .alignnone { margin: 0 0 20px; }
.wp-caption .alignleft { margin: 5px 20px 20px 0; }
.wp-caption .alignright { margin: 5px 0 20px 20px; }
.wp-caption .wp-caption-text {
	position: absolute;
	margin: 0;
	top: 30px;
	left: 30px;
	height: 21px;
	line-height: 21px;
	background: #444;
	padding: 0 10px;
	color: #FFF;
}

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




/*Image Effect*/
.post-thumb {
	position: relative;
}

.post-thumb-hover .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.preloader {
	display: block;
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}


/*
.post-thumb-preload .wp-preload-image  { 
	opacity: 0; 
	filter: alpha(opacity=0); 
}

.post-thumb-preload .loader {
	display: block;
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
*/



/*more button*/
.more a,
.blog-list .post-format .more-link {
	display: inline-block;
	height: 27px;
	line-height: 27px;
	padding: 0 10px;
	text-transform: uppercase; 
	letter-spacing:1px;
	font-size: 12px;
	font-weight:bold;
}



/*post images*/
.post-entry-images ul {
	margin: 0;
	list-style: none;
}

.post-entry-images li {
	margin-bottom: 20px;
	list-style: none;
	position: relative;
}

.post-entry-images li:last-child {
	margin: 0;
}

.post-entry-images li .caption {
	position: absolute;
	margin: 0;
	top: 30px;
	left: 30px;
	height: 21px;
	line-height: 21px;
	background: #444;
	padding: 0 10px;
	color: #FFF;
}

.home .blog-list-shortcode {
	width: 590px;
	float:left;
	min-height:255px;
	margin-top: 55px;
}
.home .blog-list-shortcode .column_thumb, .home .careers-list .column_thumb {
	float:left;
	max-width: 280px;
}
.home .blog-list-shortcode .column_copy, .home .careers-list .column_copy {
	display:block;
	float:left;
	max-width: 280px;
	
}
.home .blog-list-shortcode .column_copy, .home .careers-list .column_copy  {
	margin:42px 10px 0px 10px;
	line-height:1.3;
}
.home .blog-list-shortcode .column_copy .more {
float:right;
margin-top: 25px;	
}
.home .blog-list-shortcode .column_copy h5, .home .careers-list .column_copy h5  {
	font-size: 17px;
	font-weight:bold;
}
.home .blog-list-shortcode .inner, .home .careers-list .inner {
margin-left: 0px;	
}
.home .careers-list .more a {
	margin-top: 48px !important;
}


.home .blog-list-shortcode ul {
margin-left:0px;	
}
.home .portfolio-slide-list {
	clear:both;
	
}
.home .careers-list {
float:left;
width: 580px;	
min-height:255px;
margin-top: 55px;
}
.home .careers-list .more {
float:right;	
}

#primary-wrapper h4 {
font-weight:bold;
text-transform:uppercase;
letter-spacing:1px;
font-size: 15px;
	
}

/* #960 Grid
================================================== */
.container, .greyhead{ 
	margin: 0 auto; 
	max-width: 1180px;
}
.container {
margin-top: 42px;	
}
#site-head .container {
margin-top: 0px;	
}
.greyhead {
display:block;
font-size: 10px;
text-transform:uppercase;
letter-spacing:1px;

}
.greyhead_bg {
	display: none;
	max-width:100%;
	background:#eeeeee;
	height:30px;
}
.greyhead a {
	line-height:30px;
	
	
}


.site-content-wrapper {
	padding: 0px 0px 30px 0px;
	margin-top: 0px;
}
.site-content-wrapper article.row {
	max-width:1105px;
	margin: 0px 40px 0px 40px;
}
.home .site-content-wrapper {
padding-top:0px;
}

.rows { 
	max-width: 100%; 
	margin: 0 auto;
}

.rows .left {
	float: left;
}

.rows .right {
	float: right;
}

.rows .row { 
	width: auto;
	max-width: none; 
	min-width: 0;
	margin-left: 0px;
	margin-right: 0px;
}

.rows .outer { 
	width: auto;
	max-width: none; 
	min-width: 0;
	margin-left: -25px;
	margin-right: -25px;
}

.boxed .rows { 
	width: 1240px;
	-webkit-box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

.wide .rows { 
	width: 100%;
}

.columns .column { 
	float: left; 
	min-height: 1px;
	position: relative; 
	margin-bottom: 40px;
}

.columns .inner {
	width: auto;
	max-width: none; 
	min-width: 0;
	margin-left: 10px;
	margin-right: 10px;
}

.columns .columns-wrapper {
	width: auto;
	max-width: none; 
	min-width: 0;
	margin-left: -10px;
	margin-right: -10px;
}

.columns .one { width: 8.333333%; }
.columns .two { width: 16.666666%; }
.columns .three { width: 25%; }
.columns .four { width: 33.333333%; }
.columns .five { width: 41.666666%; }
.columns .six { width: 50%; }
.columns .seven { width: 58.333333%; }
.columns .eight { width: 66.666666%; }
.columns .nine { width: 75%; }
.columns .ten { width: 83.333333%; }
.columns .eleven { width: 91.666666%; }
.columns .twelve { width: 100%; }



/* #Header
================================================== */
.site-header-section { height: 79px; margin-top: 1px; }


/*Logo*/
.site-logo, .site-name { float: left; }
.site-logo { padding-top: 25px; }
.site-name { padding-top: 30px; }
.site-name h1 { font-size: 36px; margin-bottom: 0; }



/*Menu*/
.select-menu,
.select-bottom-menu { 
	display: none; 
}

#main-menu { float: right; margin-top: 40px; }

#main-menu ul { 
	margin: 0; 
	padding: 0;
	list-style: none;
}

#main-menu ul li { 
	float: left;
	margin-left: 20px;
	padding-left: 10px;
}

#main-menu ul li a {
	display: block;
	padding: 0px 0 10px;
	text-transform: uppercase;
	letter-spacing:1px;
	font-weight: bold;
}

#main-menu ul li ul { 
	height: auto;
	padding: 8px 0px 0px 0;
}

#main-menu ul li ul li {
	float: none; 
	width: auto;
	margin: 0;
	padding:0px;
}

#main-menu ul li ul li a,
#main-menu ul li.current-page ul li a,
#main-menu ul li ul li a:hover {
	margin: 0;
	border: 0;
}

#main-menu ul li ul li a {
	height: 19px;
	line-height: 28px;
	padding-left: 9px;
	font-weight: normal;
}



/*contact info*/
.site-top-social {
	position: fixed;
	z-index: 10000;
	right: 0;
	top: 130px;
}

.site-top-social a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-indent: -999em;
	margin-bottom: 1px;
	background-image: url(../images/header-social.png);
	background-repeat: no-repeat;
}

.site-top-social a.twitter {
	background-position: 50% 0;
}

.site-top-social a.twitter:hover {
	background-color: #3AC1EE;
}

.site-top-social a.facebook {
	background-position: 50% -40px;
}

.site-top-social a.facebook:hover {
	background-color: #4A6D9D;
}

.site-top-social a.dribbble {
	background-position: 50% -80px;
}

.site-top-social a.dribbble:hover {
	background-color: #EF5A92;
}

.site-top-social a.flickr {
	background-position: 50% -120px;
}

.site-top-social a.flickr:hover {
	background-color: #EF5A99;
}

.site-top-social a.linkedin {
	background-position: 50% -160px;
}

.site-top-social a.linkedin:hover {
	background-color: #097BB5;
}

.site-top-social a.google {
	background-position: 50% -200px;
}

.site-top-social a.google:hover {
	background-color: #CB3E21;
}

.site-top-social a.vimeo {
	background-position: 50% -240px;
}

.site-top-social a.vimeo:hover {
	background-color: #446183;
}

.site-top-social a.rss {
	background-position: 50% -280px;
}

.site-top-social a.rss:hover {
	background-color: #FF9900;
}

.site-top-social a.youtube {
	background-position: 50% -320px;
}

.site-top-social a.youtube:hover {
	background-color: #BF2E28;
}

.site-top-social a.pinterest {
	background-position: 50% -360px;
}

.site-top-social a.pinterest:hover {
	background-color: #CB2027;
}

.site-top-social a.behance {
	background-position: 50% -400px;
}

.site-top-social a.behance:hover {
	background-color: #0F95FA;
}

.site-top-social a.instagram {
	background-position: 50% -440px;
}

.site-top-social a.instagram:hover {
	background-color: #492A21;
}




/*page header*/
.site-page-header .row {
	padding: 20px 35px 15px 39px;
}

.site-page-header h3 {
	float: left;
	margin-bottom: 0;
	font-size: 36px;
	font-weight:bold;
}

.page-header-breadcrumbs {
	float: left;
	font-size: 12px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
}

.page-header-breadcrumbs .sep { 
	padding: 0 3px; 
}

.page-header-breadcrumbs a:hover {
	text-decoration: none;
}




/* #Sortable Menu
================================================== */
.sortable-menu {
	margin-bottom: 40px;
}

.sortable-menu ul {
	list-style: none;
	margin-left: 0;
}

.sortable-menu li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.sortable-menu li a {
	display: block;
	height: 27px;
	line-height: 27px;
	padding: 0 15px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing:1px;
}




/* #Pagination
================================================== */
.pagination,
.normal-pagination { 
	margin: 40px 10px 0; 
}

.pagination a, 
.pagination span,
.comment-pagination a, 
.comment-pagination span { 
	display: block;
	float: left;
	width: 20px;
	height: 27px;
	line-height: 27px;
	margin-right: 5px;
	padding: 0 5px;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing:1px;
}

.normal-pagination {
	font-size: 14px;
}

.normal-pagination ul {
	list-style: none;
	margin: 0;
}

.normal-pagination li.next {
	float: left;
}

.normal-pagination li.prev {
	float: right;
}

.normal-pagination li a {
	display: block;
	height: 27px;
	line-height: 27px;
	padding: 0 15px;
}

.single-post-pagenation {
	text-align: center;
	margin-left: -5px;
}

.single-post-pagenation a {
	display: inline-block;
	width: 59px;
	height: 46px;
	line-height: 46px;
	text-indent: -999em;
	margin-left: 5px;
	background-image: url(../images/single-pagination-button.png);
	background-repeat: no-repeat;
}

.single-post-pagenation .prev-link a {
	background-position: 0 0;
}

.single-post-pagenation .back-link a {
	background-position: 50% 0;
}

.single-post-pagenation .next-link a {
	background-position: 100% 0;
}




/* #FlexSlider
================================================== */
.flex-container-gallery,
.flex-container-slideshow { 
	zoom: 1; 
	position: relative; 
	overflow: hidden;
	width:100%;
}

.flex-container-gallery ul,
.flex-container-slideshow ul,
.flex-container-gallery ol,
.flex-container-slideshow ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flex-container-gallery li,
.flex-container-slideshow li {
	margin: 0;
	padding: 0;
}

.flex-container-gallery .flex-direction-nav a {
	top: 50%;
	width: 32px; 
	height: 32px;
	margin-top: -16px;
	background-repeat: no-repeat;
	background-image: url(../images/slideshow-button.png);
}

.flex-container-slideshow .flex-direction-nav a {
	top: 50%;
	width: 30px; 
	height: 120px;
	margin-top: -60px;
	background-repeat: no-repeat;
	background-image: url(../images/slideshow-arrow.png);
}

.flex-container-gallery .flex-direction-nav .flex-prev,
.flex-container-slideshow .flex-direction-nav .flex-prev { 
	left: 30px;
	background-position: 0 0;
}

.flex-container-gallery .flex-direction-nav .flex-next,
.flex-container-slideshow .flex-direction-nav .flex-next { 
	right: 30px;
	background-position: 100% 0;
}

.flex-container-gallery .flex-control-nav,
.flex-container-slideshow .flex-control-nav { bottom: 30px; left: 50%;}

.flex-container-gallery .flex-control-nav li,
.flex-container-slideshow .flex-control-nav li { float: left; }

.flex-container-gallery .flex-control-nav li a,
.flex-container-slideshow .flex-control-nav li a {
	width: 15px;
	height: 10px;
	font-size: 0;
	margin-right: 2px;
	overflow: hidden;
}

.flex-container-gallery .flex-caption {
	top: 30px;
	left: 30px;
}

.flex-container-slideshow .flex-caption {
	bottom: 50px;
	font-size: 17px;
    position: absolute;
    max-width: 80%;
	left:10%;
	right:10%;
	text-align:center;
}

.flex-container-slideshow .flex-caption h3.title,
.flex-container-slideshow .flex-caption .desc {
	padding: 15px 30px 15px 30px;
	color: #FFF;
	line-height: 140%;
	margin:0px auto;
	text-align:left;
	display:table;
}

.flex-container-slideshow .flex-caption h3.title {
	margin-bottom: 0;
	font-size: 100px;
	font-weight: 100;
	color:#17242b;

}

.flex-container-slideshow .flex-caption .desc {

}




/* #Post Slide
================================================== */

/*Common*/
.post-slide-list h3.title {
	padding: 15px 0 0;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing:1px;
}

.post-slide-list ul {
	list-style: none;
	margin-left: 0;
}

.post-slide-list .post-carousel li {
	text-align: center;
	margin-bottom: 0;
	margin-right: 20px;
}

.post-slide-list .post-carousel li h5.title {
	margin-bottom: 0;
	line-height: 120%;
	font-size: 14px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
}

.post-slide-list .post-carousel li .cats {
	font-size: 10px;
	font-weight:bold;
	padding-top: 3px;
	color:#506571;
	text-transform:uppercase;
	letter-spacing:1px;
}

.post-slide-list .post-carousel li .cats span {
	padding: 0 5px;
}

.post-slide-list .post-carousel li .item-footer {
	padding: 20px;
    text-align: left;
	font-family: "nudista-web",Verdana,Courier,monospace;

}

.related-portfolios-lists {
	margin-bottom: 40px;
}


/*Carousel Navigation*/
.post-carousel-container {
	zoom: 1; 
	position: relative; 
}

.post-carousel-container .flex-direction-nav a {
	top: -32px;
	display: block;
	width: 18px;
	height: 17px;
	background-repeat: no-repeat;
	background-image: url(../images/jcarousel-button.png);
}

.post-carousel-container .flex-direction-nav .flex-next {
	right: 0px;
	background-position: 100% 100%; 
}

.post-carousel-container .flex-direction-nav .flex-prev {
	right: 19px;
	background-position: 0 100%;
}





/* #Post List
================================================== */
.post-list-shortcode ul {
	margin-left: 0;
	margin-top: -40px;
	list-style: none;
}

.post-list-shortcode li.column,
.post-list-shortcode li.column .column {
	margin-bottom: 0;
}

.post-list-shortcode li {
	margin-top: 40px;
}

.post-list-shortcode li:nth-child(2n+1) {
	clear: left;
}

.post-list-shortcode li .cats {
	text-transform: uppercase;
	letter-spacing:1px;
}

.post-list-shortcode li .cats .day {
	font-size: 24px;
	padding-right: 5px;
}

.post-list-shortcode li .cats .month {
	font-size: 12px;
}

.post-list-shortcode li h5.title {
	margin-bottom: 0;
	line-height: 120%;
	font-size: 14px;
}

.post-list-shortcode li .desc {
	margin-top: 10px;
}

.post-list-shortcode li .more {
	margin-top: 20px;
}






/* #Portfolio
================================================== */
/*grid*/
.portfolio-grid {
	list-style: none;
	margin: 0 0 -40px 0;
}
.tax-portfolio-category .portfolio-grid {
margin-left: 30px;	
}

.portfolio-grid li {
	text-align: center;
}

.portfolio-grid li h5.title {
	font-size: 14px;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 0;
    text-transform: uppercase;
	letter-spacing:1px;
	
}

.portfolio-grid li .cats {
	   color: #506571;
    font-size: 10px;
    font-weight: bold;
    padding-top: 3px;
    text-transform: uppercase;
	letter-spacing:1px;
}

.portfolio-grid li .item-footer {
	 font-family: "nudista-web",Verdana,Courier,monospace;
    padding: 20px;
    text-align: left;
}


/*list*/
.portfolio-list { 
	list-style: none;
	margin: 0;
}

.portfolio-list li {
	margin-bottom: 40px;
}

.portfolio-list li:last-child,
.portfolio-list li:last-child .column {
	margin-bottom: 0;
	border-bottom: none;
}

.portfolio-list li .post-thumb {
	margin-right: 10px;
}

.portfolio-list li .post-data {
	margin-left: 30px;
}

.portfolio-list li .post-data h5.title {
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 10px;
}

.portfolio-list li .post-details {
	margin-top: 30px;
}

.portfolio-list li .post-details .post-title {
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}

.portfolio-list li .post-details dl {
	padding: 5px 0;
}

.portfolio-list li .post-details dt {
	float: left;
	width: 100px;
	color: #333;
}

.portfolio-list li .post-details dd {
	margin-left: 100px;
	padding-top: 3px;
	font-size: 12px;
}

.portfolio-list li .more {
	margin-top: 25px;
}



/*single*/
.post-portfolio .post-title {
		margin-bottom: 5px;
		font-weight: bold;
		font-size: 14px; 
		color: #333;
}

.post-portfolio .post-format .post-title {
	margin-bottom: 20px;
}

.post-portfolio .post-details dl {
	margin-bottom: 6px;
}

.post-portfolio .post-details dt {
	float: left;
	width: 100px;
	color: #333;
}

.post-portfolio .post-details dd {
	margin-left: 100px;

	padding-top: 0px;
}

.post-portfolio-fullwidth .post-format {
	padding-left: 20px;
}

.post-portfolio-right-side .post-media .inner {
	padding-right: 27px;
	margin-left:0px;
}

.post-portfolio-left-side .post-media .inner {
	padding-left: 20px;
}

.post-portfolio-left-side .post-details,
.post-portfolio-right-side .post-details {
	padding-top: 30px;
	font-size: 15px;
}





/* #Blog
================================================== */
/*common*/
.site-content-blog-wrapper .column {
	margin-bottom: 0;
}


/*blog list*/
.blog-list ul {
	list-style: none;
	margin: 0;
}
.columns .blog-list, .rows .post-blog-single{
	margin-left: 40px;
}
.single-post .site-page-header h3 {
width:730px;	
}

.blog-list li.post {
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.blog-list li.post:last-child {
	margin-bottom: 0;
}

.blog-list .post-format .more-link,
.blog-list .post-format .more {
	margin-top: 20px;
}


/*Post Blog*/
.post-blog .post-date {
	float: left;
	width: 55px;
	text-align: center;
	line-height: 120%;
	color: #999;
}

.post-blog .post-date .day {
	display: block;
	line-height: 36px;
	font-size: 36px;
}

.post-blog .post-date .month {
	text-transform: uppercase;
	font-size: 12px; 
	letter-spacing:1px;
}

.post-blog .zilla-likes {
	display: block;
	margin-top: 15px;
	padding-top: 45px;
	padding-left: 0;
	font-size: 18px;
	color: #999;
	background: url(../images/heart-big.png) no-repeat 50% 20px;
}

.post-blog .zilla-likes:hover,
.post-blog .zilla-likes.active {
	background: url(../images/heart-active-big.png) no-repeat 50% 20px;
	margin: 15px 0 0 0 !important;
	padding-left: 0 !important;
	text-decoration: none;
}

.post-blog .zilla-likes span {
	display: block;
	text-align: center;
}

.post-blog .post-entry {
	margin-left: 0px;
}

.post-blog .entry-title {
	line-height: 28px;
	font-size: 24px;
	margin-bottom: 5px;
		font-weight:bold;
	font-family: "nudista-web",Verdana,Courier,monospace;
}
.post-blog .post-format h3 {
	line-height: 1.2;
	font-size: 14px;
	margin-bottom: 5px;
		font-weight:bold;
	font-family: "nudista-web",Verdana,Courier,monospace;
}

.post-blog .entry-meta {
	margin-top: 5px;
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:1px;

}

.post-blog .entry-meta span {
	padding: 0 10px;
	color: #CCC;
}

.post-blog .entry-meta span:last-child {
	display: none;
}

.post-blog .entry-meta a:hover {
	text-decoration: none;
}

.post-blog .post-format {
	margin-top:20px;
}

.post-blog .post-media {
	margin-bottom: 30px;
}

.post-blog .entry-quote {
	background: #EBE9E4;
	padding: 25px 30px;
	border-left: 5px solid #D1D1CA;
}

.post-blog .entry-quote .quote-text {
	 font-style: italic;
	 line-height: 1.8;
}

.post-blog .entry-quote .quote-author {
	font-size: 16px;
	font-weight: bold;
}




/*post blog single*/

.post-blog-single .post-tags {
	margin-top: 10px;
}

.post-blog-single .post-tags b {
	padding-right: 10px;
}


/* #Comments
================================================== */
/*common*/
#comments-title,
#reply-title {
	font-weight: bold;
	font-size: 14px; 
	color: #333;
}

#comments-title span,
#reply-title span {
	display: inline-block;
	padding-bottom: 5px;
	text-transform: uppercase;
	letter-spacing:1px;
}

#comments,
#respond {
	margin-top: 40px;
}


/*Comments List*/
.commentlist,
.commentlist ul {
	list-style: none;
	margin: 0;
}

.commentlist li {
	margin-top: 30px;
}

.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: 85px;
}

.commentlist li .comment-wrap {
	padding-bottom: 30px;
}

.commentlist li .comment-author { 
	float: left;
	width: 65px;
}

.commentlist li .comment-entry {
	line-height: 140%;
	margin-left: 85px;
}

.commentlist li .comment-meta {
	margin-bottom: 3px;
}

.commentlist li .fn {
	font-weight: bold;
	padding-right: 10px;
}

.commentlist li .fn,
.commentlist li .fn a {
	font-size: 13px;
}

.commentlist li .time,
.commentlist li .reply,
.commentlist li .edit-link a {
	font-size: 12px;
}

.commentlist li .fn a:hover,
.commentlist li .reply:hover,
.commentlist li .edit-link a:hover {
	text-decoration: none;
}

.comment-text p { font-size: 14px; }

.comment-text p:last-child { margin-bottom: 0;}

.comment-awaiting-moderation {
	border: 1px solid #FBDCDC;
	background: #FFF6F6;
	margin: 15px 0;
	padding: 10px 15px;
	font-size: 14px;
	color: #ED836B;
}

.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: 21px;
	line-height: 21px;
}

.comment-form-content {
	height: 120px;
}

.comment #respond .comment-form-file input[type="text"],
.comment #respond .comment-form-content { width: 96%; }

.comment-form-file input[type="text"],
.comment-form-content {
	width: 760px;
	padding: 8px 9px;
}

.comment-form-file input[type="text"] {
	text-transform: uppercase;
	letter-spacing:1px;
	font-size: 10px;
}

#commentform input[type="submit"] {
	border: none;
	height: 33px;
	line-height: 33px;
	padding: 0 20px;
	margin-top: 20px;
	text-transform: uppercase;
	letter-spacing:1px;
	font-size: 11px;
}

#commentform input[type="submit"]:hover {
	color: #FFF;
}

#commentform .logged-in-as {
	margin-bottom: 10px;
}




/* #Pages
================================================== */

/*common*/
.site-content-wrapper-left-page .eight,
.site-content-wrapper-left-page .four,
.site-content-wrapper-right-page .eight,
.site-content-wrapper-right-page .four {
	margin-bottom: 0;
}

.site-content-wrapper-left-page .eight .eight,
.site-content-wrapper-left-page .four .four,
.site-content-wrapper-right-page .eight .eight,
.site-content-wrapper-right-page .four .four {
	margin-bottom: 40px;
}


/*contact*/
.post-contact-page {
margin-left: 40px;
margin-right: 30px;
}
.post-contact-page .shortcode-gmap {
	margin-bottom: 40px;
}

.post-contact-page .column {
	margin-bottom: 0;
}

.wpcf7-form { margin-top: 20px; }
.contact-form-wrapper #contactform { padding-top: 10px; }

.wpcf7-form p { 
	color: #999;  
	font-size: 12px; 
	text-transform: uppercase;
	letter-spacing:1px; 
}

.wpcf7-form-control-wrap { 
	display: block; 
	margin-top: 5px; 
}

.contact-form-wrapper .box,
.wpcf7-form-control-wrap { 
	margin-bottom: 20px; 
}

.contact-form-wrapper .your-message { 
	margin-bottom: 0; 
}

.contact-form-wrapper label { 
	display: block; 
	color: #999;  
	font-size: 12px; 
	margin-bottom: 5px; 
	text-transform: uppercase; 
	letter-spacing:1px;
}

.contact-form-wrapper .required { 
	color: #FF0000; 
	padding-right: 5px; 
	font-weight: 100; 
	font-size: 14px; 
}

.contact-form-wrapper #comments { 
	margin: 0; 
}

.contact-form-wrapper input[type="text"] {
	padding: 8px 9px;
	height: 21px;
	line-height: 21px;
}

.contact-form-wrapper #comments,
.contact-form-wrapper .wpcf7-textarea {
	height: 120px;
	padding: 8px 9px;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper #comments,
.contact-form-wrapper .wpcf7-textarea {
	width: 95%;
}

.contact-form-wrapper input[type="submit"]  {
	height: 33px;
	line-height: 33px;
	padding: 0 20px;
	margin-top: 20px;
	text-transform: uppercase;
	letter-spacing:1px;
}

.contact-form-wrapper #message { margin: 10px 0; padding: 0; }

.contact-form-wrapper .error-message,
.contact-form-wrapper span.wpcf7-not-valid-tip,
.contact-form-wrapper div.wpcf7-validation-errors,
.contact-form-wrapper div.wpcf7-mail-sent-ng,
.contact-form-wrapper div.wpcf7-spam-blocked {
	border: 1px solid #FBDCDC;
	background: #FFF6F6;
	margin: 20px 0;
	padding: 8px 15px;
	font-size: 14px;
	color: #ED836B;
	text-transform: none;
}

.contact-form-wrapper .box-button { 
	position: relative;
}

.contact-form-wrapper .loader { 
	position: absolute;
	top: 35px;
	left: 150px;
}

.contact-form-wrapper #success-page,
.contact-form-wrapper div.wpcf7-mail-sent-ok {
	border: 1px solid #DCF4FA;
	background: #F5FCFF;
	color: #6BC4ED;
	padding: 8px 15px;
}

.contact-form-wrapper #success-page strong { color: #6BC4ED; }

.contact-form-wrapper span.wpcf7-not-valid-tip {
	position: absolute;
	top: -5px;
	left: 15px;
	width: 85%;
	padding: 6px 15px;
}

.contact-form-wrapper h3,
.contact-info h3 {
	font-weight: bold;
}

.contact-form-wrapper h3 span,
.contact-info h3 span {
	display: inline-block;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.contact-info {
	padding-left: 20px;
}

.contact-info ul {
	list-style: none;
	margin: 0;
}

.contact-info li {
	margin-top: 25px;
	line-height: 20px;
}

.contact-info li strong {
	display: block;
	margin-bottom: 5px;
}




/*404 page*/
.page-single-404 {
	text-align: center;
}

.page-single-404 h1 {
	font-size: 128px;
	line-height: 136px;
}

.page-single-404 h3 {
	font-size: 18px;
	margin: 25px 0 0 0;
}




/*search list*/
.search-lists li {
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.search-lists li .post-entry {
	margin-left: 170px;
}

.search-lists li .not-align {
	margin-left: 0;
}

.search-lists li .title {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 0;
}

.search-lists li .post-excerpt {
	margin-top: 10px;	
}




/*faq*/
.faq-list .faq-wrap {
	margin-top: -10px;
}

.faq-list .faq-wrap .item {
	margin-top: 10px;
	font-size:17px;
}

.faq-list .faq-wrap .item h5.toggle {
	cursor: pointer; 
	position: relative;
	margin-bottom: 0;
	height: 38px;
	line-height: 30px;
	padding: 7px 20px 0 60px;
	font-size: 15px;
	font-weight:bold;
}

.faq-list .faq-wrap .item h5.toggle .toggle-arrow {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 45px;
	height: 45px;
	background-image: url(../images/faq-arrow.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

.faq-list .faq-wrap .item h5.active .toggle-arrow {
	background-position: 50% 100%;
}

.faq-list .faq-wrap .toggle-content {
	
	padding:20px 400px 20px 60px;	
	
}
.faq-list .faq-wrap .toggle-content ul {
	margin-bottom: 20px;
}

/* team */
.page-id-6 .shortcode-col-3-1 {
	margin-top: 20px;
}




/* #Slogan & Tagline
================================================== */
.site-tagline {
	padding: 25px 30px;
	text-align: center;
}

.site-tagline p {
	margin-bottom: 0;
}

.site-tagline-has-button {
	text-align: left;
}

.site-tagline-has-button .text {
	float: left;
}

.site-tagline-has-button .button {
	float: right;
	margin-top: 5px;
}

.site-tagline-has-button .button a {
	display: block;
	height: 43px;
	line-height: 43px;
	padding: 0 20px;
	font-size: 16px;
}

.site-slogan {
	text-align: center;
}

.site-slogan h3.title {
	margin-bottom: 5px;
	line-height: 36px;
	font-size: 32px;
}

.site-slogan p {
	font-size: 18px;
	line-height: 120%;
}





/* #Tweets Slide
================================================== */
.flexslider-tweets ul {
	padding: 30px 30px 30px 80px;
	list-style: none;
}

.flexslider-tweets ul li {
	font-style: italic;
	font-size: 16px;
}

.flexslider-tweets ul li .date {
	padding-left: 20px;
	font-size: 14px;
}

.flexslider-tweets ul li .date a:hover {
	text-decoration: none;
}



/* #Footer
================================================== */
.footer-widgets-area {
	padding-top: 40px;
}

.site-footer-section .row {
	padding: 32px 0;
}
#site-foot .container {
margin-top:0px;	
}
.site-copyright {
	float: left;
	clear:both;
	font-size: 9px;
	margin-top: 15px;
	color:#506571;
}
.site-copyright a {
	color:#506571;
}
.site-copyright a:hover {
color:#fff;	
}
#site-foot {
	margin-top: 42px;
}

#nav-bottom-menu {
	float: left;
}

#nav-bottom-menu ul {
	margin: 0;
	list-style: none;
}

#nav-bottom-menu li {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing:1px;
	font-size: 12px;
	margin-right: 22px;
}

#nav-bottom-menu li span {
	padding: 0 4px 0 5px;
}

#nav-bottom-menu li:last-child span {
	padding: 0;
	display: none;
}

#toTop { 
	height: 40px; 
	width: 40px; 
	position: fixed; 
	bottom: 80px; 
	right: 0; 
	cursor: pointer; 
	display: none; 
	text-indent: -999em; 
	z-index: 999;
	background-image: url(../images/top-link.png);
	background-repeat: no-repeat;
}
/* SOCIAL */
#site-foot .social {
float:right;	
}
#site-foot .social ul {
margin:0px;
padding:0px;
list-style-type:none;	

}
#site-foot .social ul li {
padding:0px;
margin-right: 3px;

float:left;
}
#site-foot .social ul li a{
	display:block;
	width:24px;
    height:24px;
	line-height:24px;
}
#site-foot .social .widget_text .textwidget {
margin-top: 0px;	
}

/* Single portfolio custimizations */
.single-portfolio .site-page-header h3 {
	display:none;
}
.single-portfolio .columns .inner h1 {
 font-size: 36px;
    margin-bottom: 30px;
	margin-top: 30px;
	font-weight:bold;
}
.single-portfolio .site-page-header .row {
	background:none;
	padding:0px;
}
.single-portfolio .site-content-wrapper {
	background:none;	
}
.single-portfolio .portfolio {
background:#fff;	
}
.single-portfolio .related-portfolios-lists {
	background:none;
}

.single-portfolio .columns .column {
margin-bottom: 0px;	
}

