/*

Theme Name: Alhena 
Theme URI: http://themeinprogress.com/demo/alhena/
Description: Alhena is a responsive clean and corporate WordPress Theme. The theme support all modern browsers like Firefox, Chrome, Safari, Opera and Internet Explorer 8, 9 and 10 and uses the most modern technologies like HTML5 and CSS3.
Author: Theme in Progress.
Author URI: http://themeinprogress.com
Version: 1.3.5
Tags: html5,css3,responsive,minimal,tumblelog,red,green,yellow,pink,orange,cyan,blue,sidebar,two columns
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

*/

html { 
	min-height:101%;
}
body.custombody { 
	background-color: #F3F3F3 ;
}

/* ====================== START TYPOGRAPHY ====================== */

p, 
li, 
address, 
dd, 
blockquote, 
td, 
th,
.textwidget { 
	font-size: 1.1em;
	line-height:1.8em;
	font-family:'Abel',Verdana, Geneva, sans-serif; 
	font-weight: normal;
}
body,
p,
li,
address,
dd,
blockquote { 
	color:#545252;
} 

p,
dl,
ul,
ol { 
	margin: 0 !important;
	/*list-style:none !important;*/
    list-style-type: disc;
} 

body.dark #top-box p, 
body.dark #top-box dl,
body.dark #top-box li, 
body.dark #top-box h3, 
body.dark #top-box .widget-box {
	color:#fff;
}

body.dark .jcarousel-skin-wip p,
body.dark .jcarousel-skin-wip .text,
body.dark .jcarousel-skin-wip .text p {
	color:#616161 !important;
}

body.light #top-box p, 
body.light #top-box dl,
body.light #top-box li, 
body.light #top-box h3, 
body.light #top-box .widget-box {
	color:#616161;
}

select, 
textarea,
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6 { 

	font-family:'Abel',Verdana, Geneva, sans-serif;
	line-height: 28px;
	color:#616161;
	font-weight:100 !important;
	margin:0;
}
   
h1 {
	font-size: 28px !important;
}
h2 {
	font-size: 26px !important;
}
h3 {
	font-size: 24px !important;
}
h4 {
	font-size: 20px !important;
}
h5 {
	font-size: 16px !important; 
}
h6 {
	font-size: 14px !important;
}

select {
	width:100% !important;
}

code {
	display:block;
	white-space:normal !important;
}

/* ====================== END TYPOGRAPHY ====================== */

/* ====================== START ELEMENTS ====================== */

a { 
	color:#0065BF;
	outline: none;
	border:none;
	font-weight:normal;
	text-decoration:none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}
a:hover {
    text-decoration: underline;
	/*color: #dfa200;*/
}
a.post-edit-link {
	font-family:'Abel',Verdana, Geneva, sans-serif;
	font-size:14px;
}
a.post-edit-link:hover {
	color:#333;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.title i {
	padding: 0;
	margin: 0 10px 0 0;
	line-height: 50%;
}

::selection {
	background: #0065BF;
	color:#fff;
	}
::-moz-selection {
	background: #0065BF;
	color:#fff;
}

.select-menu {
	display:none;
	visibility:hidden;
}

span.messaggeok {
	font-weight:bold;
}
span.error {
	display:none;
	color:#b93333;
	font-weight:bold;
}

.title {
	overflow:hidden;
}

.button {
	background-color: #0065BF;
	border-bottom:4px solid #0065BF;
	padding:10px 10px 6px 10px;
	color:#fff;
	font-weight:bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:45px 0 -10px 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	font-family: 'Abel', sans-serif;
	font-size:13px;
	width:95px;
	text-align:center;
	position:relative;
	display: block;
	line-height: 1.6em;
}

.button:hover {
	background:#0065BF;
	border-bottom:4px solid #0065BF !important;
	color:#fff;
	text-decoration:none;
	border-bottom:none;
}

.portfolio_button {
	margin:45px 0 0 0;
}

.btn .btn-default {
	font-family:'Oxygen',Verdana, Geneva, sans-serif;
}
.btn .btn-default.right a {
	color:#616161;
}

form {
	margin:0 !important;
}

/* ====================== END ELEMENTS ====================== */

/* ====================== START SECTIONS ====================== */

.header {
	position:relative;
	text-align:center;
	margin:0 0 50px 0;
	padding:0;
	background:#333;
	min-height:180px;
}
#footer {
	position:relative;
	background:#333;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	-moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

#slogan {
	width:100%;
	background:#0065BF;
	text-align:center;
	padding:60px 0;
	color:#fff;
	position:relative;
	margin-top:-50px;
	margin-bottom:50px;
}

#slogan p {
	color:#fff;
	font-size:32px;
    line-height: 45px !important;
}

#slogan p a {
	color:#fff;
	font-weight:bold;
    line-height: 45px !important;
}

#footer ul,
#sidebar ul {
	list-style:none;
	font-weight: normal;
	color:#fafafa;
	margin:0;
}
#footer a {
	line-height:1.9em;
	-webkit-transition: all .3s ease;
	font-family:'Abel',Verdana, Geneva, sans-serif;
	font-size:14px;
}
#footer p,
#footer a {
	color:#fff;
}

#footer a:hover {
	color:#0065BF;
}

#top-box,
#header-box ,
#bottom-box ,
#footer-box {
	margin:0;
	padding:0;
}

#sidebar .sidebar-box {
	padding:30px;
}
.col-md-8.left-sidebar {
	float:right;
}
.col-md-8.right-sidebar {
	float:left;
}

#blog .pin-article.col-md-8,
.col-md-8.left-sidebar,
.col-md-8.right-sidebar  {
	margin-bottom:25px;
}

.masonry-layout .col-md-8.left-sidebar,
.masonry-layout .col-md-8.right-sidebar  {
	margin-bottom:0;
}

#sidebar .title h3 {
	padding: 0;
	margin: 0;
	position:relative;
	line-height:20px !important;
}
#footer h4.title {
	font-size: 20px;
	margin: 0;
	padding: 20px 0;
}

#footer .textwidget {
	font-size:12px;
	line-height:1.8em;
}

#footer select,
#footer textarea,
#footer input[type="text"],
#footer input[type="password"],
#footer input[type="datetime"],
#footer input[type="datetime-local"],
#footer input[type="date"],
#footer input[type="month"],
#footer input[type="time"],
#footer input[type="week"],
#footer input[type="number"],
#footer input[type="email"],
#footer input[type="url"],
#footer input[type="search"],
#footer input[type="tel"],
#footer input[type="color"],
#footer .uneditable-input{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width:96%;
	padding: 5px 2%;
}

#footer p,
#footer li,
#footer address,
#footer dd,
#footer blockquote,
#footer td,
#footer th,
#footer .textwidget,
#sidebar p,
#sidebar li,
#sidebar address,
#sidebar dd,
#sidebar blockquote,
#sidebar td,
#sidebar th,
#sidebar .textwidget {
	font-size:14px;
	line-height:1.9em;
	font-family:'Abel',Verdana, Geneva, sans-serif;
	font-weight: normal;
}

#footer .title,
#footer p,
#footer li,
#footer address,
#footer dd,
#footer blockquote,
#footer td,
#footer th,
#footer .textwidget {
	color:#fff;
}

#footer .copyright {
	padding: 10px 0;
	line-height:15px;
}
#footer .widget {
	border-bottom: solid 1px #ff6644;
	margin-right:-20px;
	padding: 0 0 10px 0;
}
/* LOGO */

#logo {
	position:relative;
	display:block;
	text-align:left;
	line-height:80px;
	min-height:80px;
	padding:5px 0;
}
#logo a.logo {
	font-family:'Kristi',Verdana, Geneva, sans-serif;
	font-size:55px;
	color:#fff;
	text-decoration:none;
	text-align:left;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}
#logo a.logo:hover {
	text-decoration:none;
	color:#fff;
	border-bottom:none;
}

/* ====================== END SECTIONS ====================== */

/* ====================== START NAV ====================== */

/* MAIN NAV */

nav#mainmenu {
	text-align:right;
	position:relative;
	width:100%;
	height:90px;
}
nav#mainmenu ul {
	list-style:none;
	margin:0;
	display:inline-block;
}
nav#mainmenu ul li {
	float:left;
	position:relative;
	display:block;
	text-align:right;
}
nav#mainmenu ul li a,
nav#mainmenu ul li span {
	text-decoration:none;
	display:block;
	font-family:'Abel',Verdana, Geneva, sans-serif;
	font-size:14px;
	padding:35px 10px;
	padding-bottom: 10px;
	z-index:1;
	color:#fff; /*919191*/
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	text-transform:uppercase;
}
nav#mainmenu ul li a:hover,
nav#mainmenu li:hover > a,
nav#mainmenu ul li.current-menu-item > a,
nav#mainmenu ul li.current_page_item > a,
nav#mainmenu ul li.current-menu-parent > a,
nav#mainmenu ul li.current_page_ancestor > a,
nav#mainmenu ul li.current-menu-ancestor > a,
nav#mainmenu ul li span{
	color:#FFBC00;
}

nav#mainmenu ul li span {
    padding:35px 10px;
	padding-bottom: 10px;
}


nav#mainmenu .sf-sub-indicator {
	padding:0 0 0 10px;
	float:right;
	font-size:8px;
}
/* END MAIN NAV */

/* SUBMENU */

nav#mainmenu ul ul:before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #474747;
	top: -8px;
	left: 15px;
	z-index: 1000;
}

nav#mainmenu ul ul {
	display:none;
	position: absolute;
	top:90px;
	left:0;
	background:#474747;
	width:100%;
	min-width:190px;
	z-index:1001;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	-moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

nav#mainmenu ul ul li {
	position:relative;
	margin:0;
	line-height:1em;
	text-transform:none;
	width:100%;
	min-width:190px;
}
nav#mainmenu ul ul li a{
	text-decoration:none;
	text-align:left;
	display:block;
	height:14px;
	padding:15px !important;
	margin:0;
	font-family:'Abel',Verdana, Geneva, sans-serif;
	text-transform:inherit;
	text-shadow:inherit;
	color:#919191;
	font-size:14px;
}

nav#mainmenu ul ul li a:hover,
nav#mainmenu ul ul li a:hover,
nav#mainmenu ul ul li.current-menu-item > a,
nav#mainmenu ul ul li.current_page_item > a,
nav#mainmenu ul ul li.current_page_ancestor > a,
nav#mainmenu ul ul li.current_page_ancestor > a,
nav#mainmenu ul ul li.current-menu-ancestor > a {
	background:none !important;
	color:#fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

nav#mainmenu ul ul li ul {
	top:-1px;
	left:180px;
	border-top:solid 1px #474747;
}

nav#mainmenu ul ul li ul:before {
	display:none;
}


/* END SUBMENU */

/* WIDGETMENU */

nav#widgetmenu ul{
	position:relative;
	margin:0;
	border:solid 1px #ddd;
	border-bottom:none;
	border-left:solid 1px #ddd;
	border-right:solid 1px #ddd;
}
nav#widgetmenu li {
	position:relative;
	cursor:pointer;
	line-height:1.8em;
}

nav#widgetmenu li a{
	font-size:14px;
	display:block;
	background:#f3f3f3;
	padding:8px;
	color:#333;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	font-family:'Abel',Verdana, Geneva, sans-serif;
	border-bottom:solid 1px #ddd;
	border-top:solid 1px #fff;
}

nav#widgetmenu ul.sub-menu {
	display:none;
	margin:0;
	z-index:9999;
	background:#f3f3f3;
	border:none;
}
nav#widgetmenu li li:last-child {
	border-bottom:none;
}

nav#widgetmenu li li a{
	text-decoration:none;
	text-align:left;
	padding:8px 8px 8px 20px;
}
nav#widgetmenu li li li a{
	text-decoration:none;
	text-align:left;
	padding:8px 8px 8px 40px;
}
nav#widgetmenu li a:hover,
nav#widgetmenu li:hover > a ,
nav#widgetmenu li.current-menu-item > a,
nav#widgetmenu li.current-menu-ancestor > a {
	background:#eee;
}

.tinynav { display: none }

/* END WIDGETMENU */

/* ====================== END NAV ====================== */

/* ====================== START CONTENT ====================== */

.main-content,
.main-content.blog {
	margin-top:0;
	margin-bottom:50px;
}


#top-box,
#header-box ,
#bottom-box ,
#footer-box {
	margin-bottom:0;
}

#top-box .widget-box,
#header-box .pin-article ,
#bottom-box .pin-article ,
#footer-box .pin-article {
	margin-bottom:50px;
}

.masonry-layout .pin-article {
	margin-bottom:25px;
}

.main-content .pin-article.col-md-8.left-sidebar,
.main-content .pin-article.col-md-8.right-sidebar,
.main-content.article {
	margin-bottom:0;
}

.masonry-layout {
	margin-bottom:25px;
}
.masonry-layout .pin-article.col-md-4:last-child,
.masonry-layout .pin-article.col-md-6:last-child {
	margin-bottom:25px;
}

#blog .pin-article:last-child,
#blog .col-md-8.left-sidebar {
	margin-bottom:0;
}

.col-md-8.left-sidebar,
.col-md-8.right-sidebar
.main-content.blog .pin-article {
	margin-bottom:50px;
}

.main-content.blog .pin-article:last-child {
	margin-bottom:25px;
}

.pin-article {
	/*background:#fff;*/
	margin-bottom:50px;
    /*
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.18);
	-moz-box-shadow:    inset 0px -1px 1px rgba(0, 0, 0, 0.18);
	box-shadow:         inset 0px -1px 1px rgba(0, 0, 0, 0.18);
	*/
	word-wrap: break-word
}
.pin-article .pin-article {
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}

.pin-article:last-child,
.main-content.page .pin-article,
.main-content.custom-post .pin-article {
	margin-bottom:0;
}

.pin-article article.article {
	padding: 45px 29px 29px 29px;
    background:#fff;
    -webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.18);
    -moz-box-shadow:    inset 0px -1px 1px rgba(0, 0, 0, 0.18);
    box-shadow:         inset 0px -1px 1px rgba(0, 0, 0, 0.18);
}

.pin-article.col-md-4 article.article,
.pin-article.col-md-3 article.article {
	padding:30px;
}


.pin-article .attachment p {
	text-align:center;
}

.pin-article .attachment .entry-info .entry-date {
	margin:auto;
}

.pin-article .link {
	text-align:center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	color:#fff;
	background:#333;
}
.pin-article article.article.link {
	padding:0;
}

.pin-article .link a:hover  {
	background:url('../files/wp_imports/icons/link.png') no-repeat center 20px #0065BF;
}
.pin-article .link a {
	background:url('../files/wp_imports/icons/link.png') no-repeat center 20px;
	font-size:18px;
	color:#fff;
	padding:85px 0 40px 0;
	display:block;
	border-bottom:none;
	font-family: "Abel", Times, serif;
}

.pin-article .aside {
	background:url(../files/background/paper.jpg) repeat;
	position:relative;
}

.pin-article .aside p {
	font-family: "Handlee", Times, serif;
}

.pin-article .aside:after {
	content: '';
	display: block;
	position: absolute;
	width: 59px;
	height: 52px;
	top: 0;
	left: 0;
	margin-top: -16px;
	margin-left: -15px;
	background:url(../files/wp_imports/icons/scotch-left.png) no-repeat;
}

.pin-article .aside:before {
	content: '';
	display: block;
	position: absolute;
	width: 59px;
	height: 52px;
	top: 0;
	right: 0%;
	margin-top: -16px;
	margin-right: -15px;
	background:url(../files/wp_imports/icons/scotch-right.png) no-repeat;
}

.pin-article .aside p,
.pin-article .category h1,
.pin-article .portfolio h1,
.pin-article .search h1{
	margin:0;
}

.pin-article .category,
.pin-article .category h1,
.pin-article .portfolio,
.pin-article .portfolio h1,
.pin-article .search,
.pin-article .search h1 {
	background:#333;
	color:#f1f1f1;
	font-size:21px;
	text-align:center;
	font-weight:100
}
.pin-article .category h1 a {
	color:#fff;
}
.pin-article .quote {
	background:#333;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.pin-article .quote blockquote {
	border-left:0;
	background:url('images/icons/cite.png') no-repeat top center;
	padding:65px 0 0 0;
	margin:0;
}

.pin-article .quote blockquote p {
	color:#fff !important;
	text-align:center;
	font-style:normal;
	font-size:26px;
	padding:0 0 12px 0;
}
.col-md-4.pin-article .quote blockquote p {
	font-size: 18px;
}

#sidebar .pin-article,
#footer-box .pin-article{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


.icon {
	width:90px;
	margin:15px 0;
	background:#fff;
	border:solid 1px #ddd;
	padding:4px;
}
.pin-article .quote p {
	color:#fff;
	text-align:center;
	font-size:16px
}


.pin-article .quote:hover {
	background:#0065BF;
}

.pin-article .wp-post-image {
	z-index:999;
}

.contact-map {
	width:100%;
	height:400px;
	border-bottom:solid 1px #ccc;
	margin-top:-50px;
}

.pin-container,
.video-container,
.maps-container {
	overflow: hidden;
	position: relative;
	height:auto;
	max-height:100%;
}
.video-thumb,
.maps-thumb {
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video-thumb iframe,
.video-thumb object,
.video-thumb embed,
.maps-thumb iframe,
.maps-thumb object,
.maps-thumb embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:none;
}
.soundcloud {
	margin:0 0 40px 0;
}
.col-md-4 .soundcloud {
	margin:0 0 20px 0;
}
.widget-box .soundcloud {
	margin:0;
}
.soundcloud iframe,
.soundcloud object,
.soundcloud embed {
	width: 100%;
	height:166px;
	border:none;
}
.pin-container:after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 0;
	height: 0;
	/*border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;*/
	bottom: 0px;
	left: 45px;
	z-index:1000;
}

.pin-article .title h1 {
	font-size:36px !important;
	font-style: normal;
	position:relative;
	color:#616161;
}
.pin-article .title h1 a,
.pin-article .title h3 a {
	color:#616161;
}

.pin-article .title h1 a:hover ,
.pin-article .title h3 a:hover {
	color:#0065BF;
}

.pin-article.col-md-4 .title h1 {
	font-size:22px;
}

.pin-article.col-md-4 .line {
	margin:0 0 20px 0;
}

.pin-article .separator:after {
	background:url(../../files/wp_imports/separator.png) repeat;
	width:100%;
	height:5px;
	content: '';
	display: inline-block;
	margin:0;
}

.pin-article .container-fluid {
	padding:0;
	margin: 0 0 45px 0;
}
.pin-article .container-fluid:last-child {
	padding:0;
	margin: 0;
}

.article-header {
	font-family: 'Oxygen', sans-serif;
	margin:0 0 20px 0;
	color:#000;
	font-size:13px;
	position:relative;
	text-align:center;
}

/* PORTFOLIO */

.skills {
	position:relative;
	padding:0;
	width:200px;
	font-size:14px;
	margin-bottom:50px;

}
.skills .views{
	background:#333;
	padding:13px 15px;
	color:#fff;
	position:relative;
	font-family:'Abel';
}
.skills .views i {
	float:right;
	font-size:12px;
	-webkit-transition: -webkit-transform 0.3s ease;
	-moz-transition: -moz-transform 0.8s ease;
	-o-transition: -o-transform 0.8s ease;
	transition: transform 0.8s ease;
	line-height:21px;
}
.skills .views i.open {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}
.skills .views.active,
.skills .views:hover {
	background:#0065BF;
	cursor:pointer;
}
.filter {
	display:none;
	position: absolute;
	top: 46px;
	left: 0;
	z-index: 1000;
	width: 100%;
	z-index: 1000;
	background:#333;
	border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
}
.filter li a{
	padding:10px 15px;
	color:#fff;
	border:none;
	display:block;
	font-family:'Abel';
}
.filter li {
	color:#fff;
	cursor:pointer
}
.filter li a {
	color:#fff;
}
.filter li:hover,
.filter li.active{
	background:#0065BF;
	border:none;
}
.portfolio-grid {
	position:relative;
}
.filterable-grid {
	list-style:none;
	margin:0;
	padding:0;
	display:block !important;
}
.filterable-grid li  {
	position:relative;
	margin-bottom:25px;
}
.filterable-grid li:last-child {
	margin-bottom:0;
}
.filterable-grid .wp-post-image {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.filterable-grid .wp-post-image:hover {
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
	transform: none;
}

.filterable-grid  h4.title {
	background: #fff;
	color: #000;
	position: relative;
	font-size: 21px;
	text-transform:uppercase;
	height:40px;
	line-height:40px;
	text-align:center;
}

footer.portfolio_skills {
	margin-top:45px;
}

footer.portfolio_skills span{
	margin:0;
}

#footer-box .filterable-grid  h4.title {
	padding:0;
}
.filterable-grid .overlay {
	opacity: 0;
	filter: alpha(opacity=0);
	background: #333;
	height: 100%;
	left: 5px;
	overflow: hidden;
	position: absolute;
	top: 5px;
	width: 100%;
	line-height: 1.1em;
	color: #fff;
	text-align: center;
	font-family: 'Maven Pro',Verdana, Geneva, sans-serif;
	cursor: pointer;
	text-align:center
}

.filterable-grid .news .overlay {
	left: 8px;
	top: 8px;
}

.filterable-grid li .overlay a.zoom {
	background: url(../files/icons/zoom.png) no-repeat center;
	width: 100%;
	height: 100%;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	border:none;
	padding:0;
	display:block
}
ul.filterable-grid li article.works {
	padding:4px ;
	background:#fff ;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.18);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.18);
	position:relative ;
	display:block ;
	border:none !important;
}
.sidebar-box ul.filterable-grid li article.works {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border:solid 1px #ddd !important;
}
ul.filterable-grid li article.works.news {
	padding:8px ;
}
article ul.filterable-grid li article.works {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: solid 1px #ddd !important
}
#footer-box .works {
	border:none;
}

/* END PORTFOLIO */

/* START COMMENT   */

.commentlist {
	list-style:none;
	line-height:1px;
	margin:0;
}

.commentlist ul {
	list-style:none;
	padding:0;
	margin:0;
}
.comment-container {
	margin:0 0 45px 0;
	padding:25px 15px;
	font-family:'Maven Pro',Verdana, Geneva, sans-serif;
	font-size:12px;
	position: relative;
	background:#fff;
	border:solid 1px #ddd;
}

.comment-avatar img {
	padding:4px;
	border:solid 1px #ddd;
	float:left;
}
.comment-text {
	position:relative;
	margin-left:110px;
	border-left:solid 1px #ddd;
	padding:0 0 0 15px;
}

.comment-text p {
	font-size:14px !important
}

.comment-container .comment-date {
	padding:10px 0;
}
.comment-avatar {
	position:relative;
	width:110px;
	float:left;
}

.commentlist .pingback .comment-avatar img,
.commentlist .pingback .comment-avatar {
	display:none;
	overflow:hidden;
}
.commentlist .pingback .comment-text {
	margin-left:auto;
	border-left:0;
}

.comment-author .author {
	font-family: "Abel", Times, serif;
	font-size:18px;
	display:block;
	font-weight:bold;
}

.commentlist .children li {
	margin-left:110px;
}
.comment-notes {
	font-size:12px;
	margin:-30px 0 25px 0;
}

h3#reply-title, h3.comments {
	font-family: 'Abel',Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 5px 45px;
	height:45px;
	line-height:45px;
	background:url('../files/icons/comment.png') no-repeat center left;
	margin:45px 0;
}

h3#reply-title small, .logged-in-as {
	font-family: 'Abel',Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 14px !important;
	font-weight: bold;
	text-transform: uppercase;
	margin:-20px 0 40px 0;
}

.form-allowed-tags {
	font-size: 14px !important;
}

/* END COMMENT  */

/* START CONTACT FORM SHORTCODE / COMMENT FORM */

.contact-form input[type=text],
.contact-form textarea,
.comment-form input[type=text],
.comment-form textarea {
	padding: 15px 2%;
	background:#fafafa;
	width: 96%;
	margin:0 0 35px 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border:none;
	font-family: 'Abel',Verdana, Geneva, sans-serif;
}

.contact-form input[type=submit],
.comment-form input[type=submit] {
	background:#0065BF;
	border:none;
	outline:none;
	border-bottom:4px solid #0065BF;
	padding:10px 10px 6px 10px;
	color:#fff;
	font-weight:bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:45px 0 -10px 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	font-family: 'Abel', sans-serif;
	font-size:16px;
	width:95px;
	text-align:center;
	position:relative;
	display: block;
}

.contact-form input[type=submit]:hover,
.comment-form input[type=submit]:hover {
	background:#0065BF;
	border-bottom:4px solid #0065BF;
	color:#fff;
	text-decoration:none;
}

.searchform {
	margin:15px 0 0 0;
}

#searchform #searchsubmit {
	float:left;
	width: 25%;
	margin:0;
	padding: 10px 1% 6px 1%;
}

#searchform .input-search {
	float:left;
	width: 70%;
	margin:0 1% 0 0;
	padding: 10px 2%;
}
.col-md-12 #searchform #searchsubmit {
	width:15%;
}
.col-md-12 #searchform .input-search {
	width:80%;
}

#searchform .input-search:hover,
#searchform .input-search:active,
#searchform .input-search:focus {
    outline:0px !important;
	-webkit-appearance:none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.logged-in-as a,
#comments a {
	color:#616161;
}

#footer-box .contact-form input[type=text], .contact-form textarea,
.widget-box .contact-form input[type=text], .contact-form textarea {
	padding:10px 2%;
	margin:0 0 15px 0;
}

#footer-box .contact-form input[type=submit],
.widget-box .contact-form input[type=submit] {
	margin:0;
}

#footer-box .error,
.widget-box .error {
	margin-bottom:15px;
	font-size:12px;
}

/* END CONTACT FORM SHORTCODE / COMMENT FORM */

/* START DEFAULT ELEMENTS */

/* BLOCKQUOTE */

article blockquote {
	border-left: 4px solid #ff6644;
	padding:0 35px;
	position:relative;
	margin-left:0px;
}

article blockquote p {
	text-align:left;
	line-height:1.6em;
	font-family: "Abel", Times, serif;
	font-size:15px;
}

blockquote h4.title a {
	color:#333;
}

.col-md-4 article blockquote {
	margin:0;
	padding:0;
	border-left:none;
}

#top-box blockquote,
#header-box blockquote,
#bottom-box blockquote,
#footer-box blockquote,
#sidebar blockquote {
	padding:0;
	margin:0;
}

#top-box blockquote h4.title,
#header-box blockquote h4.title,
#bottom-box blockquote h4.title,
#footer-box blockquote h4.title,
#sidebar blockquote h4.title {
	font-size:18px !important;
}

#header-box blockquote,
#sidebar blockquote,
#bottom-box blockquote,
#footer-box blockquote{
	border:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#sidebar blockquote {
	padding:0 5px 5px 5px;
	border:solid 1px #ddd;
}

#top-box blockquote {
	background:#fff;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.18);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.18);
	padding:25px;
}

#top-box blockquote p,
#header-box blockquote p,
#side-box blockquote p,
#bottom-box blockquote p,
#footer-box blockquote p{
	font-size:14px
}

#top-box blockquote h4.title,
#header-box blockquote h4.title,
#bottom-box blockquote h4.title,
#footer-box blockquote h4.title{
	line-height:1.4em !important;
	padding-bottom:0 !important;
	margin:0;
}

/* END BLOCKQUOTE */

.entry-info ul {
	display:inline;
	list-style:none;
}
.entry-info li {
	display:inline;
}
.entry-info a {
	display:inline;
	color:#616161;
}
.tags {
	background:#fff;
	padding:0 15px;
}
.tags a {
	font-weight:normal;
}
#sidebar .line {
	margin:0 0 30px 0;
}
#masonry .col-md-4 .line {
	border:none;
}
.post-date {
	color:#fff;
	text-align:left;
}
.pin-article .post-date,
.widget-box .post-date {
	color:#000;
}

.day {
	font-size:14px;
	line-height:1.1em;
}
.archive {
	margin:0;
}

/*

.col-md-4 .line {
	width:auto;
	margin:inherit;
}

.col-md-4 .jcarousel .line {
	margin:0 0 40px 0;
}
*/

.col-md-4 .line .tags {
	padding:0;
}
.col-md-4 .entry-info {
	padding:0;
}


.col-md-4 .entry-info .entry-date,
.col-md-4 .entry-info .entry-comments,
.col-md-4 .entry-info .entry-audio,
.col-md-4 .entry-info .entry-quote,
.col-md-4 .entry-info .entry-aside,
.col-md-4 .entry-info .entry-link,
.col-md-4 .entry-info .entry-video,
.col-md-4 .entry-info .entry-article,
.col-md-4 .entry-info .entry-gallery{
	display:block;
	text-align:center;
	width:inherit;
	padding:inherit;
	margin:5px auto;
}

/* END DEFAULT ELEMENTS */

/* START SOCIAL BUTTON */

.social-button {
	float:left;
	height:20px;
	margin-top:40px;
	width:auto;
}
.facebook-box {
	width:102px;
}
.facebook-box.en {
	width:82px;
}
.google-plus {
	width:65px;
}
.twitter-box {
	width:85px;
}
.pinterest {
	width:85px;
}

/* END SOCIAL BUTTON */

/* START DEFAULT STYLE */


.entry-tags {
	font-family: 'Abel',Verdana, Geneva, sans-serif;
	font-size:14px;
	border-bottom:solid 1px #ddd;
	border-top:solid 1px #ddd;
	position:relative;
	font-weight:bold;
}
.entry-tags span {
	font-weight:normal;
}

footer.post-tags {
	overflow:hidden;
	margin:40px 0 0 0;
}

footer.post-tags .line {
	margin:0;
}

.line {
	position:relative;
	z-index: 998;
	display:inline-block;
	margin: 0; /*0 0 40px 0 ;*/
	min-height:11px;
}
.line:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -2px;
	margin-left: 45px;
	width: 1170px;
	height: 7px;
	z-index: 998;
	background: url(../images/icons/dark_stripes.png) repeat;
}

body.dark #top-box .line:before {
	background: url(../images/icons/light_stripes.png) repeat;
}

#sidebar .line:before {
	margin-left: 20px;
}

.col-md-4 .line:before {
	margin-left: 25px;
}


.title {
	position:relative;
}

.entry-info i {
	color: #717171;
	margin: 0 10px 0 0;
	font-size:14px;
	line-height:21px
}

.entry-info {
	font-family: 'Abel',Verdana, Geneva, sans-serif;
	background:#fff;
	margin:0 0 30px 0;
	position:relative;
}

.entry-info .entry-date,
.entry-info .entry-comments,
.entry-info .entry-audio,
.entry-info .entry-video,
.entry-info .entry-standard,
.entry-info .entry-gallery {
	width:90px;
	margin-right:10px
}

.col-md-4 .entry-info .entry-date,
.col-md-4 .entry-info .entry-comments,
.col-md-4 .entry-info .entry-audio,
.col-md-4 .entry-info .entry-video,
.col-md-4 .entry-info .entry-standard,
.col-md-4 .entry-info .entry-gallery{
	display:block;
	text-align:center;
	width:inherit;
	padding:inherit;
	margin:5px auto;
}

.col-md-4 .entry-info i  {
	line-height: 23px;
	position:absolute;
	left:0;
	margin:0;
	padding:0
}


/* END DEFAULT STYLE */

/* ===============================================
   IMAGE STYLE
   =============================================== */

img.alignnone,
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width:100%;
	height:auto;
}
.alignleft,
img.alignleft {
	display:inline;
	float:left;
	margin-right:24px;
	margin-top:4px;
}
.alignright,
img.alignright {
	display:inline;
	float:right;
	margin-left:24px;
	margin-top:4px;
}

.aligncenter,
div.aligncenter,
img.aligncenter {
	display: block;
	margin-left: auto ;
	margin-right: auto ;
	float:none;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom:12px;
}

.wp-caption {
	background:#f1f1f1;
	line-height:18px;
	margin-bottom:20px;
	max-width:558px ;
	padding:4px;
	text-align:center;
}

.wp-caption img {
	margin: 2px 0 5px 0;
	width: 98%;
}

.wp-caption p.wp-caption-text {
	color:#888;
	font-size:12px;
	margin:5px;
}

.wp-smiley {
	margin:0;
}

.gallery {
	margin:15px auto;
}

.gallery-item {
	float:left;
	margin:0 15px 15px 0;
	text-align:center;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-columns-2 .attachment-medium {
	max-width:92%;
	height:auto;
}

.gallery-columns-4 .attachment-thumbnail {
	max-width:84%;
	height:auto;
}

.gallery .gallery-caption {
	color:#888;
	font-size:12px;
	margin:0 0 12px;
}

.gallery dl {
	margin:0;
}

.gallery img {
	border:1px solid #ddd;
	background:#fff;
	padding:4px;
}

.gallery br+br {
	display:none;
}

.gallery a {
	border-bottom:none;
}

.pin-article .attachment img{
	display:block;
	margin:0 auto;
}

p.list-tags {
	line-height:25px;
	margin-top:20px;
	border-top:1px solid #dcdbdb;
	padding:10px 0 10px 36px;
	/*background:url('../../files/wp_imports/icons/article.png') left 15px no-repeat;*/
}

.overlay-image {
	position:relative;
	overflow:hidden;
}

.overlay-image .overlay{
	opacity: 0;
	filter: alpha(opacity=0);
	border:none;
}

.overlay-image .zoom {
	background: #000 url(../files/icons/zoom.png) no-repeat center;
	position:absolute;
	top:5px;
	left:5px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
}

.overlay-image .link {
	background: #000 url(../files/icons/link.png) no-repeat center;
	position:absolute;
	top:5px;
	left:5px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
}

.overlay-image .video {
	background: #000 url(../../files/icons/video.png) no-repeat center;
	position:absolute;
	top:5px;
	left:5px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
}
.overlay-image .wp-post-image {
	border:solid 1px #ddd;
	padding:4px;
	max-width:100%;
	max-height:100%;
	background:#fff;
}
.overlay-image .wp-post-image:hover {
	-moz-transform:	none;
	-webkit-transform: none;
	-o-transform: none;
	transform: none;
}
.wp-post-image {
	-webkit-transition: -webkit-transform 0.3s ease;
	-moz-transition: -moz-transform 0.8s ease;
	-o-transition: -o-transform 0.8s ease;
	transition: transform 0.8s ease;
	width:auto;
	height:auto;
}
.wp-post-image:hover {
	-moz-transform: rotate(1deg) scale(1.2);
	-webkit-transform: rotate(1deg) scale(1.2);
	-o-transform: rotate(1deg) scale(1.2);
	transform: rotate(1deg) scale(1.2);
}

.icon .wp-post-image:hover {
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
	transform: none;
}

.col-md-3 .overlay-image,
.col-md-4 .overlay-image {
	width:100% !important;
	height: 100% !important;
	position:relative;
}
.col-md-3 .overlay-image .wp-post-image,
.col-md-4 .overlay-image .wp-post-image {
	padding:0;
	border:0;
}

.col-md-3 .overlay-image .zoom,
.col-md-4 .overlay-image .zoom {
	left:0;
	top:0;
}

/* END IMAGE STYLE */

/* ====================== END CONTENT ====================== */

/* ====================== START WIDGET ====================== */

.widget-box {
	padding:0;
}

#sidebar .widget-box {
	margin:0 0 30px 0 !important;
}

#sidebar .widget-box:last-child{
	margin:0 !important;
}

/* ====================== START TABLE AND PRINCING TABLE ====================== */

.table-container,
.price-container {
	border-top:solid 1px #ddd;
	position:relative;
	margin:0 0 50px 0;
}

.table-column,
.price-column {
	float:left;
	text-align:center;
	border-bottom:solid 1px #ddd;
	position:relative;
}

.table-column:first-child,
.price-column:first-child {
	border-left:solid 1px #ddd;
	margin-left:-1px;
}

.price-column:before,
.table-column:before {
    content:"";
    display:block;
	position:absolute;
	height:100%;
	top:0;
	right:0;
	border-right:solid 1px #ddd;
}

.table-column.column-1,
.price-column.column-1 {
	width:100%;
}
.table-column.column-2,
.price-column.column-2 {
	width:50%;
}

.table-column.column-3,
.price-column.column-3 {
	width:33.3%;
}
.table-column.column-4,
.price-column.column-4 {
	width:25%;
}
.table-column.column-5,
.price-column.column-5 {
	width:20%;
}

.table-column.column-6,
.price-column.column-6 {
	width:16.66%;
}

.table-column .cell.heads {
	background:#f4f3f4;
	font-weight:bold;
	height:100px;
	line-height:100px;
}

.price-column .cell.heads {
	background:#f4f3f4;
	font-weight:bold;
	height:100px;
	line-height:100px;
	border-bottom:solid 1px #ddd;
}

.table-column .cell ,
.price-column .cell {
	border-bottom:solid 1px #ccc;
	padding:0 10px;
	height:60px;
	line-height:60px;
	word-wrap: break-word;
}

.table-column .cell i.fa-ok {
	color:#2ecc71;
}
.table-column .cell i.fa-remove {
	color:#e74c3c;
}

.price-column.large {
	position: relative;
	margin-top: -15px;
	-moz-box-shadow: 0 1px 20px #ccc;
	-webkit-box-shadow: 0 1px 10px #ccc;
	box-shadow: 0px 1px 10px #ccc;
	z-index:998;
}

.price-column.large:before {
    content:"";
    display:block;
	position:absolute;
	height:100%;
	top:0;
	right:0;
}

.price-column.large .cell.heads {
	background: #333;
	line-height:125px;
	height:125px;
	color:#fff;
}

.price-column .cell {
	border:none;
	height:80px;
	line-height:80px;
	z-index:999;
}

.table-container .cell.grey ,
.price-container .cell.grey ,
.price-container .cell.heads.grey {
	background:#f4f3f4;
}

.table-container .cell.black ,
.price-container .cell.black {
	background:#393939;
	color:#fff;
}
.table-container .cell.red ,
.price-container .cell.red,
.price-container .cell.heads.red {
	background:#e74c3c;
	color:#fff;
}
.table-container .cell.blue ,
.price-container .cell.blue ,
.price-container .cell.heads.blue {
	background:#0065BF;
	color:#fff;
}

.table-container .cell.green ,
.price-container .cell.green ,
.price-container .cell.heads.green {
	background:#2ecc71;
	color:#fff;
}

.table-container .cell.orange ,
.price-container .cell.orange ,
.price-container .cell.heads.orange {
	background:#e67e22;
	color:#fff;
}
.table-container .cell.yellow ,
.price-container .cell.yellow ,
.price-container .cell.heads.yellow {
	background:#f1c40f;
	color:#fff;
}
.table-container .cell.turquoise ,
.price-container .cell.turquoise ,
.price-container .cell.heads.turquoise {
	background:#1abc9c;
	color:#fff;
}
.table-container .cell.amethyst ,
.price-container .cell.amethyst ,
.price-container .cell.heads.amethyst {
	background:#9b59b6;
	color:#fff;
}


/* ====================== END TABLE AND PRINCING TABLE ====================== */

/* START CONTACT INFO WIDGET */
ul.contact-info {
	list-style:none;
	margin:0 !important;
    padding-left: 0px;
}

ul.contact-info li {
	border-bottom:solid 1px #ddd;
	padding:5px 0;
	margin:0 !important
}

.contact-info li i{
	width:25px;
	display:inline-block;
	text-align:left;
}
.contact-info li i.fa-mobile-phone {
	font-size:21px;
}

/* END CONTACT INFO WIDGET */

/* START FACEBOOK WIDGET */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    max-width: 100% !important;
	background:#fff;
	position:relative;
}

/* END FACEBOOK WIDGET */

/* START WORKS CATEGORY */

.works a.link {
	background:none !important;
	color:#333;
}
.works a.link:hover {
	color:#0065BF;
}

section#header-box.jcarousel .widget-box {
	margin: 50px 0 0 0;
}

section#top-box.jcarousel .widget-box {
	margin: 50px 0 0 0;
}

section#footer-box.jcarousel .widget-box {
	margin: 0 0 50px 0;
}

.jcarousel-skin-wip .row.lines {
	overflow:hidden;
}

.jcarousel-skin-wip .pin-article {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
    margin: 10px;
	margin-top: 58px;
	/*background:#fff; !important;
	border:solid 1px #ddd;*/
}

.jcarousel-skin-wip .circle {
	background: #0065BF;
	width: 130px;
	height: 130px;
	-webkit-border-radius: 65px;
	-moz-border-radius: 65px;
	border-radius: 65px;
	position:absolute;
	left:50%;
	margin-left:-65px;
	margin-top:-65px;
	text-align:center;
}

.jcarousel-skin-wip .circle i {
	font-size:66px;
	color:#fff;
	line-height:130px;
}

.jcarousel-skin-wip .pin-article:hover {
	background:#fff; /*0065BF*/
	color:#fff;
}

.jcarousel-skin-wip .pin-article:hover > .text p,
.jcarousel-skin-wip .pin-article:hover > .text h4 {
	/*color:#fff !important;*/
}
.jcarousel-skin-wip .pin-article:hover > .text .button {
	background:#fff;
	border-color:#0065BF;
	color:#333;
}

.jcarousel-skin-wip .pin-article > .text .button:hover {
	background:#0065BF;
	border-color:#3aa694;
	color:#fff;
}

.jcarousel-skin-wip .pin-article:hover > .circle  {
	background:#fff;
	box-shadow: 0px -1px 5px  rgba(34, 25, 25, 0.4);
	-moz-box-shadow: 0px -1px 5px  rgba(34,25,25,0.4);
	-webkit-box-shadow: 0px -1px 5px  rgba(34, 25, 25, 0.4);
}

.jcarousel-skin-wip .pin-article:hover > .circle i  {
	color:#333;
}


/*background:#fff; !important;
border:solid 1px #ddd;*/


.jcarousel-skin-wip .text {
	/* margin-top:60px; */
	text-align:center;
	padding: 70px 15px 0px 15px;
}

#sidebar .jcarousel-skin-wip blockquote .title {
	padding: 5px 15px 0 0;
	line-height:20px !important
}

.col-xs-12 .title.jcarousel,
.col-md-12 .title.jcarousel {
	margin-right:96px;
}

.col-xs-6 .title.jcarousel,
.col-md-6 .title.jcarousel {
	margin-right:96px;
}

.col-xs-4 .title.jcarousel,
.col-md-4 .title.jcarousel {
	margin-right:76px;
}

.col-xs-3 .title.jcarousel,
.col-md-3 .title.jcarousel {
	margin-right:76px;
}


.filterable-grid .works .entry-info {
	margin-bottom:0 ;
	position:relative
}

.jcarousel-skin-wip .button {
	 position:absolute;
	 bottom:-10px;
	 left:50%;
	 margin-left:-57.5px
}

.row .filterable-grid .col-md-12  {
	margin-left:0;
}

#header-box .col-md-4 .jcarousel-skin-wip article.works.news,
#bottom-box .col-md-4 .jcarousel-skin-wip article.works.news,
#header-box .row .filterable-grid .col-md-12 article.works.news,
#bottom-box .row .filterable-grid .col-md-12 article.works.news {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#header-box .col-md-4 .jcarousel-skin-wip article.works.news .overlay,
#bottom-box .col-md-4 .jcarousel-skin-wip article.works.news .overlay,
#header-box .row .filterable-grid .col-md-12 article.works.news .overlay,
#bottom-box .row .filterable-grid .col-md-12 article.works.news .overlay{
}
/* END WORKS CATEGORY */

/* START WIDGET CATEGORY */

#footer ul.widget-category {
	position:relative;
	margin:0;
	border-top:solid 1px #ddd;
	border-bottom:solid 1px #fff;
	border-left:solid 1px #ddd;
	border-right:solid 1px #ddd;
}
#footer ul.widget-category li {
	display:block;
	background:#f3f3f3;
	padding:8px;
	border-bottom:solid 1px #ddd;
	border-top:solid 1px #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	position:relative;
	cursor:pointer;
	color:#4d4d4d;
	font-family: 'Abel',Verdana, Geneva, sans-serif;
}
#footer ul.widget-category li a, ul.widget-category li.cat-item{
	font-size:14px;
	display:block;
	color:#333;
}
#footer ul.widget-category li.cat-item a{
	display:inline;
}
#footer ul.widget-category li:hover {
	color:#3aa694;
	background:#eee;
}
#footer ul.widget-category li a:hover{
	color:#3aa694;
}

/* END WIDGET CATEGORY */

/* START CALENDAR */

#wp-calendar th,
#wp-calendar
#today,
#wp-calendar
#today a {
	background:#ccc;
	color:#434343;
	font-family:'Abel',Verdana, Geneva, sans-serif;
}
#wp-calendar a:hover {
	border:none;
}
#wp-calendar {
	background: #f3f3f3;
	width:100%;
}
#wp-calendar caption {
	font-size: 14x;
	text-transform:uppercase;
	margin:0 0 10px 0;
	text-align:left;
	font-family:'Abel',Verdana, Geneva, sans-serif;
}
#wp-calendar th,
#wp-calendar td {
	text-align: center;
	font-size: 14x;
	color:#333;
	padding:3px 6px;
}
#wp-calendar td a {
	display:block;
	text-align: center;
	font-size: 14x;
	color:#000;
	text-decoration:underline
}
#wp-calendar td#prev a, #wp-calendar td#prev a{
	text-decoration:none;
	text-align:left;
}
#wp-calendar th{
	font-weight:bold
}
tr:nth-child(2n+2) {
	background-color: #fafafa;
}

/* END CALENDAR */

/* TWITTER WIDGET */

ul#twitter_update_list  {
	list-style:none;
	margin:0 !important
}
ul#twitter_update_list li {
	font-family:'Abel',Verdana, Geneva, sans-serif;
	margin:0 0 10px 0;
}

/* END TWITTER WIDGET */

/* START TAG CLOUD */

#header-box .tagcloud a,
#top-box .tagcloud a,
#bottom-box .tagcloud a,
#footer-box .tagcloud a,
#sidebar .tagcloud a {
	display: inline-block;
	padding: 4px 8px;
	text-align: center;
	font-family: 'Abel',Verdana, Geneva, sans-serif;
	font-size:12px !important;
	color:#ddd;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	background:#0065BF;
	color:#fff;
	border:none;
	margin:0 0 4px 0;
}
#header-box .tagcloud a:hover,
#top-box .tagcloud a:hover,
#bottom-box .tagcloud a:hover,
#footer-box .tagcloud a:hover,
#sidebar .tagcloud a:hover {
	color: #fff;
	background: #0065BF;
}
#sidebar .tagcloud a {
	font-size:14px;
}

/* END TAG CLOUD */

/* ====================== END WIDGET ====================== */


/* ====================== START TABS ====================== */

.tabs {
	position:relative;
	background:#f3f3f3;
	border: 1px solid #ccc;
	margin:0 0 15px 0;
}
.tabs-container {
	position:relative;
	border-top:solid 1px #fff;
	margin:0;
	padding:15px;
}
.tabs-container h3{
	font-size:14px;
	font-weight:bold;
}
.tabs-container p {
	font-family:'Abel',Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:1.4em;
}
.tabs ul {
	list-style:none;
	margin:0;
}
.tabs li {
	float:left;
}
.tabs li a {
	background:#f3f3f3;
	color:#666;
	text-decoration:none;
	padding:10px;
	display:block;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	font-family:'Abel',Verdana, Geneva, sans-serif;
	float:left;
	border-right:solid 1px #ddd;
	border-left:solid 1px #fff;
	border-bottom:none;
	font-size:16px;
	color:#333;
	font-weight:bold;
	outline: none;
}
.tabs li a:hover,
.tabs li.ui-tabs-active a,
.tabs li.ui-state-active a{
	background:#eee;
	display:block;
	border-left:solid 1px #eee;
	border-right:solid 1px #ddd;
	color:#000;
}

/* ====================== END TABS ====================== */

/* ====================== START TOOGLE ====================== */

.toggle {
	display: none;
	font-family:'Abel',Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:1.4em;
	padding:20px;
	background:#f3f3f3;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}

.toggle_container {
	border:solid 1px #ddd;
	margin:0 0 15px 0;
}
.toggle_container h5.element {
	cursor:pointer;
	background:url(../files/icons/toggle.png) no-repeat #f3f3f3 right center;
	padding:10px 8px;
	font-size:14px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	font-family:'Abel',Verdana, Geneva, sans-serif;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	text-transform:none;
	color:#333;
	line-height: 1.8em;
	margin:0 !important;
}
.toggle_container h5.element:first-child {
	border-top:none;
}
.toggle_container > h5.element:last-child {
	border-bottom:none;
}
.toggle_container h5.element:hover {
	color:#000;
	background:url(../files/icons/toggle.png) no-repeat #eee right center;
}
.toggle_container h5.inactive {
	background:url(../files/icons/toggle-hover.png) no-repeat #eee right center;
	color:#000;
}
.toggle_container h5.inactive:hover {
	background:url(../files/icons/toggle-hover.png) no-repeat #eee right center;
	color:#000;
}

/* ====================== END TOOGLE ====================== */

/* SOCIAL ICONS */

.socials {
	float:right;
}
.socials a {
	display:inline-block;
	margin: 1px 0 0 5px;
	height:24px;
	width:24px;
	text-indent:-9999px;
	filter: none !important;
}
.socials a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	border-bottom:none;
}
.tipsy {
	padding: 5px;
	font-size: 10px;
	font-family:Verdana, Geneva, sans-serif;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-repeat: no-repeat;
	background-image: url(../files/icons/tipsy.gif);
}

a.facebook {
	background:url('../files/icons/social/facebook.png') no-repeat;
}
a.flickr {
	background:url('../files/icons/social/flickr.png') no-repeat;
}
a.google  {
	background:url('../files/icons/social/google.png') no-repeat;
}
a.linkedin  {
	background:url('../files/icons/social/linkedin.png') no-repeat;
}
a.myspace  {
	background:url('../files/icons/social/myspace.png') no-repeat;
}
a.pinterest {
	background:url('../files/icons/social/pinterest.png') no-repeat;
}
a.rss {
	background:url('../files/icons/social/rss.png') no-repeat;
}
a.skype  {
	background:url('../files/icons/social/skype.png') no-repeat;
}
a.tumblr  {
	background:url('../files/icons/social/tumblr.png') no-repeat;
}
a.twitter {
	background:url('../files/icons/social/twitter.png') no-repeat;
}
a.vimeo  {
	background:url('../files/icons/social/vimeo.png') no-repeat;
}
a.youtube  {
	background:url('../files/icons/social/youtube.png') no-repeat;
}
a.email  {
	background:url('../files/icons/social/email.png') no-repeat;
}

.tipsy-inner {
	padding: 5px 8px 4px 8px;
	background-color: black;
	color: white;
	max-width: 200px;
	text-align: center;
}
.tipsy-inner {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.tipsy-north {
	background-position:
	top center;
}
.tipsy-south {
	background-position: bottom center;
	margin-top:-4px;
}
.tipsy-east {
	background-position: right center;
}
.tipsy-west {
	background-position: left center;
}

/* END SOCIAL ICONS */

/* PAGINATION */

.post-pagination {
	margin:45px 0 0 0;
}

.post-pagination a[rel="prev"] {
	float:left;
	text-align:left;
}

.post-pagination a[rel="next"] {
	float:right;
	text-align:right;
}

.wp-pagenavi,
.wip-pagination {
	text-align: center;
	position:relative;
	margin-bottom:50px;
}
.wip-pagination {
	margin-top:50px;
}
.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi span.current,
.wip-pagination span {
	display:inline-block;
	padding:10px 12px;
	margin-bottom:0;
	font-size:14px;
	line-height:21px;
	color:#333;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-family:'Maven Pro',Verdana, Geneva, sans-serif;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	-moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	background:#fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease
}

.wip-pagination a span  {
	background:#fff;
	color:#333;
}

.wp-pagenavi a:hover,
.wip-pagination span,
.wip-pagination a span:hover,
.wp-pagenavi span.current {
	color:#fff;
	background:#0065BF;
	text-decoration:none;
	border-bottom:none;
}

@media screen and (min-width : 0px) and (max-width : 767px)  {	

#top-box .widget-box,
#header-box .pin-article ,
#bottom-box .pin-article ,
#footer-box .pin-article {
	margin-bottom:25px;
}

#sidebar {
	margin-top:25px;
}

#slogan { 
	margin-top:25px;
	margin-bottom:25px;
}

.table-column .cell , 
.price-column .cell { 
	line-height: 1.4em;
}

.table-column .cell, 
.price-column .cell {
	padding:0;
}

.table-column .cell, 
.price-column .cell {
	word-wrap: break-word;
}

.table-column .cell .btn .btn-default, 
.price-column .cell .btn .btn-default {

	word-wrap: break-word;
	width: 90%;
	padding: 0;
	margin: auto;
	
}

.table-column .cell.heads, 
.price-column .cell.heads {
	height: 40px;
	line-height: 1.4em;
	padding: 5px 0;
}

.price-column.large .cell.heads {
	background: #333;
	height: 40px;
	padding: 30px 0 10px 0;
	line-height:1.4em
}

#ei-slider { margin-bottom:25px; }
.ei-slider { margin-top:0 !important ; }
#ei-slider ul.ei-slider-large li img { max-width:none; margin-left:0 !important }
#ei-slider .ei-title h2 { font-size:18px !important; }
#ei-slider .ei-title h3 { font-size:16px !important; }
.contact-map { height:100%; margin-bottom:25px; }
p.form-submit, .button { margin-bottom:10px !important; }


section#header-box.jcarousel .widget-box,
section#top-box.jcarousel .widget-box,
.masonry-layout {
	margin: 25px 0 0 0;
	padding:0;
}

.row.portfolio-grid {
	margin-bottom:0; 
}

section#footer-box.jcarousel .widget-box {
	margin: 0 0 25px 0;
}

.header {
	height:auto;
	margin-top:25px;
	margin-bottom:25px;
}

.rev_slider_wrapper {
	margin-top:25px !important;
	margin-bottom:25px !important;
}

.line {
	margin-bottom:25px;
}

#logo {
	text-align:center;
}

#slogan p {
	font-size: 16px;
	padding: 0 20px;
}

#sidebar .sidebar-box {
	padding:20px;
}

.wp-pagenavi,
.main-content .pin-article.col-md-8.left-sidebar,
.main-content .pin-article.col-md-8.right-sidebar,
.pin-article { 
	margin-bottom:25px;
}

.main-content.blog {
	margin-top: 25px;
	margin-bottom: 25px;
}

.main-content {
	margin-top: 0;
	margin-bottom: 25px;
}

.pin-article .title h1 {
	font-size:28px !important;
}
.pin-article article.article { 
	padding:20px;
}
#footer .copyright {
	margin:0;
	line-height:15px;
	padding:0;
}
.socials {
	float:none;
}
.socials a {
	margin:0 0 10px 0;
}
.widget-box {
	padding:20px 0;
}
#top-box .widget-box {
	padding:0;
}
.row.copyright .col-md-5, .row.copyright .col-md-7{
	padding:10px 20px;
	text-align:center;
}

section#header-box.jcarousel .widget-box {
	margin: 25px 0 0 0;
}

.entry-info {
	width:auto;
	background:none;
	position:relative;
}

.entry-info i  {
	line-height: 23px;
	position:absolute;
	left:0;
	margin:0;
	padding:0
}

.entry-info .entry-date, 
.entry-info .entry-comments,
.entry-info .entry-audio, 
.entry-info .entry-video,
.entry-info .entry-article,
.entry-info .entry-standard,
.entry-info .entry-gallery {
	display:block;
	text-align:center;
	width:inherit;
	padding:inherit;
	margin:5px auto;
}

nav#mainmenu {
	height:inherit;
	margin-bottom:25px;
}

nav#mainmenu ul.menu {
	visibility:hidden;
	display:none;
}

.tinynav {
	display: block;
	visibility:visible;
	width:90% !important;
	margin:auto;
	height: auto;
	padding: 8px 10px;
	background: #fafafa;
	color: #333;
	font-family: "Abel", Times, serif; 
}


/* COMMENTS */

.children li {
	margin-left:0;
}
.comment-avatar img {
	margin-right:15px;
}
.comment-text {
	margin:0;
	float:none;
	border:none;
	padding:0;
}
h3#reply-title, h3.comments {
	font-size:18px;
}
.gallery .gallery-item{
	width:100%;
	float:none;
	display:block;
	margin:0 0 5px 0;
}

.gallery p{
	margin:0;
	display:none;
	visibility:hidden;
}
#footer .widget {
	margin-right: inherit;
}
.col-md-8.left-sidebar,
.col-md-8.right-sidebar  {
	float:inherit;
}

#sidebar h3.title {
	font-size:22px;
	margin:0 0 15px 0;
}
.row.masonry {
	margin-bottom:0;
}
.skills {
	margin-bottom:25px;
	width:100%
}

ul.flex-direction-nav {
	visibility:hidden;
	display:none;
}

ul.filterable-grid li:last-child {
	margin-bottom:0px !important;
}

.contact-map {
	margin-top:25px;
}

}

/*
@media screen and (min-width : 768px) and (max-width : 979px)  {	

nav#mainmenu ul li a {
	font-size:14px !important;
	padding:35px 5px;
}

}
*/

@media screen and (min-width : 0px) and (max-width : 320px) {	

div.overlay-image.xsmall .overlay, 
div.overlay-image.xsmall .wp-post-image { width:140px; height:140px }
div.overlay-image.small .overlay, 
div.overlay-image.small .wp-post-image,
div.overlay-image.medium .overlay, 
div.overlay-image.medium .wp-post-image,
div.overlay-image.large .overlay, 
div.overlay-image.large .wp-post-image { width:140px; height:100px }

#searchform #searchsubmit {
	width:35%;
}
#searchform .input-search {
	width:60%;
}

}

@media screen and (min-width : 321px) and (max-width : 479px) {	

div.overlay-image.medium .overlay, 
div.overlay-image.medium .wp-post-image,
div.overlay-image.large .overlay, 
div.overlay-image.large .wp-post-image { width:211px; height:150px }

}

@media screen and (min-width : 0px) and (max-width : 479px)  {	

.pin-article h1.title {
	font-size:22px;
}
.pin-article .quote blockquote p {
	font-size: 16px;
}


}

@media screen and (min-width : 480px) and (max-width : 600px) {	

div.overlay-image.medium .overlay, 
div.overlay-image.medium .wp-post-image{ width:240px; height:171px }
div.overlay-image.large .overlay, 
div.overlay-image.large .wp-post-image { width:300px; height:213px }

}