/* basic layout */

html {

}

body {
	color:#8b8b8b;
	line-height:26px;
	-webkit-font-smoothing: antialiased;
}

#wrapper {
	overflow-x:hidden;
}

#feature {
	height:700px;
	width:100%;
	display:table;
}

#feature .moduletable {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.mainspot {
	padding:80px 0px !important;
	background:#fff;
}

#comments {
	background:#282828;
}

#copyrights {
	position: relative;
	padding: 50px 0 !important;
	background: #fff;
}

.moduletable-copyicons {
	margin-bottom:20px;
}

.moduletable-copyicons i {
	border-radius:100%;
	border:2px solid #dcdcdc;
	display:inline-block;
	color:#868686;
	font-size:16px;
	width:41px;
	height:41px;
	line-height:41px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.moduletable-copyicons i:hover {
	color:#698ab4;
}

/* logo */

.staticlogo {
	color:#fff;
}

.stickylogo {
	color:#282828;
}

.stickylogo img {
	max-height:60px;
}

.stickylogo { 
	display:none;
}

/* typo */

h1, h2, h3, h4, h5, h6 {
	color:#000;
}

a {
	color:#8b8b8b;
	outline:none !important;
	text-decoration:none !important;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.fixed .actview, .td-portfolio-mosaic-filter .active {
	color:#698ab4 !important;
}

a:hover {
	text-decoration:none;
	color:#698ab4;
}

.section-header {
	margin-bottom:40px;
}

.bigheader {
	font-size:22px;
	text-transform:uppercase;
	letter-spacing:1px;
}

.bigheader-line {
	width:22px;
	border-top:3px solid #bbbbbb;
	display:block;
	margin:30px auto;
}

.info {
	width:85%;
	display:block;
	margin:0 auto;
	font-size:16px;
}

.golden {
	color:#698ab4 !important;
}

/* ready classes */

.center {
	text-align:center;
}

/* carousel */

#owl-carousel-slider .owl-pagination {
	position: absolute;
	right: 0px;
	top: 45%;
	float: right;
}

#owl-carousel-slider .owl-page {
	display: block !important;
}

#owl-carousel-slider .owl-page span {
	background:#000;
	opacity:1 !important;
}

#owl-carousel-slider .active span, #owl-carousel-slider .owl-page span:hover {
	background:#fff;
}


/* buttons */

.btn-style1
{
	background-color: transparent;
	color:#282828;
	margin-top:20px;
	display:inline-block;
	border: #dcdcdc 3px solid;
	text-transform:uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-align:center;
}

.btn-style2
{
	background-color: transparent;
	color:#fff;
	margin-top:20px;
	display:inline-block;
	border: #fff 3px solid;
	text-transform:uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-align:center;
}

.btn-style3
{
	background-color: #698ab4;
	color:#fff;
	margin-top:20px;
	display:inline-block;
	border: #698ab4 3px solid;
	text-transform:uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-align:center;
}

.btn-style4
{
	background-color: #282828 ;
	color:#fff;
	margin-top:20px;
	display:inline-block;
	border: #282828 3px solid;
	text-transform:uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-align:center;
}

.btn-style1:hover, .btn-style2:hover
{
	color:#698ab4 !important;
	border: #698ab4 3px solid;
}

.btn-style4:hover {
	color:#698ab4 !important;
}

.btn-style3:hover {
	background-color:transparent;
	color:#698ab4 !important;
	border: #698ab4 3px solid;
}

.large
{
	width:279px;
	height:75px;
	line-height:70px;
	font-size:16px;
	font-weight:bold;
}

.medium
{
	text-align:center;
	padding:15px 50px;
	font-size: 16px;
	font-weight:bold;
	margin:20px 0;
}

/* flexslider */

.flexslider {
	background-color:transparent !important;
	border:none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
	color:#fff;
	font-size:37px;
	line-height:40px;
	font-weight:400;
	text-transform:uppercase;
	margin:0px !important;
}

.caption {
	padding:50px 0;
}

.flex-line {
	height:3px;
	width:295px;
	display:block;
	margin:0 auto;
	background:#fff;
}

.flex-control-nav, .flex-direction-nav {
	display:none;
}

.flexslider2 {
	color:#fff;
	font-size:37px;
	text-transform:uppercase;
	line-height:40px;
	font-weight:400;
}

.flexslider2 > ul > li {
	display:table !important;
}

.flexslider2 .caption {
	display:table-cell;
	vertical-align:middle;
}

.flexslider2 .flex-line {
	margin:50px auto !important;
}

.flex-down {
	left: 49%;
	background: url('../img/scrolldown.png');
	display: block;
	width: 50px;
	height: 30px;
	margin: -20px 0 0;
	position: absolute;
	bottom: 10%;
	z-index: 99;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 0px !important;
}

.flexscroll {
	display: block;
	height: 100%;
}

/* Testimonials */

#customer {
	border: 3px solid #dcdcdc;
	padding:40px;
	margin-bottom:40px;
}

.customer-info {
	margin-top:20px;
}

.customer-name {
	text-transform:uppercase;
	color:#000;
	font-size:14px;
}

.customer-job {
	text-transform:uppercase;
	color:#6d6d6d;
	font-size:14px;
}

#testimonial {
	margin-bottom:50px;
}

#testimonial ul.slides {
	text-align:center;
	width:100% !important;
}

#testimonial .slides li  {
	display:inline-block !important;
	float:none !important;
	margin:0 13px;
	cursor:pointer;
}

#testimonial .slides li img {
	border-radius:100%;
	-moz-border-radius: 100%; 
	-webkit-border-radius: 100%; 
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#testimonial .slides li img:hover, #testimonial .slides li.flex-active-slide img {
	-webkit-filter: grayscale(0);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: none;
	filter: grayscale(0%);
}

/* services */

.service {
	width:70%;
	margin:0 auto;
}

.service-icon {
	font-size:50px;
	color:#000;
}

.service-title {
	font-size:16px;
	text-transform:uppercase;
	margin:20px 0;
}

.service-text {
	font-size:14px;
}

/* blockquote */

.blockquote-message {
	font-size:36px;
	line-height:46px;
	display:block;
	margin-bottom:10px;
}

.blockquote-author {
	color:#fff;
	font-size:16px;
}

/* pricing tables */

.pr-style1 {
	background:#fff;
	padding:30px 40px 20px 40px;
	display:block;
	text-align:center;
}

.pr-style2 {
	background:#698ab4;
	padding:30px 40px 20px 40px;
	display:block;
	text-align:center;
	color:#fff;
}

.pr-style1 .pr-plan {
	font-size:16px;
	font-weight:700;
	color:#000;
	text-transform:uppercase;
	display:block;
}

.pr-style2 .pr-plan {
	font-size:16px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	display:block;
}

.pr-style1 .pr-circle {
	padding-top:45px;
	display:block;
	width:140px;
	height:140px;
	border-radius:140%;
	border:3px solid #dcdcdc;
	text-align: center;
	margin: 45px auto;
}

.pr-style2 .pr-circle {
	padding-top:45px;
	display:block;
	width:140px;
	height:140px;
	border-radius:140%;
	border:3px solid #282828;
	background:#282828;
	text-align: center;
	margin: 45px auto;
}

.pr-style1 .pr-amount {
	font-size:30px;
	font-weight:700;
	color:#000;
	text-transform:uppercase;
	display:block;
}

.pr-style2 .pr-amount {
	font-size:30px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	display:block;
}

.pr-time {
	font-size:14px;
	color:#7a7a7a;
	font-weight:700;
	text-transform:uppercase;
}

.pr-body {
	font-size:14px;
}

.pr-body ul {
	padding-left:0px;
	margin-left:0px;
	list-style:none;
}

.pr-body li {
	line-height:40px;
}

/* team */

#owl-team .owl-prev {
	background:url(../img/left-arrow.png) no-repeat;
	width:50px;
	height:50px;
	position: absolute;
	top: 45%;
	margin-top: -18px;
	left: -80px;
	opacity: 0.5;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	font-size:0px !important;
	zoom: 1;
}

#owl-team .owl-prev:hover, #owl-team .owl-next:hover  {
	opacity:0.9;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
}

#owl-team .owl-next {
	background:url(../img/right-arrow.png) no-repeat;
	width:50px;
	height:50px;
	position: absolute;
	top: 45%;
	margin-top: -18px;
	right: -80px;
	opacity: 0.5;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	font-size:0px !important;
	zoom: 1;
}


.member {
	margin:0 10px;
	border-bottom: 3px solid transparent;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.member-name {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	margin: 30px 0 5px 0;
}

.member-job {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 30px 0;
	color:#fff;
	display:block;
}

.member-img {
	display:block;
	position:relative;
	overflow:hidden;
}

.member-img img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}

.member-social {
	background:rgba(0,0,0, .6);
	display:block;
	position:absolute;
	bottom:-75px;
	opacity:0;
	width:100%;
	height:75px;
	line-height:75px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}

.member-social i {
	border:3px #fff solid;
	padding:10px;
	width:38px;
	height:38px;
	border-radius:100%;
	color:#fff;
	line-height:36px;
	margin:0px 4px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

/* member hover state */

.member:hover {
	border-bottom:3px solid #698ab4;
}

.member:hover .member-social {
	bottom:0px;
	opacity:1;
}

.member-social i:hover {
	border:3px solid #698ab4;
	color:#698ab4;
}

.member:hover .member-img img {
	-webkit-filter: grayscale(0);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: none;
	filter: grayscale(0%);
}

/* blog strips */

.ns2-inner {
	background:#fff;
	border:3px solid #dcdcdc;
}

.NS2K2ExtraFields b, .NS2K2ExtraFields span.label, .ns2-hits, .ns2-readmore {
	display:none;
}

.NS2K2ExtraFields ul {
	list-style:none;
	margin-left:0;
	margin-top: -3px;
	padding-left:0;
}

.NS2K2ExtraFields ul li {
	border:none !important;
	padding:0px !important;
	margin-left:-3px;
	margin-right:-3px;
}


/* Title */

h4.ns2-title a, h4.ns2-title   {
	font-size: 14px !important;
	color:#000 !important;
	text-transform:uppercase;
	text-align:center !important;
	padding:0 20px;
	margin: 30px 0 !important;
}

.ns2-introtext {
	font-size:14px !important;
	padding:0 20px;
	text-align:center;
	margin:0 0 20px 0;
}

.ns2-links {
	padding:0 20px;
	font-size:13px;
	margin-bottom:30px;
}

.ns2-comments {
	float:right;
}

a.ns2-comments {

}

div.nssp2-default .ns2-art-next, div.nssp2-default .ns2-links-next {
	top: 50%;
	position: absolute;
	right: -60px;
	background:url(../img/right-arrow.png) no-repeat;
	width:50px;
	height:50px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

div.nssp2-default .ns2-art-next:hover, div.nssp2-default .ns2-links-next:hover {
	top: 50%;
	position: absolute;
	right: -60px;
	background:url(../img/right-arrow.png) no-repeat;
	width:50px;
	height:50px;
	opacity:0.7;
}

div.nssp2-default .ns2-art-prev, div.nssp2-default .ns2-links-prev {
	top: 50%;
	position: absolute;
	left: -60px;
	background:url(../img/left-arrow.png) no-repeat;
	width:50px;
	height:50px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

div.nssp2-default .ns2-art-prev:hover, div.nssp2-default .ns2-links-prev:hover {
	top: 50%;
	position: absolute;
	left: -60px;
	background:url(../img/left-arrow.png) no-repeat;
	width:50px;
	height:50px;
	opacity: 0.7;
}


/* contact form */

input, textarea {
	background: transparent;
	border: 3px solid #dcdcdc;
	color:#fff;
	line-height: 1.5em;
	padding: 12px 15px;
	text-align: left;
	outline:none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

input#subject {
	display:none;
}

.qc-row input {
	width:48.068%;
	margin-bottom:25px;
}

.qc-row input:focus, .qc-row textarea:focus  {
	border:3px solid #698ab4;
}

.qc-row #name {
	margin-right:25px;
}

.sp_quickcontact textarea {
	width:100% !important;
	height:190px !important;
	margin-bottom:-5px;
}

/* contact information */

table.information {
	text-align:left;
	color:#fff;
}

.information tr {
	height:40px;
}

td.icon {
	width:20%;
}


/* go-top */

.backTop {
	position: relative;
	z-index: 100;
	left: 50%;
	top: -120px;
	text-align:center;
	margin-left: -30px;
	display: block;
	width: 60px;
	height: 60px;
	line-height:80px;
	background-color: #282828;
	border-radius: 100%;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}

.backTop:hover {
	background-color:#698ab4;
}

.backTop i {
	font-size:42px;
	color:#fff;
}

/* K2 CSS */

/* General Options */

div.itemList {
	overflow: hidden;
}

div.subCategory {
	background: #fff !important;
	border: 1px solid #e4e4e4 !important;
	margin: 20px !important;
	padding: 20px !important;
}

div#itemListLinks {
	background: #fff !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#itemListLinks h4 {
	font-size:16px !important;
	color:#000 !important;
	font-style:normal !important;
	text-transform:uppercase !important;
	padding: 0px 0 5px 0 !important;
}

#itemListLinks .itemContainer {
	background-color: #fff !important;
	margin-bottom: 20px !important;
	border-bottom: none !important;
}

#itemListLinks a {
	font-size: 14px !important;
	color: #818185 !important;
	font-weight: 300 !important;
	text-transform: none !important;
	padding: 0px 0 5px 0 !important;
	margin-top: 0px !important;
	background: none !important;
	font-family:'Roboto', sans-serf !important;
}

/* Article */

div.itemView {
	padding: 8px 0 24px 0;
	margin: 0 0 24px 0;
	border-bottom: none !important;
}

.itemTitle, .catItemTitle, .catItemTitle a, .tagItemTitle, .tagItemTitle a, .userItemTitle, .userItemTitle a, .genericItemTitle a {
	font-size:22px !important;
	color:#000 !important;
	font-style:normal !important;
	text-transform:uppercase !important;
	padding: 0px 0 5px 0 !important;
	margin-top:0px !important
}

div.itemHeader span.itemAuthor, div.catItemHeader .catItemAuthor {
	display: inline-block !important;
	margin-right:25px !important;
}

div.catItemCategory, div.itemCategory {
	font-weight:300 !important;
	padding: 0px !important;
	border-bottom: none !important;
	display: inline-block !important;
	margin-right:25px !important;
}

div.catItemCategory span, div.itemCategory span {
	font-weight: 300 !important;
	color: #8b8b8b !important;
	padding: 0 !important;
}

div.itemHeader span.itemDateCreated, div.catItemHeader span.catItemDateCreated, .tagItemDateCreated, .tagItemCategory, .userItemDateCreated  {
	font-size: inherit !important;
	margin-right:25px !important;
	border:none !important;
}

.tagItemCategory span {
	font-weight:300 !important;
	color:#818185 !important;
}

div.catItemCommentsLink, .userItemCommentsLink {
	display: inline;
	border-right: none !important;
}

div.itemHeader, div.catItemHeader, .userItemHeader, .tagItemDateCreated, .tagItemCategory {
	font-size: 13px !important;
	font-weight:300 !important;
	color:#8b8b8b !important;
}

div.itemIntroText, div.catItemIntroText, div.tagItemIntroText, .userItemIntroText {
	color: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: 24px;
	padding: 4px 0 12px 0;
}

div.itemToolbar, .itemRatingBlock {
	border: none !important;
	background: none !important;
	font-size: 13px !important;
	font-weight:300 !important;
	color:#8b8b8b !important;
	margin:0px !important;
}

div.itemToolbar ul {
	text-align: left !important;
}

div.itemToolbar ul > li:first-child {
	padding-left: 0px !important;
}

div.itemContentFooter {
	font-size: 13px !important;
	font-weight:300 !important;
	color:#8b8b8b !important;
}

div.itemCategory, .userItemCategory {
	font-size: 13px !important;
	font-weight:300 !important;
	color:#8b8b8b !important;
	border-bottom: none !important;
}

.userItemCategory {
	padding:0 30px !important;
}

div.itemAuthorBlock {
	background:#fff !important;
	color:#000 !important;
	border: none !important;
	margin: 0px !important;
	padding: 20px 0 !important;
}

div.itemNavigation {
	border:none !important;
	background:#fff !important;
	color:#8b8b8b !important;
	font-size: 13px !important;
	font-weight:300 !important;
}

div.itemAuthorLatest {
	background:none !important;
}

div.itemAuthorLatest ul {
	padding-left:0 !important;
	margin-left:0 !important;
	list-style:none !important;
}

div.itemAuthorLatest ul li.even, div.itemAuthorLatest ul li.odd {
	background:none !important;
	border:none !important;
	font-size: 13px !important;
	font-weight:300 !important;
}

/* Feed Icon */

div.k2FeedIcon, .userItemTagsBlock, .genericItemDateCreated, .genericItemCategory {
	display:none !important;
}

/* search results */

div.genericItemView {
	border:none !important;
}

/* COMMENTS FORM */

.delay {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.itemComments {
	background: none !important;
	border: none !important;
	padding:0 !important;
	margin:80px 0;
}

.itemAuthorName, .itemAuthorLatest h3, .itemRelated h3 {
	font-size:18px !important;
	color:#000 !important;
	text-transform:uppercase !important;
	padding:0px !important;
	margin: 60px 0 30px 0 !important;
}

.itemAuthorName {
	margin:0px !important;	
}

div.catItemTagsBlock ul.catItemTags li a, .itemTagsBlock ul.itemTags li a {
	border: 3px solid #dcdcdc;
	padding: 5px 10px;
}

div.catItemTagsBlock ul.catItemTags li a:hover, .itemTagsBlock ul.itemTags li a:hover {
	border: 3px solid #698ab4;
	color:#fff;
	background:#698ab4;
}

.itemTagsBlock span {
	text-transform:uppercase;
	color:#000 !important;
	font-size:13px !important;
}

/* K2 Comments */

.itemCommentsForm {
	width:55%;
	margin:0 auto;
}

.itemCommentsList .even, .itemCommentsList .odd {
	background:none !important;
}

ul.itemCommentsList li {
	padding:40px 0 !important;
	border-bottom:#333 1px solid !important;
}

.commentAuthorName {
	font-weight:700 !important;
	font-size:16px !important;
	color:#fff !important;
	border:none !important;
	margin-right:20px;
}

.commentDate {
	font-weight:300 !important;
	color:#676767 !important;
	font-size:16px !important;
	border:none !important;
}

.commentLink a {
	font-size:16px !important;
	text-decoration:none !important;
	color:#b7b7b7 !important;
	outline:none !important;
}

.commentLink {
	float:none !important;
}

.itemCommentsFormNotes, .formComment, .formName, .formUrl, .formEmail {
	display:none !important;
}

.itemCommentsCounter {
	font-size:18px !important;
	color:#fff !important;
	text-transform:uppercase !important;
}

div.itemComments ul.itemCommentsList li img {
	float: left;
	margin: 6px 20px 4px 0 !important;
	padding: 0px !important;
	background: #fff;
	border:none !important;
	width:75px;
	height:75px;
	border-radius:100%;
}

div.itemComments ul.itemCommentsList li p {
	padding: 20px 0 0 0 !important;
	margin-bottom:0px !important;
}

div.itemCommentsForm form textarea.inputbox {
	display: block;
	width: 100% !important;
	height: 190px !important;
	background:#282828 !important;
	border:#dcdcdc 3px solid !important;
	color:#fff !important;
	padding:20px !important;
	font-size:16px !important;
	font-weight:300 !important;
	-webkit-font-smoothing: antialiased !important;
	margin: 0 0 25px 0;
}

#comment-form input:focus, #comment-form textarea:focus {
	border:3px solid #698ab4 !important;
}

#commentURL {
	display:none !important;
}

#commentEmail, #userName {
	background:#282828 !important;
	border:#dcdcdc solid 3px !important;
	color:#fff !important;
	padding:15px !important;
	font-size:16px !important;
	font-weight:300 !important;
	width:100% !important;
	-webkit-font-smoothing: antialiased !important;
	display:inline-block;
	margin-bottom:25px;
}

.itemCommentsForm h3{
	color:#fff !important;
	margin:55px auto !important;
	text-align:center !important;
	text-transform:uppercase !important;
	font-size:22px !important;
}

.itemCommentsForm .btn-style3 {
	display:block;
	margin:0 auto;
}

#k2Container .itemComments {
	display:none;
}


/* Extra Field - Intro Shortcode */

div.catItemExtraFields, div.genericItemExtraFields, div.itemExtraFields, .tagItemExtraFields {
	margin: 0px 0 40px 0 !important; 
	padding:0px !important; 
	border: none !important; 
}

div.itemExtraFields{
	margin-top:0px !important;	
}

div.tagItemExtraFields ul {
	list-style:none !important;
	margin-left:0px !important;
	padding-left:0px !important;
}

div.catItemExtraFields h4, div.genericItemExtraFields h4, .itemExtraFieldsLabel, div.catItemExtraFields ul li span.catItemExtraFieldsLabel, div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel, .itemBackToTop, .tagItemExtraFields ul li span.tagItemExtraFieldsLabel, .tagItemExtraFields h4 {
	display:none !important;
}

.catItemExtraFields .even, .catItemExtraFields .odd, .itemExtraFields .even, .itemExtraFields .odd, .tagItemExtraFields .odd, .tagItemExtraFields .even  {
	background: none !important;
	padding: 0px !important;
	border: none !important;
}

div.itemExtraFields h3, .itemListCategoriesBlock {
	display:none !important;
}

/* Category */

.itemContainer, .tagItemView, .userItemView {
	margin-bottom:20px !important;
	border-bottom:none !important;
}

.catItemHeader, .tagItemHeader, .userItemHeader {
	padding:0px 0px 20px 0px;
}

.catItemBody, .tagItemBody, .userItemBody {
	padding:0 0px !important;
}
	
div.catItemReadMore, .tagItemReadMore, .userItemReadMore, .genericItemReadMore {
	display: block !important;
	padding:0 0px 45px 0px !important;
}

.catItemReadMore a, .tagItemReadMore a, .userItemReadMore a, .genericItemReadMore a {
	text-transform:uppercase;
	color:#282828;
	font-size:13px;
}

.catItemReadMore a:hover, .tagItemReadMore a:hover, .userItemReadMore a:hover, .genericItemReadMore a:hover {
	color:#698ab4;
}

div.catItemView, .tagItemView {
	padding: 0px !important;
}

div.catItemTagsBlock, div.itemTagsBlock {
	padding: 0px !important;
	border-bottom: none !important;
}

/* User Blog */

.userBlock h2 {
	color:#000 !important;
	font-size:24px !important;
	text-transform:uppercase !important;
	margin-top:0px !important;
}

div.userBlock {
	background: #fff !important;
	border: 1px solid #e4e4e4 !important;
	margin: 0 0 60px 0 !important;
	padding: 20px !important;
}

div.userBlock img {
	float: left;
	margin: 0px 20px 4px 0 !important;
	padding: 0px !important;
	background: #fff;
	border:none !important;
}

/* K2 Modules */

.moduleItemTitle {
	color:#282828;
}

div.k2ItemsBlock ul {
	padding-left: 0px !important;
	list-style: none !important;
}

div.k2ItemsBlock ul li div.moduleItemIntrotext {
	display: block;
	padding-bottom: 5px !important;
	line-height: 22px !important;
}

div.k2CategoriesListBlock ul, .k2ArchivesBlock ul {
	margin-left: 0 !important;
	padding-left: 0 !important;
	list-style: none !important;
}

div.k2CategoriesListBlock ul li.activeCategory a, .k2ArchivesBlock ul li a {
	font-weight: 300 !important;
}

.k2CategoriesListBlock li, .k2ArchivesBlock li {
	border-bottom:none;
	line-height:35px;
}

.k2CategoriesListBlock li:last-child {
	border-bottom:none !important;
}

div.k2ItemsBlock ul li span.moduleItemDateCreated {
	font-size: 13px;
	font-style: italic;
}

.k2ItemsBlock > ul > li {
	padding:10px 0;
	background:none !important;
	border-bottom:none !important;
}

div.k2TagCloudBlock a {
	padding: 6px 20px;
	float: left;
	display: block;
	border: 3px solid #dcdcdc;
	margin: 2px;
	font-size: 14px !important;
}

div.k2TagCloudBlock a:hover {
	padding: 6px 20px;
	float: left;
	display: block;
	border: 3px solid #698ab4;
	background-color:#698ab4;
	margin: 2px;
	color:#fff;
	font-size: 14px !important;
}

div.k2SearchBlock form input.inputbox {
	border-bottom: 1px #dcdcdc solid;
	color:#8b8b8b;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	width: 100%;
	padding-bottom: 10px !important;
	outline:none !important;
	background:url(../img/search.png) no-repeat 95% 40%;
}

.sidebar-main .moduletable {
	margin-bottom:50px;
}

.sidebar-main > .moduletable h3 {
	text-transform:uppercase;
	font-size:14px;
}

/* K2 Pagination */

.k2Pagination > ul > li > a, .k2Pagination > ul > li > span {
	width: 60px;
	height: 42px;
	line-height: 38px;
	display: inline-block !important;
	margin: 0 3px;
	border: 3px solid #dcdcdc;
	color:#000;
}

.k2Pagination > ul > li > a:hover, .k2Pagination > ul > li > span:hover {
	color:#fff;
	background:#698ab4;
	border: 3px solid #698ab4;
}

/* mask */

.mask { 
	background: rgba(0,0,0, .7) !important;
	z-index:1 !important;
}

/* portfolio content */

.portfolio-content {
	width:80%;
	margin:60px auto;
	display:block;
}

.portfolio-link {
	display:block;
	color:#000;
	text-transform:uppercase;
	margin:40px 0;
	font-size:13px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}

.portfolio-social {
	display:inline;
	margin-right:20px;
	text-transform:uppercase;
	font-size:12px;
}

.portfolio-right i {
	margin:0px 10px;
	color:#868686;
	font-size:16px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}

.portfolio-right i:hover {
	color:#698ab4;
}

.portfolio-content .table-responsive {
	font-size:13px;
	color:#414141;
}

.info-data {
	color:#8b8b8b;
}

/* other pages header */

ul.breadcrumb {
	padding-left:0px;
	margin-left:0px;
	list-style:none;
	display:block;
	color:#fff !important;
	font-size:37px !important;
	text-transform:uppercase;
	text-align:center;
}

ul.breadcrumb li{
	display:none;
}

ul.breadcrumb li.active {
	display:block;
	
}

#tdref .page-header, #tdref .article-info {
	display:none;
}


/* pagination */

.portfolio-pagination {
	text-align:center;
}

ul.pager {
	padding-left:0px;
	margin-bottom: 60px;
}

.pager li {
	display:inline-block !important;
	margin:0 10px;
}

.pager li>a, .pager li>span {
	
	display: inline-block;
	font-size:38px;
	text-align: center;
	margin: 0;
	color:#a6a6af;
}

.portfolio-close {
	display: inline-block;
	font-size:34px;
	text-align: center;
	margin: 0;
	color:#a6a6af;
}

li.portfolio-close > a {
	margin-top:-15px;
	display:table-caption;
}

.pager i {
	color:#a6a6af !important;
	margin-left:0 !important;
}


.pager li:hover>a, .pager li:hover>span {
	background: none !important;
}

/* ROYAL PRELOADER */

body.royal_loader {
    background: none;
    visibility: hidden;
}
#royal_preloader {
    font-family: Arial;
    font-size: 12px;
    visibility: visible;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9999999999;
    -webkit-transition: opacity 0.2s linear 0.8s;
       -moz-transition: opacity 0.2s linear 0.8s;
        -ms-transition: opacity 0.2s linear 0.8s;
         -o-transition: opacity 0.2s linear 0.8s;
            transition: opacity 0.2s linear 0.8s;
}
#royal_preloader.complete {
    opacity: 0;
}
#royal_preloader .background {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #000000;
    -webkit-transition: background 0.5s linear;
       -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
         -o-transition: background 0.5s linear;
            transition: background 0.5s linear;
}
#royal_preloader.number .name {
    position: absolute;
    top: 20%;
    left: 0px;
    right: 0px;
    text-transform: uppercase;
    color: #EEEEEE;
    text-align: center;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s linear;
       -moz-transition: -moz-transform 0.3s linear;
        -ms-transition: -ms-transform 0.3s linear;
         -o-transition: -o-transform 0.3s linear;
            transition: transform 0.3s linear;
    -webkit-animation: fly 0.3s;
       -moz-animation: fly 0.3s;
        -ms-animation: fly 0.3s;
         -o-animation: fly 0.3s;
            animation: fly 0.3s;
}
#royal_preloader.number .percentage {
    color: #FFFFFF;
    font-family: Impact, Arial;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
    margin: -90px 0px 0px -90px;
    background-image: url('../img/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding-top: 80px;
    width: 180px;
    position: absolute;
    font-size: 0px !important;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s linear 0.5s;
       -moz-transition: all 0.3s linear 0.5s;
        -ms-transition: all 0.3s linear 0.5s;
         -o-transition: all 0.3s linear 0.5s;
            transition: all 0.3s linear 0.5s;
}
#royal_preloader.text .loader {
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    letter-spacing: 3px;
    font-size: 16px;
    white-space: nowrap;
}
#royal_preloader.text .loader div {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0%;
    background-color: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: left 0.3s linear;
       -moz-transition: left 0.3s linear;
        -ms-transition: left 0.3s linear;
         -o-transition: left 0.3s linear;
            transition: left 0.3s linear;
}
#royal_preloader.logo .loader {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0px 0px -40px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
}
#royal_preloader.logo .loader div {
    position: absolute;
    bottom: 0%;
    left: 0px;
    right: 0px;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: bottom 0.3s linear;
       -moz-transition: bottom 0.3s linear;
        -ms-transition: bottom 0.3s linear;
         -o-transition: bottom 0.3s linear;
            transition: bottom 0.3s linear;
}
#royal_preloader.logo .percentage {
    position: absolute;
    width: 80px;
    height: 40px;
    line-height: 40px;
    top: 50%;
    left: 50%;
    margin: 40px 0px 0px -40px;
    color: #072E77;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
	display:none !important;
}

@-webkit-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-moz-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-ms-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-o-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}