/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 /* PROJECTS MAIN CATEGORY
 =======================================================================*/
.projects_main_category {
    background:  #FFFFFF;
    border: 1px solid #DDDDDD;
	border-radius: 3px;
	box-shadow: 0 0 3px #DDDDDD;
    margin: 10px 0 20px 0;
    padding: 8px;
}
/* PROJECTS LIST
 =======================================================================*/
 .projects_list_Wrapper {
    background-color: #FFFFFF;
    border-radius: 3px;
	border: 3px solid #F2F2F2;
    /* box-shadow: 0 0 3px #DDDDDD; */
    color: #737373;
    font-size: 14px;
	width: 180px;
	margin: 10px 10px;
	float: left;
	-webkit-transition: 1000ms ease-in-out;
	-moz-transition: 1000ms ease-in-out;
	-ms-transition: 1000ms ease-in-out;
	-o-transition: 1000ms ease-in-out;
	transition: 1000ms ease-in-out;
}
.projects_list_Wrapper:hover {
	/* box-shadow: 0 0 3px #6495ed; */
	border: 3px solid #6495ed;
}
.extramargin {
	margin-left: 20px;
	margin-right: 20px;
}
.target {
    filter: url(resources.svg#desaturate);
}
.project_list_image img {
	/* border-radius: 3px 3px 0 0; */
}
.projects_list_title {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	line-height: 12px;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.projects_list_title a {
	color: #1E1E1E;
	-webkit-transition: color 500ms ease-in-out;
	-moz-transition: color 500ms ease-in-out;
	-ms-transition: color 500ms ease-in-out;
	-o-transition: color 500ms ease-in-out;
	transition: color 500ms ease-in-out;
}
.projects_list_title a:hover {
	color: #6495ed;
	text-decoration: none;
}
.projects_small_description {
	padding: 0 7px;
	height: 65px;
	font-size: 10px;
	line-height: 14px;
	color: #1E1E1E;
	text-align: left;
}
.projects_category {
	font-size: 12px;
	text-align: right;
	padding-right: 5px;
}
div.catItemTagsBlock {
    border-bottom: 0px;
}
div.catItemTagsBlock ul.catItemTags li  {
	line-height: 12px!important;
}
div.catItemTagsBlock ul.catItemTags li {
	padding: 0px;	
}
.projects_list_tags {
	font-size: 10px;
	height: 35px;
	line-height: 12px;
}
.projects_list_tags a {
	color: rgba(0, 0, 0, 0.8);
	-webkit-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-ms-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}
.projects_list_tags a:hover {
	color: #6495ed;
	text-decoration: none;
}
div.itemTagsBlock {
	border: 0px;
}
div.itemAttachmentsBlock {
	border: 0px;
}
.k2Pagination ul {
	padding-left: 0px;
}
.k2Pagination ul li {
	height: 30px;
	line-height: 45px;
}
.pagenav {
	padding: 10px;
	margin: 5px;
	border: 2px solid #F2F2F2;
	border-radius: 3px;
	font-size: 12px;
	-webkit-transition: background 500ms ease-in-out;
	-moz-transition: background 500ms ease-in-out;
	-ms-transition: background 500ms ease-in-out;
	-o-transition: background 500ms ease-in-out;
	transition: background 500ms ease-in-out;
	font-family: 'Roboto Slab', serif;
}
.pagenav:hover {
	background: #6495ed;
	color: #000000;
	border: 2px solid #6495ed;
}
/* PROJECTS ITEMS
 =======================================================================*/
.ProjectsItemWrapper {
	padding-left: 10px;
	width: 100%;
}
 .projects_item_title {
	margin: 35px 0 10px 0;
	font-size: 200%;
	/* float: left; */
	width: 100%;
	color: rgba(0, 0, 0, 0.8);
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.projects_subtitle {
	font-size: 26px;
	margin: 0 0 10px 0;
	padding-left: 50px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-style: italic;
}
.projects_item_image {
	margin-right: 10px;
}
.projects_item_image img {
	border: 5px solid #999999;
	border-radius: 3px
}
.projects_full_extra_info {
	text-align: justify;
	max-width: 1000px;
	margin-left: 60px;
	padding-bottom: 10px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.gray {
	color: #626262;
}
.projects_full_description {
	text-align: left;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    letter-spacing: 0.01rem;
    line-height: 1.5;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
.aboutus_description {
	line-height: 24px;
	color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    letter-spacing: 0.01rem;
    line-height: 1.5;
	text-align: left;
}
.projects_full_description a {
	color: #626262;
	font-style: italic;
}
.projects_full_description a:hover {
	color: #6495ed;
}
.video-container {
    position: relative;
	margin-top: 10px;
    padding-bottom: 56.25%;
    padding-top: 30px;
	height: 0;
	overflow: hidden;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.item_video_block {
	padding-top: 10px;
}
.image_div {
	position:relative;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.overtag {
	position: absolute;
	bottom: 0px;
    background-color: rgba(0, 0, 0, 0.50);
	height: 40px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-top: 10px;
	color: #FFFFFF;
}	
/* AWESOME FONT SPANS
 =======================================================================*/
.projects_list_fa-tag:before {
	content: "\f02b";
	width: 14px;
	height: 14px;
	font-family: "FontAwesome";
	font-size: 14px;
	float: left;
	cursor: pointer;
	color: #555555;
}
.fa-reply:before {
	content: "\f112";
	width: 20px;
	height: 20px;
	font-family: "FontAwesome";
	font-size: 14px;
	padding: 2px 10px 0 2px;
	float: left;
	cursor: pointer;
}
/* TAG CLOUD
 =======================================================================*/
 .k2TagCloudBlock {
	margin-left: 20px;
}
.taggggs a {
	border-radius: 3px;
	color: #1E1E1E;
	padding: 3px 5px;
	margin-right: 5px;
	-webkit-transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-ms-transition: 500ms ease-in-out;
	-o-transition: 500ms ease-in-out;
	transition: 500ms ease-in-out;
}
.taggggs a:hover, .taggggs  a:focus {
	border-radius: 3px!important;
	background: #6495ed!important;
}
.active_tag{
	border-radius: 3px!important;
	background: #6495ed!important;
	color: #FFFFFF!important;
}
.search_mobile form {
	border-radius:3px;
	padding-left: 25px;
	background: #FFFFFF;
}
 /* SEARCH
 =======================================================================*/
.k2SearchBlock {
	margin-top: 10px;
}
 .varchs_blue{
	color: #6495ed;
}
.uk-offcanvas input.uk-search-field {
	background: #FFFFFF!important;
	border-radius: 3px;
}
/* VARIOUS
 =======================================================================*/
div.itemView {
	border: none!important;
}
 .copyright{
	font-size: 12px;
}
.copyright a:hover{
	text-decoration: none;
}
.chrono_credits {
	display: none;
}