/** 
 * Drupal fix css
 */

/* z-index < z-index of contextual links */
.main-menu > li {
	z-index: 998;
}

/* Tabs */
#drupal_tabs {
	margin-bottom: 30px;
}

#drupal_tabs .nav-tabs {
	border-bottom: 1px solid #ddd;
}

#drupal_tabs .nav-tabs li.active > a, 
#drupal_tabs .nav-tabs li.active > a:hover, 
#drupal_tabs .nav-tabs li.active > a:focus {
	background: #fff;
	margin-bottom: 0;
}

/* responsive image */
img {
	width: auto;
	max-width: 100%;
	height: auto;
}

/* Threaded Comment */
.indented .comment-guide {
	position: relative;
}
.indented .comment-guide:before {
	content: '';
	position: absolute;
	border-left: 0 solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 60px solid #e8e8e8;
	top: -15px;
	left: 50%;
	margin-left: 0;
	left: 38px;
}

.indented .comment-guide:after {
	content: '';
	position: absolute;
	border-left: 0 solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 60px solid white;
	top: -16px;
	left: 50%;
	margin-left: 0;
	left: 39px;
}

.indented .comment-guide,
.indented .indented {
	padding-left: 95px;
}

/* Sticky menu when admin logged in */
.admin-menu .kopa-header-bottom.fixed {
	top: 29px;
}

#admin-menu {
	z-index: 9999999999991;
}

/* Comment form */
.comment-form label{
	display: block;
}

.comment-form .form-text,
.comment-form .form-textarea {
	border: 1px solid #d0d0d0;
	color: #888888;
	line-height: 13px;
	padding: 12px 15px;
	width: 100%;
}

.comment-form .form-textarea-wrapper .text-full {
	height: 250px;
}

.comment-form .filter-wrapper {
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 10px;
}

.comment-form .form-actions input[type="submit"] {
	margin-right: 10px;
}

.comment-form .form-item {
	margin-bottom: 1em;
}

/* preview comment */
.page-comment .comment .comment-avatar {
	width: 80px;
	height: 80px;
	margin-right: 15px;
	float: left;
}

.page-comment .comment .comment-wrap .comment-avatar img {
	width: 100%;
	border-radius: 50%;
}

.page-comment .comment .comment-wrap .media-body > header .pull-left h6 {
  margin-bottom: 5px;
  text-transform: uppercase;
}

.page-comment .comment .comment-wrap .media-body > p {
	color: #333333;
	position: relative;
}

/* comment links */
.comment .links {
	float: left;
}
.comment .links li {
	display: inline-block;
	margin-left: 10px;
}

.home-slider-2-widget .entry-item .entry-content .field-item p {
	background: rgba(0, 0, 0, 0.5);
	color: white;
	font-size: 16px;
	line-height: 24px;
	padding: 15px 20px;
}

/* Parallax on front page */
#main-content .content .kopa-parallax {
	margin-bottom: 60px !important;
}

/* portfolio frontpage */
.portfolio-container {
	width: 99.99999%;
}

/* menu on footer */
#bottom-sidebar .block h2 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

#bottom-sidebar ul.menu > li {
	list-style: none;
	margin-bottom: 15px;
}

#bottom-sidebar ul.menu > li a {
	border-color: #888888;
	color: #fff;
	opacity: 0.7;
	filter: Alpha(Opacity=70);
}

#bottom-sidebar ul.menu > li a:hover {
	color: #008bc4;
}

/* testimonial 2 */
.kopa-testimonial-widget .owl-wrapper-outer {
	background-color: translate;
	color: #FFF;
}

/* team block */
.kopa-team-widget > header > p {
	margin-bottom: 90px;
}

/* event block */
.kopa-event-widget > header > p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 40px;
	display: block;
}

/* contact form */
.contact-form label {
	display: block;	
}
.contact-form .option {
	display: inline-block;
}
.contact-form .form-item {
	margin-bottom: 1em;
}
.contact-form .form-text,
.contact-form .form-textarea {
	border: 1px solid #d0d0d0;
	color: #888888;
	line-height: 13px;
	padding: 12px 15px;
	width: 100%;
}
.contact-form .form-textarea {
	height: 250px;
}



/* sidebar block distance */
.sidebar .block {
	margin-bottom: 30px;
}

/* archive block */
.sidebar .widget-archive ul li:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	content: "\f105";
	margin-right: 10px;
	font-size: 16px;
	color: #333333;
	float: left;
	line-height: 22px;
}

/* archive */
.sidebar .widget-archive ul li {
	color: #333;
	padding-bottom: 10px;
}

/* tag cloud */
.view-tag-cloud .views-row {
	display: inline-block;
}

.view-tag-cloud a {
	padding: 5px 15px;
	margin: 4px 2px;
	display: inline-block;
	border: 1px solid #d0d0d0;
	font-size: 14px;
	color: #333333;
}

.view-tag-cloud a:hover {
	border: 1px solid #333333;
	font-weight: 700;
	color: #333333;
}

/* footer menu */
#kopa-page-footer .menu li:first-child {
	border-left: none;
	padding-left: 0;
}
#kopa-page-footer .menu li {
	float: left;
	margin: 0;
	list-style: none;
	border-left: 1px solid #5e5e5e;
	padding: 0 10px;
	line-height: 1;
}

/* margin bottom for p in content wrapper */
.node .content p,
.comment .content p {
	margin-bottom: 10px;
}

/* top search form */
#search-block-form .form-text {
	  width: 100%;
  border: none;
  height: 36px;
  padding: 5px 36px 5px 15px;
  color: #848484;
  line-height: 26px;
  background: #f6f6f6;
  -webkit-box-shadow: inset 0px 2px 1px 0px rgba(235, 235, 235, 0.7);
  -moz-box-shadow: inset 0px 2px 1px 0px rgba(235, 235, 235, 0.7);
  box-shadow: inset 0px 2px 1px 0px rgba(235, 235, 235, 0.7);
}

.search-box #search-block-form {
	position: relative;
	width: 210px;
}

.kopa-home-parallax #search-block-form .form-text {
    width: 100%;
    border: none;
    height: 36px;
    padding: 5px 36px 5px 15px;
    color: #969696;
    line-height: 26px;
    background: none;
    box-shadow: none;
    border: 1px solid #969696;
}

/* mobile menu */
.main-nav-mobile .main-menu-mobile li .menu li {
	border-top: 1px solid #e8e8e8;
}

.main-nav-mobile .main-menu-mobile li .menu li a {
  padding: 10px 15px;
  color: #888888;
  text-transform: none;
  display: block;
}

/* remove built-in parallax background images */
.kopa-parallax .parallax.parallax-1,
.kopa-parallax .parallax.parallax-2,
.kopa-home-parallax #parallax-header {
/*	background-image: none; */
}

/* rev slider nav bar */
.tp-rightarrow.default.custom {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../images/rs/next.png) no-repeat 0 0;
  width: 56px;
  height: 56px;
  right: 0 !important; }

.tp-leftarrow.default.custom {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../images/rs/prev.png) no-repeat 0 0;
  width: 56px;
  height: 56px;
  left: 0 !important; }

.block-revslider .tp-leftarrow.tparrows,
.block-revslider .tp-rightarrow.tparrows {
	visibility: hidden;
}

.block-revslider:hover .tp-leftarrow.tparrows,
.block-revslider:hover .tp-rightarrow.tparrows {
	visibility: visible;
}


/* wrapper for panels */
.kopa-container > .inside {
	width: 1150px;
	margin: 0 auto;
	position: relative;
}


@media screen and (max-width: 1160px) {
	.kopa-container > .inside {
		width: 960px; }
}
@media screen and (max-width: 1023px) {
	.kopa-container > .inside {
		width: 940px; }
}
@media screen and (max-width: 979px) {
  .kopa-container > .inside {
    width: 760px; }
@media screen and (max-width: 799px) {
  .kopa-container > .inside {
    width: 728px; }
}
@media screen and (max-width: 767px) {
  .kopa-container > .inside {
    width: 680px; }
}
@media screen and (max-width: 719px) {
  .kopa-container > .inside {
    width: 600px; }
}
@media screen and (max-width: 639px) {
  .kopa-container > .inside {
    width: 440px; }
}
@media screen and (max-width: 479px) {
  .kopa-container > .inside {
    width: 320px; }
}
@media screen and (max-width: 359px) {
  .kopa-container > .inside {
    width: 280px; }
}


.kopa-home-parallax .kopa-header-bottom .main-nav  {background: transparent !important}

.kopa-home-parallax .kopa-header-bottom .main-nav::before {border-right: 0 !important;}


